savonet / liquidsoap-full

[DEPRECATED] Former main repository with all in-house bindings
GNU General Public License v2.0
49 stars 26 forks source link

./boostrap errors #19

Closed daslicht closed 8 years ago

daslicht commented 8 years ago

Hi I get the following errors when I try to install liquidsoap on ubuntu 14:

root@v22015072938226788:~/liquidsoap# ./bootstrap
*** bootstrapping ocaml-cry
./bootstrap: 5: ./bootstrap: aclocal: not found
./bootstrap: 7: ./bootstrap: autoreconf: not found
*** bootstrapping ocaml-ao
./bootstrap: 5: ./bootstrap: aclocal: not found
./bootstrap: 7: ./bootstrap: autoreconf: not found
*** bootstrapping ocaml-portaudio
./bootstrap: 5: ./bootstrap: aclocal: not found
./bootstrap: 7: ./bootstrap: autoreconf: not found
*** bootstrapping ocaml-alsa
./bootstrap: 5: ./bootstrap: aclocal: not found
./bootstrap: 7: ./bootstrap: autoreconf: not found
*** bootstrapping ocaml-pulseaudio
./bootstrap: 5: ./bootstrap: aclocal: not found
./bootstrap: 7: ./bootstrap: autoreconf: not found
*** bootstrapping ocaml-bjack
./bootstrap: 5: ./bootstrap: aclocal: not found
./bootstrap: 7: ./bootstrap: autoreconf: not found
*** bootstrapping ocaml-gstreamer
./bootstrap: 5: ./bootstrap: aclocal: not found
./bootstrap: 7: ./bootstrap: autoreconf: not found
*** bootstrapping ocaml-mad
./bootstrap: 5: ./bootstrap: aclocal: not found
./bootstrap: 7: ./bootstrap: autoreconf: not found
*** bootstrapping ocaml-taglib
./bootstrap: 5: ./bootstrap: aclocal: not found
./bootstrap: 7: ./bootstrap: autoreconf: not found
*** bootstrapping ocaml-lame
./bootstrap: 5: ./bootstrap: aclocal: not found
./bootstrap: 7: ./bootstrap: autoreconf: not found
./bootstrap: 15: ./bootstrap: autoreconf: not found
make: *** [ocaml-lame/configure] Fehler 127
root@v22015072938226788:~/liquidsoap# 

whats wrong please?

Rayne commented 8 years ago

Looks like you are missing the aclocal and autoreconf binaries. Install them:

apt-get install automake autoconf

You should read the INSTALL instructions.

daslicht commented 8 years ago

OK i see, i followed the docs on the homepage : http://savonet.sourceforge.net/download.html

daslicht commented 8 years ago

apt-get install automake autoconf doesnt help :/

daslicht commented 8 years ago

no errors after installin the packages described in INSTALL.

Probably it would be nice to have that info as well on the homepage :D

daslicht commented 8 years ago

And again stuck at the next step in the INSTALL file:

root@v22015072938226788:~/liquidsoap# make
for i in ocaml-cry ocaml-ao ocaml-mad ocaml-taglib ocaml-lame ocaml-ogg ocaml-vorbis ocaml-flac ocaml-dtools ocaml-duppy ocaml-mm liquidsoap; do make -C $i || exit 1; done
make[1]: Entering directory `/root/liquidsoap/ocaml-cry'
make[1]: *** No targets specified and no makefile found.  Stop.
make[1]: Leaving directory `/root/liquidsoap/ocaml-cry'
make: *** [all] Error 1
root@v22015072938226788:~/liquidsoap# 
smimram commented 8 years ago

You did not do ./configure...

daslicht commented 8 years ago

I did, luckily I found my way around with the ubuntu packaged version. Probably I test it again some day later , I m still curious if metadata of cue sheets get forward properly to icecast.