Package: albumshaper Version: 2.1-2 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 albumshaper_2.1-2 on bigsur by sbuild/mips 1.86 ... > g++ -c -pipe -Wall -W -O2 -I/usr/include/libxml2 -I/usr/include/libxml2 -Os > -D_REENTRANT -DBIN_DIR=\"/usr/bin\" -DDATA_DIR=\"/usr/share/albumshaper\" > -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT > -I/usr/share/qt3/mkspecs/default -I. -I/usr/include/qt3 -Itmp/ -o tmp/album.o > src/backend/album.cpp > src/backend/album.h:116: error: extra qualification 'Album::' on member > 'updateCreationDate' > /usr/include/qt3/qnetworkprotocol.h:58: warning: 'class > QNetworkProtocolFactoryBase' has virtual functions but non-virtual destructor > make[1]: *** [tmp/album.o] Error 1 --- ./src/backend/album.h~ 2006-03-11 00:14:35.000000000 +0000 +++ ./src/backend/album.h 2006-03-11 00:14:39.000000000 +0000 @@ -113,7 +113,7 @@ int getCreationDay(); ///Updates the creation date to today's date - void Album::updateCreationDate(); + void updateCreationDate(); ///Updates the modification date to today's date void updateModificationDate(); -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]