Package: arson Version: 0.9.8beta2-4.2 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 arson_0.9.8beta2-4.2 on bigsur by sbuild/mips 1.94 ... > mips-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde > -I/usr/include/qt3 -I. -DQT_THREAD_SUPPORT -D_REENTRANT -pipe -O2 > -DNDEBUG -fno-check-new -DOGG -DFLAC -c -o audiofile.o `test -f > audiofile.cpp || echo './'`audiofile.cpp > process.h:266: error: extra qualification 'ArsonCdrdaoProcess::' on member > 'calcTime' > audiofile.cpp: In member function 'virtual QString file_wav::decodedFile()': > audiofile.cpp:367: warning: 'upload' is deprecated (declared at > /usr/include/kde/kio/netaccess.h:161) > make[4]: *** [audiofile.o] Error 1 --- ./src/process.h~ 2006-03-15 04:02:51.000000000 +0000 +++ ./src/process.h 2006-03-15 04:03:01.000000000 +0000 @@ -262,8 +262,7 @@ const char *oper = NULL, const QString &type = QString::null); - static uint ArsonCdrdaoProcess::calcTime( - uint hrs, uint mins, uint secs); + static uint calcTime(uint hrs, uint mins, uint secs); private: enum { -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]