Package: root-portal Version: 0.5.2-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 root-portal_0.5.2-2 on em64t by sbuild/amd64 1.106 ... > make[4]: Entering directory `/build/tbm/root-portal-0.5.2/src/modules/process' > if g++ -DPACKAGE_NAME=\"root-portal\" -DPACKAGE_TARNAME=\"root-portal\" > -DPACKAGE_VERSION=\"0.5.2\" -DPACKAGE_STRING=\"root-portal\ 0.5.2\" > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"root-portal\" -DVERSION=\"0.5.2\" > -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 > -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 > -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DWITH_X=1 > -DHAVE_X11_XLIB_H=1 -DHAVE_X11_XUTIL_H=1 -DSTDC_HEADERS=1 -DHAVE_STDIO_H=1 > -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 > -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SIGNAL_H=1 > -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_ST_BLKSIZE=1 -I. -I. -g -Wall -O2 > -MT process.o -MD -MP -MF ".deps/process.Tpo" \ > -c -o process.o `test -f 'process.cpp' || echo './'`process.cpp; \ > then mv -f ".deps/process.Tpo" ".deps/process.Po"; \ > else rm -f ".deps/process.Tpo"; exit 1; \ > fi > process.h:59: error: extra qualification 'Procchange::' on member 'updated' > make[4]: *** [process.o] Error 1 --- ./src/modules/process/process.h~ 2006-03-22 01:55:50.000000000 +0000 +++ ./src/modules/process/process.h 2006-03-22 01:55:55.000000000 +0000 @@ -56,7 +56,7 @@ virtual void close(const string& timestamp, int pid, const string& processName) {}; protected: - void Procchange::updated(const string& keyName, const DataSet& data); + void updated(const string& keyName, const DataSet& data); DataSet format; }; -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]