Your message dated Sat, 13 May 2006 22:17:12 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#357334: fixed in mysql-query-browser 1.1.18-5
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: mysql-query-browser
Version: 1.1.18-2
Severity: important
Tags: patch

Your package fails to build with G++ 4.1.  I'm filing this bug as
important for now, but when 4.1 will be the default compiler in
unstable (probably in a few weeks) I'll upgrade this to serious.

A patch is below.


> Automatic build of mysql-query-browser_1.1.18-2 on bigsur by sbuild/mips 1.94
...
> mips-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -DXTHREADS 
> -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 
> -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo 
> -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/glib-2.0 
> -I/usr/lib/glib-2.0/include -I/usr/include/gtkmm-2.4 
> -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 
> -I/usr/lib/glibmm-2.4/include -I/usr/include/gdkmm-2.4 
> -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 
> -I/usr/include/atkmm-1.6 -I/usr/include/sigc++-2.0 
> -I/usr/lib/sigc++-2.0/include   -I/usr/include/mysql -DBIG_JOINS=1 
> -I../../library/include -I../../library_util/include 
> -I../../library_util/shared_include -I../../library_grt/include 
> -I../../library_grt_modules/include -I../../library_grt_workbench/include 
> -I../../library_gc/include -I../../library_gc/ftgl/include -I.. 
> -DDATADIRNAME=\""share"\" -DCOMMONDIRNAME=\"""\"    -g -O2 -c -o 
> MGConnectDialog.o MGConnectDialog.cc
> MGPreferences.h:43: error: extra qualification 'MGOptions::' on member 
> 'find_values'
> make[4]: *** [MGConnectDialog.o] Error 1


--- ./mysql-gui-common/tags/linux-before-gtkmm2.4/MGPreferences.h~      
2006-03-16 19:17:07.000000000 +0000
+++ ./mysql-gui-common/tags/linux-before-gtkmm2.4/MGPreferences.h       
2006-03-16 19:17:13.000000000 +0000
@@ -40,7 +40,7 @@
     virtual MYX_APPLICATION_OPTIONS *prepare_options()= 0;

 

     const char *find_value(MYX_OPTION_GROUP *group, const char *name);

-    std::list<const char *>MGOptions::find_values(MYX_OPTION_GROUP *group, 
const char *name);

+    std::list<const char *>find_values(MYX_OPTION_GROUP *group, const char 
*name);

 

     void add_group(MYX_APPLICATION_OPTIONS *options, const char *name,

                    const std::list<ValuePair> &values);

--- ./mysql-gui-common/source/linux/MGPreferences.h~    2006-03-16 
19:16:51.000000000 +0000
+++ ./mysql-gui-common/source/linux/MGPreferences.h     2006-03-16 
19:16:57.000000000 +0000
@@ -40,7 +40,7 @@
     virtual MYX_APPLICATION_OPTIONS *prepare_options()= 0;

 

     const char *find_value(MYX_OPTION_GROUP *group, const char *name);

-    std::list<const char *>MGOptions::find_values(MYX_OPTION_GROUP *group, 
const char *name);

+    std::list<const char *>find_values(MYX_OPTION_GROUP *group, const char 
*name);

 

     void add_group(MYX_APPLICATION_OPTIONS *options, const char *name,

                    const std::list<ValuePair> &values);


-- 
Martin Michlmayr
http://www.cyrius.com/


--- End Message ---
--- Begin Message ---
Source: mysql-query-browser
Source-Version: 1.1.18-5

We believe that the bug you reported is fixed in the latest version of
mysql-query-browser, which is due to be installed in the Debian FTP archive:

mysql-query-browser-common_1.1.18-5_all.deb
  to pool/main/m/mysql-query-browser/mysql-query-browser-common_1.1.18-5_all.deb
mysql-query-browser_1.1.18-5.diff.gz
  to pool/main/m/mysql-query-browser/mysql-query-browser_1.1.18-5.diff.gz
mysql-query-browser_1.1.18-5.dsc
  to pool/main/m/mysql-query-browser/mysql-query-browser_1.1.18-5.dsc
mysql-query-browser_1.1.18-5_i386.deb
  to pool/main/m/mysql-query-browser/mysql-query-browser_1.1.18-5_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adam Majer <[EMAIL PROTECTED]> (supplier of updated mysql-query-browser package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat, 13 May 2006 23:49:19 -0500
Source: mysql-query-browser
Binary: mysql-query-browser mysql-query-browser-common
Architecture: source i386 all
Version: 1.1.18-5
Distribution: unstable
Urgency: low
Maintainer: Adam Majer <[EMAIL PROTECTED]>
Changed-By: Adam Majer <[EMAIL PROTECTED]>
Description: 
 mysql-query-browser - Official GUI tool to query MySQL database
 mysql-query-browser-common - Architecture independent files for MySQL Query 
Browser
Closes: 357334
Changes: 
 mysql-query-browser (1.1.18-5) unstable; urgency=low
 .
   * Added a another patch by Martin to fix the remainder of the gcc
     4.1 incompatible spots in the code (closes: #357334)
Files: 
 5bfbc8df9718c6e87fe3c931f1e5b760 803 misc optional 
mysql-query-browser_1.1.18-5.dsc
 ad9fbdb24510719e1eae90cad327df23 18345 misc optional 
mysql-query-browser_1.1.18-5.diff.gz
 cbdcd8d1b24ab931ca3743ae45ade4a1 768980 misc optional 
mysql-query-browser_1.1.18-5_i386.deb
 37ecadf673263c21ce3b8c497159d6cb 714594 misc optional 
mysql-query-browser-common_1.1.18-5_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFEZrwL73/bNdaAYUURAm8QAJ9MBeB4UxmiXPPFXVGDoO4UFortKgCg6FIS
Rr+foFQhfBqtUeknZyO8Nvo=
=Pxkr
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to