package amsynth reopen 455360 found 455360 1.2.0-3.1 thanks I'm still getting build failures for amsynth with g++-4.3:
... debian/rules build test -d debian/patched || install -d debian/patched dpatch apply-all applying patch 80_libjack to ./ ... ok. dpatch cat-all >>patch-stampT mv -f patch-stampT patch-stamp dh_testdir # Add here commands to configure the package. ... if x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -Wall -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -Dwith_oss -Dwith_alsa -Dwith_jack -Dwith_sndfile -MT ALSAmmapAudioDriver.o -MD -MP -MF ".deps/ALSAmmapAudioDriver.Tpo" -c -o ALSAmmapAudioDriver.o ALSAmmapAudioDriver.cc; \ then mv -f ".deps/ALSAmmapAudioDriver.Tpo" ".deps/ALSAmmapAudioDriver.Po"; else rm -f ".deps/ALSAmmapAudioDriver.Tpo"; exit 1; fi if x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -Wall -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -Dwith_oss -Dwith_alsa -Dwith_jack -Dwith_sndfile -MT AudioInterface.o -MD -MP -MF ".deps/AudioInterface.Tpo" -c -o AudioInterface.o AudioInterface.cc; \ then mv -f ".deps/AudioInterface.Tpo" ".deps/AudioInterface.Po"; else rm -f ".deps/AudioInterface.Tpo"; exit 1; fi if x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -Wall -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -Dwith_oss -Dwith_alsa -Dwith_jack -Dwith_sndfile -MT MidiInterface.o -MD -MP -MF ".deps/MidiInterface.Tpo" -c -o MidiInterface.o MidiInterface.cc; \ then mv -f ".deps/MidiInterface.Tpo" ".deps/MidiInterface.Po"; else rm -f ".deps/MidiInterface.Tpo"; exit 1; fi MidiInterface.cc: In member function 'virtual void MidiInterface::ThreadAction()': MidiInterface.cc:107: error: 'bzero' was not declared in this scope make[4]: *** [MidiInterface.o] Error 1 make[4]: Leaving directory `/tmp/buildd/amsynth-1.2.0/src/drivers' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/tmp/buildd/amsynth-1.2.0/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/tmp/buildd/amsynth-1.2.0' make[1]: *** [all] Error 2 make[1]: Leaving directory `/tmp/buildd/amsynth-1.2.0' make: *** [build-stamp] Error 2 dpkg-buildpackage: failure: debian/rules build gave error exit status 2 So it looks like the patch isn't actually getting applied. -- Daniel Schepler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]