Your message dated Sat, 13 May 2006 22:02:10 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#357325: fixed in mysql-admin 1.1.6-4
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-4

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-4_all.deb
  to pool/main/m/mysql-admin/mysql-admin-common_1.1.6-4_all.deb
mysql-admin_1.1.6-4.diff.gz
  to pool/main/m/mysql-admin/mysql-admin_1.1.6-4.diff.gz
mysql-admin_1.1.6-4.dsc
  to pool/main/m/mysql-admin/mysql-admin_1.1.6-4.dsc
mysql-admin_1.1.6-4_i386.deb
  to pool/main/m/mysql-admin/mysql-admin_1.1.6-4_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, 13 May 2006 23:40:48 -0500
Source: mysql-admin
Binary: mysql-admin-common mysql-admin
Architecture: source i386 all
Version: 1.1.6-4
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: 351297 357325
Changes: 
 mysql-admin (1.1.6-4) unstable; urgency=low
 .
   * Added another patch by Martin to fix *all* of the problem spots
     with g++ 4.1 (closes: #357325)
   * Make sure we setup backup crontab to call mabackup in the proper
     directory (closes: #351297)
Files: 
 eb37ee0efedeabc44b030af1c56f34fe 709 admin optional mysql-admin_1.1.6-4.dsc
 1b7d0f17e5479375bc966dd6ea9db0e1 15859 admin optional 
mysql-admin_1.1.6-4.diff.gz
 29878b0353bca7c13174dd11f6b782b6 749342 admin optional 
mysql-admin_1.1.6-4_i386.deb
 7ddf53ff802a2e4f72ad121e34248097 438060 admin optional 
mysql-admin-common_1.1.6-4_all.deb

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

iD8DBQFEZrgx73/bNdaAYUURAiR1AKDZs49yKp9NoNq721ThQaC52kI9ewCeOrFr
PiF/4rjy1N5QlifVvA5Gzuw=
=sSD9
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to