Your message dated Sat, 25 Mar 2006 19:32:08 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#357325: fixed in mysql-admin 1.1.6-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-admin Version: 1.1.6-1 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-admin_1.1.6-1 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=\""administrator"\" -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 > make[4]: Leaving directory > `/build/tbm/mysql-admin-1.1.6/mysql-gui-common/source/linux' > make[3]: *** [all-recursive] Error 1 --- ./mysql-gui-common/source/linux/MGPreferences.h~ 2006-03-16 18:48:10.000000000 +0000 +++ ./mysql-gui-common/source/linux/MGPreferences.h 2006-03-16 18:48:21.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/MCrontab.h~ 2006-03-16 18:54:08.000000000 +0000 +++ ./mysql-gui-common/source/linux/MCrontab.h 2006-03-16 18:54:19.000000000 +0000 @@ -41,8 +41,8 @@ public: bool find_entry_by_comment(const std::string &comment, Entry &entry); - bool MCrontab::remove_entry_with_comment(const std::string &comment, - const std::string &command=""); + bool remove_entry_with_comment(const std::string &comment, + const std::string &command=""); void add_entry(Entry &entry, const std::string &comment); -- Martin Michlmayr http://www.cyrius.com/
--- End Message ---
--- Begin Message ---Source: mysql-admin Source-Version: 1.1.6-3 We believe that the bug you reported is fixed in the latest version of mysql-admin, which is due to be installed in the Debian FTP archive: mysql-admin-common_1.1.6-3_all.deb to pool/main/m/mysql-admin/mysql-admin-common_1.1.6-3_all.deb mysql-admin_1.1.6-3.diff.gz to pool/main/m/mysql-admin/mysql-admin_1.1.6-3.diff.gz mysql-admin_1.1.6-3.dsc to pool/main/m/mysql-admin/mysql-admin_1.1.6-3.dsc mysql-admin_1.1.6-3_i386.deb to pool/main/m/mysql-admin/mysql-admin_1.1.6-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-admin 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:21:57 -0600 Source: mysql-admin Binary: mysql-admin-common mysql-admin Architecture: source i386 all Version: 1.1.6-3 Distribution: unstable Urgency: low Maintainer: Adam Majer <[EMAIL PROTECTED]> Changed-By: Adam Majer <[EMAIL PROTECTED]> Description: mysql-admin - GUI tool for intuitive MySQL administration mysql-admin-common - Architecture independent files for MySQL Administrator Closes: 357325 358347 Changes: mysql-admin (1.1.6-3) unstable; urgency=low . * Rebuild with new libmysqlclient15-dev since it changed ABI in 5.0.19 (closes: #358347) * Added a patch that fixes build with g++ 4.1 thanks to Martin Michlmayr (closes: #357325) Files: 4494eaaf2175fdda979782ba4eac57c1 711 admin optional mysql-admin_1.1.6-3.dsc 0e4913db47ecb88a56dfd8fe2bbf8bd1 15307 admin optional mysql-admin_1.1.6-3.diff.gz 97962208fcf18102887d860b0627adbd 749328 admin optional mysql-admin_1.1.6-3_i386.deb 0f787cfc0a2b87084d1cbc16f86a0109 437952 admin optional mysql-admin-common_1.1.6-3_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) iD8DBQFEJgmV73/bNdaAYUURAoEFAKCMFbAIyKxjsy9EEZ8WYdd+x3om2QCgpCdi mZetWl+3PT6bdu/Des5ShFs= =K9iG -----END PGP SIGNATURE-----
--- End Message ---

