Package: soundtouch Version: 1.3.0-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 soundtouch_1.3.0-2 on bigsur by sbuild/mips 1.89 ... > if /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. > -I../../config -I../../include -O2 -fcheck-new -I../../include -MT > SoundTouch.lo -MD -MP -MF ".deps/SoundTouch.Tpo" \ > -c -o SoundTouch.lo `test -f 'SoundTouch.cpp' || echo > './'`SoundTouch.cpp; \ > then mv -f ".deps/SoundTouch.Tpo" ".deps/SoundTouch.Plo"; \ > else rm -f ".deps/SoundTouch.Tpo"; exit 1; \ > fi > g++ -DHAVE_CONFIG_H -I. -I. -I../../config -I../../include -O2 -fcheck-new > -I../../include -MT SoundTouch.lo -MD -MP -MF .deps/SoundTouch.Tpo -c > SoundTouch.cpp -fPIC -DPIC -o .libs/SoundTouch.o > ../../include/SoundTouch.h:162: error: extra qualification > 'soundtouch::SoundTouch::' on member 'getVersionId' > make[3]: *** [SoundTouch.lo] Error 1 --- ./SoundTouch-1.3.0/include/SoundTouch.h~ 2006-03-12 15:47:50.000000000 +0000 +++ ./SoundTouch-1.3.0/include/SoundTouch.h 2006-03-12 15:47:55.000000000 +0000 @@ -159,7 +159,7 @@ static const char *getVersionString(); /// Get SoundTouch library version Id - static uint SoundTouch::getVersionId(); + static uint getVersionId(); /// Sets new rate control value. Normal rate = 1.0, smaller values /// represent slower rate, larger faster rates. -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]