Re: [Cs-dev] New csound debian packages
| Date | 2007-11-13 19:43 |
| From | Michael Gogins |
| Subject | Re: [Cs-dev] New csound debian packages |
I think we should have some experience with these packages before they go onto Debian. I will try them myself. I tried an earlier version and they failed to install, but perhaps I need to upgrade my Ubuntu? Anyway, thanks for your work and for sticking to it through what must be a difficult process. Regards, Mike -----Original Message----- >From: Felipe Sateler |
| Date | 2007-11-13 20:33 |
| From | gdedwards@blueyonder.co.uk |
| Subject | Re: [Cs-dev] New csound debian packages |
> I think we should have some experience with these packages before they go > onto Debian. I will try them myself. > > I tried an earlier version and they failed to install, but perhaps I need > to upgrade my Ubuntu? I had some issues with Ubuntu also, but wasn't sure if these .debs were actually Debian-specific? I received a couple of opinions on IRC that I should be attempting to rebuild the .debs against Ubuntu rather than installing a Debian .deb. [The main installation issues against Ubuntu Gutsy appear to revolve around the dependency on python24 - Gutsy defaults to python25] I haven't dug in detail but am prepared to if required - Felipe, would this be helpful to get Ubuntu-specific feedback? I'm prepared to have a go at building Ubuntu-specific .debs if necessary as well, but I'm aware that may be easier said than done. Cheers Gareth > > Anyway, thanks for your work and for sticking to it through what must be a > difficult process. > > Regards, > Mike > > -----Original Message----- >>From: Felipe Sateler |
| Date | 2007-11-13 20:48 |
| From | "Felipe Sateler" |
| Subject | Re: [Cs-dev] New csound debian packages |
| Attachments | None |
| Date | 2007-11-13 20:53 |
| From | "Felipe Sateler" |
| Subject | Re: [Cs-dev] New csound debian packages |
| Attachments | None |
| Date | 2007-11-13 22:04 |
| From | Erik de Castro Lopo |
| Subject | Re: [Cs-dev] New csound debian packages (building from source packages) |
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?
Cheers,
Erik
--
-----------------------------------------------------------------
Erik de Castro Lopo
-----------------------------------------------------------------
"You can have quality software, or you can have pointer arithmetic;
but you cannot have both at the same time." -- Bertrand Meyer, 1989
-------------------------------------------------------------------------
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 |
| Date | 2007-11-13 22:22 |
| From | "Steven Yi" |
| Subject | Re: [Cs-dev] New csound debian packages (building from source packages) |
| Attachments | None |
| Date | 2007-11-13 23:06 |
| From | "Felipe Sateler" |
| Subject | Re: [Cs-dev] New csound debian packages (building from source packages) |
| Attachments | None |
| Date | 2007-11-13 23:14 |
| From | Erik de Castro Lopo |
| Subject | Re: [Cs-dev] New csound debian packages (building from source packages) |
Steven Yi wrote: > I'm not sure this is related, but in the past the Java interface has > required two passes to build correctly. That sounds like a bug in the build system :-). > Could you try running again to see if it builds the second time? I was pretty sure that the Debina package build system was basically one-shot, and that at the start of each build it cleans out the left overs from any previous build. I did however try again and it bombed out in exactly the same way. Erik -- ----------------------------------------------------------------- Erik de Castro Lopo ----------------------------------------------------------------- Saying Python is easier than C++ is like saying that turning a light switch on or off is easier than operating a nuclear reactor. ------------------------------------------------------------------------- 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 |
| Date | 2007-11-13 23:44 |
| From | Felipe Sateler |
| Subject | Re: [Cs-dev] New csound debian packages (building from source packages) |
| Attachments | None None None |
| Date | 2007-11-13 23:50 |
| From | Erik de Castro Lopo |
| Subject | Re: [Cs-dev] New csound debian packages (building from source packages) |
Felipe Sateler wrote:
> 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,
I tried to build it using dpkg-buildpackage. Doesn't that fail if
the build dependancies are not present?
I did however notice that BuildDepends has
java-gcj-compat-dev | java2-compiler
I had java-gcj-compat-dev but not java2-compiler so I installed
sun-java6-jdk but it failed again in the same way.
Erik
--
-----------------------------------------------------------------
Erik de Castro Lopo
-----------------------------------------------------------------
"One serious obstacle to the adoption of good programming languages is
the notion that everything has to be sacrificed for speed. In computer
languages as in life, speed kills." -- Mike Vanier
-------------------------------------------------------------------------
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 |
| Date | 2007-11-14 00:24 |
| From | Felipe Sateler |
| Subject | Re: [Cs-dev] New csound debian packages (building from source packages) |
| Attachments | None None None |
| Date | 2007-11-14 10:55 |
| From | Erik de Castro Lopo |
| Subject | Re: [Cs-dev] New csound debian packages (building from source packages) |
Felipe Sateler wrote:
> Hmm, this is strange. Could you post a complete build log somewhere?
Thanks for looking into this. Here it is:
http://www.mega-nerd.com/tmp/csound-build.output.gz
Cheers,
Erik
--
-----------------------------------------------------------------
Erik de Castro Lopo
-----------------------------------------------------------------
"Indeed, I am impressed that Google runs an 8,000 node Linux
cluster, 5 data centers, an extensive network, and a rapidly
evolving application all with a staff of 12."
-- http://research.microsoft.com/~gray/papers/FAAMs_HPTS.doc
-------------------------------------------------------------------------
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 |
| Date | 2007-12-04 12:50 |
| From | Felipe Sateler |
| Subject | Re: [Cs-dev] New csound debian packages |
| Attachments | None None None |