Your message dated Sat, 25 Mar 2006 19:32:12 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#357334: fixed in mysql-query-browser 1.1.18-3 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-3 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-3_all.deb to pool/main/m/mysql-query-browser/mysql-query-browser-common_1.1.18-3_all.deb mysql-query-browser_1.1.18-3.diff.gz to pool/main/m/mysql-query-browser/mysql-query-browser_1.1.18-3.diff.gz mysql-query-browser_1.1.18-3.dsc to pool/main/m/mysql-query-browser/mysql-query-browser_1.1.18-3.dsc mysql-query-browser_1.1.18-3_i386.deb to pool/main/m/mysql-query-browser/mysql-query-browser_1.1.18-3_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, 25 Mar 2006 20:16:04 -0600 Source: mysql-query-browser Binary: mysql-query-browser mysql-query-browser-common Architecture: source i386 all Version: 1.1.18-3 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 358715 Changes: mysql-query-browser (1.1.18-3) unstable; urgency=low . * Rebuild with new libmysqlclient15-dev since it changed ABI in 5.0.19 (closes: #358715) * Added a patch that fixes build with g++ 4.1 thanks to Martin Michlmayr (closes: #357334) Files: 470e7e1f7a305a6119c8d2f48e5e88fe 805 misc optional mysql-query-browser_1.1.18-3.dsc 445241666255cfc82afd1ae7987daa3a 18056 misc optional mysql-query-browser_1.1.18-3.diff.gz 894f9a1662bf7ea8c66e239f2dd81d61 768738 misc optional mysql-query-browser_1.1.18-3_i386.deb 7046c110e3f6316f8bad5e74c8202836 714342 misc optional mysql-query-browser-common_1.1.18-3_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) iD8DBQFEJgmZ73/bNdaAYUURAii0AJkB0qpUnUdMP9T4R/5UmlO8hcNnGwCg6Ohn 7aBoej94Q5t7iPFftQTDGaE= =xJE9 -----END PGP SIGNATURE-----
--- End Message ---

