On Nov 13, 2007 6:04 PM, Erik de Castro Lopo wrote: > > Felipe, > > I tried building these on Ubuntu Gutsy and this is what I did: > > - Grabbed the files and put them in a directory by themselves: > csound_5.07.0.dfsg-2.diff.gz > csound_5.07.0.dfsg-2.dsc > csound_5.07.0.dfsg.orig.tar.gz > > - Cd-ed into that directory and did: > > dpkg-source -x csound_5.07.0.dfsg-2.dsc > > - That created a new directory, so cd-ed into it > > cd csound-5.07.0.dfsg/ > > - Tried to build the package: > > dpkg-buildpackage -rfakeroot -b -uc > > - The above failed for me with unmet dependancies so I had to do: > > sudo apt-get install portaudio19-dev libfluidsynth-dev \ > libportmidi-dev python-all-dev liblua5.1-0-dev > > > I tried to build again and it failed right near the end with: > > scons: done building targets. > mv /home/erikd/Dpkg/csound-5.07.0.dfsg/debian/tmp/usr/bin/extract \ > /home/erikd/Dpkg/csound-5.07.0.dfsg/debian/tmp/usr/bin/csound_extract > mkdir -p /home/erikd/Dpkg/csound-5.07.0.dfsg/debian/tmp/usr/lib/pd/extra > mv /home/erikd/Dpkg/csound-5.07.0.dfsg/debian/tmp/usr/lib/csoundapi~.pd_linux \ > /home/erikd/Dpkg/csound-5.07.0.dfsg/debian/tmp/usr/lib/pd/extra > mkdir -p /home/erikd/Dpkg/csound-5.07.0.dfsg/debian/tmp/usr/share/java > mv /home/erikd/Dpkg/csound-5.07.0.dfsg/debian/tmp/usr/lib/csnd.jar \ > /home/erikd/Dpkg/csound-5.07.0.dfsg/debian/tmp/usr/share/java/csnd-5.07.0.jar > mv: cannot stat `/home/erikd/Dpkg/csound-5.07.0.dfsg/debian/tmp/usr/lib/csnd.jar': No such file or d > > It looks like something Java related wasn't built correctly. > Any clues? Yes. You seem to not have the Java SDK installed. This means that scons will skip building/installing the Java interface. Unfortunately, later on the rules script will try to move the interface to an appropriate location (according to the debian java policy), but the file won't exist. That is probably why it is failing. You should really install all packages listed in the BuildDepends line of debian/control, because the SConscript won't fail if you tell it to build something but the dependencies have not been installed. -- Felipe Sateler ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net