Your message dated Sat, 13 May 2006 14:32:24 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#356636: fixed in aegis 4.22-1 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: aegis Version: 4.21-2 Severity: important Tags: patch Your package makes other packages fail 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 aegis_4.21-2 on bigsur by sbuild/mips 1.94 ... > g++ -Ilibaegis -Ilibaegis -Icommon -g -Wall -O2 -I/usr/include/libxml2 -c \ > libaegis/change/history/encode.cc > libaegis/output/base64.h:65: error: extra qualification 'output_base64_ty::' > on member 'page_width' > libaegis/output/base64.h:68: error: extra qualification 'output_base64_ty::' > on member 'page_length' > make[1]: *** [libaegis/change/history/encode.o] Error 1 > make[1]: Leaving directory `/build/tbm/aegis-4.21' --- ./libaegis/output/base64.h~ 2006-03-13 01:48:32.000000000 +0000 +++ ./libaegis/output/base64.h 2006-03-13 01:48:39.000000000 +0000 @@ -62,10 +62,10 @@ void end_of_line_inner(); // See base class for documentation. - int output_base64_ty::page_width() const; + int page_width() const; // See base class for documentation. - int output_base64_ty::page_length() const; + int page_length() const; private: /** -- Martin Michlmayr http://www.cyrius.com/
--- End Message ---
--- Begin Message ---Source: aegis Source-Version: 4.22-1 We believe that the bug you reported is fixed in the latest version of aegis, which is due to be installed in the Debian FTP archive: aegis-doc_4.22-1_all.deb to pool/main/a/aegis/aegis-doc_4.22-1_all.deb aegis-tk_4.22-1_all.deb to pool/main/a/aegis/aegis-tk_4.22-1_all.deb aegis-web_4.22-1_i386.deb to pool/main/a/aegis/aegis-web_4.22-1_i386.deb aegis_4.22-1.diff.gz to pool/main/a/aegis/aegis_4.22-1.diff.gz aegis_4.22-1.dsc to pool/main/a/aegis/aegis_4.22-1.dsc aegis_4.22-1_i386.deb to pool/main/a/aegis/aegis_4.22-1_i386.deb aegis_4.22.orig.tar.gz to pool/main/a/aegis/aegis_4.22.orig.tar.gz 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. Christian Meder <[EMAIL PROTECTED]> (supplier of updated aegis 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: Thu, 11 May 2006 23:40:10 +0200 Source: aegis Binary: aegis-doc aegis aegis-web aegis-tk Architecture: source i386 all Version: 4.22-1 Distribution: unstable Urgency: low Maintainer: Christian Meder <[EMAIL PROTECTED]> Changed-By: Christian Meder <[EMAIL PROTECTED]> Description: aegis - transaction-based software configuration management aegis-doc - documentation for aegis aegis-tk - aegis TK user interface aegis-web - aegis web based user interface Closes: 356636 Changes: aegis (4.22-1) unstable; urgency=low . * new upstream version * get rid of Debian patch fix_test095 which is included upstream * proposed patch to fix extra qualification build error with gcc 4.1 is included upstream in this release, closes: #356636 * raise debhelper compat level to 5 * add libbz2-dev to build dependencies * switch the rest of the Debian diff into cdbs patches Files: 3aed2ae5e4a8034de9cdcd84f66b9864 874 devel optional aegis_4.22-1.dsc 06b6eeb0f4b77acec761785a5785e171 3793993 devel optional aegis_4.22.orig.tar.gz 686ef87dabbd74f0616e8e0441ede4c1 16652 devel optional aegis_4.22-1.diff.gz 8b3d220978dd0405687c81209b034ede 2046708 doc optional aegis-doc_4.22-1_all.deb 7c4b0be5a01d8818642f52208819516e 152778 devel optional aegis-tk_4.22-1_all.deb a4f07f4e8aac4de18b30c5e3e6f39faa 7814648 devel optional aegis_4.22-1_i386.deb d7f101bf82ea9844d232bfa66e840224 649030 devel optional aegis-web_4.22-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) iQCVAwUBRGZIQXI3JLSltt0xAQKalQP/TfIYlI8Xz6DeTuNYwuiDBw0XAvDL0xK7 rEGr6/Fv6+P4HqPMSUtpOEAbOgf+KqYmx3WwZdKIJIj69kpIyZepEcvXta12cvKP AxA8BJ621q2cf+7iCpsOMB0KPbO3x53zVuqNxpw08xi1OWdoxbQ/fJJGHjltHVJt rFXoIN+thhs= =KREd -----END PGP SIGNATURE-----
--- End Message ---

