On Sunday 18 November 2007 11:36:14 Nicola Mattei wrote: > after downgrading scons to a previous version > dpkg-buildpackage starts the building of the package but fails again > after a while here: > > cd /home/jurij/src/csound/csound-5.07.0.dfsg/debian/tmp/usr/lib && > tclsh /home/jurij/src/csound/csound-5.07.0.dfsg/pkgbuild.tcl > cp CsoundAC.py _CsoundAC.so \ > > /home/jurij/src/csound/csound-5.07.0.dfsg/debian/tmp/usr/lib/python2.4/site >-packages cp: impossibile fare stat di `CsoundAC.py': No such file or > directory cp: impossibile fare stat di `_CsoundAC.so': No such file or > directory make: *** [install-arch] Error 1 > dpkg-buildpackage: failure: fakeroot debian/rules binary gave error > exit status 2 > > any suggestion? Well, yes. There is missing a build-dependency on boost. Originally, the build-dependencies were crafted on csound 5.06, which needed boost only for CsoundVST. 5.07 now needs it for CsoundAC, which is why it failed. My apologies for missing this when updating the package. Hopefully this testing will reveal all missing dependencies. Installing libboost-dev should fix the issue (correcting the mistake here). -- Felipe Sateler