Package: prokyon3 Version: 0.9.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 attached. > Automatic build of prokyon3_0.9.4-2 on em64t by sbuild/amd64 1.106 ... > if x86_64-linux-gnu-g++ -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. > -I. -I.. -I/usr/include/taglib -I/usr/share/qt3//include > -DQT_THREAD_SUPPORT -DQT_NO_ASCII_CAST -DPREFIX=\"/usr\" -O0 -g3 -Wall -g > -O2 -MT prokyon3-job_playalbum.o -MD -MP -MF > ".deps/prokyon3-job_playalbum.Tpo" -c -o prokyon3-job_playalbum.o `test -f > 'job_playalbum.cpp' || echo './'`job_playalbum.cpp; \ > then mv -f ".deps/prokyon3-job_playalbum.Tpo" > ".deps/prokyon3-job_playalbum.Po"; else rm -f > ".deps/prokyon3-job_playalbum.Tpo"; exit 1; fi > configuration.h:162: error: extra qualification 'Configuration::' on member > 'listString2Int' > configuration.h:163: error: extra qualification 'Configuration::' on member > 'listInt2String' > progressdialogscroll.h:35: error: extra qualification > 'ProgressDialogScroll::' on member 'resizeEvent' > /usr/share/qt3//include/qnetworkprotocol.h:58: warning: 'class > QNetworkProtocolFactoryBase' has virtual functions but non-virtual destructor > job_playalbum.cpp: In member function 'virtual void Job_PlayAlbum::run()': > job_playalbum.cpp:37: warning: format '%p' expects type 'void*', but argument > 4 has type 'long unsigned int' > job_playalbum.cpp:85: warning: format '%p' expects type 'void*', but argument > 4 has type 'long unsigned int' > make[4]: *** [prokyon3-job_playalbum.o] Error 1 > make[4]: Leaving directory `/build/tbm/prokyon3-0.9.4/src' > make[3]: *** [all] Error 2 --- ./src/configuration.h~ 2006-03-22 02:07:47.000000000 +0000 +++ ./src/configuration.h 2006-03-22 02:07:53.000000000 +0000 @@ -159,8 +159,8 @@ ~Configuration(); private: - QValueList<int> Configuration::listString2Int( QStringList qs); - QStringList Configuration::listInt2String( QValueList<int> qi); + QValueList<int> listString2Int( QStringList qs); + QStringList listInt2String( QValueList<int> qi); int startuptip, readid3v2, writeid3v2, autoconn, autohide, avoidhdd, avoidsmb, avoidnfs; #ifdef HAVE_MEXTRAS int checkartist, checkcover, checklyrics, checkalbum, checktracks, checkbiography, checkyears; --- ./src/progressdialogscroll.h~ 2006-03-22 02:08:02.000000000 +0000 +++ ./src/progressdialogscroll.h 2006-03-22 02:08:08.000000000 +0000 @@ -32,7 +32,7 @@ setMinimumHeight( 200 ); setMinimumWidth( 500 ); } - void ProgressDialogScroll::resizeEvent( QResizeEvent *ev ) { + void resizeEvent( QResizeEvent *ev ) { QProgressDialog::resizeEvent( ev ); QRect rct = static_cast<QWidget*>(this->child("label","QLabel"))->geometry(); rct.setTop(2); -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]