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/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]