I think it is gentoo. Damien, looking at the log I see a lot of things that sound like an inconsistent/buggy ocaml install.
It starts with this: checking for ocaml mad module >= 0.4.4... cannot find version from META file. Then later: - MP3 : no (requires mad) However: OCAMLOPT -c decoder/mad_decoder.ml File "decoder/mad_decoder.ml", line 32, characters 17-31: Error: Unbound module Mad make[2]: *** [decoder/mad_decoder.cmx] Error 2 make[2]: *** Waiting for unfinished jobs.... There are a lot of things wrong here. First, I've never seen this "can't find version" issue before. Second, mad decoder should NOT be compiled because mad is declared as not found (see MP3 line..) I'd recommend trying to re-install ocaml-mad and all the libraries whose version cannot be found. Meanwhile, would you mind sending me the following files: * Makefile.defs, from your liquidsoap directory. * The META file that you can find in the directory returned by this command: ocamlfind -query mad Thanks! Romain 2013/1/9 Martin Konečný <[email protected]>: > What OS are you compiling on? > > > On Sat, Jan 5, 2013 at 12:36 PM, Damien Moody <[email protected]> > wrote: >> >> The weird thing is, I compiled ocaml-mad, but this made no difference. >> This is for liquidsoap-1.0.1. >> >> On 01/05/13 13:58, Samuel Mimram wrote: >> >> Hi, >> >> This means that ocaml-mad was not compiled. Do you have this library >> installed? It's strange because it should have been detected at configure >> time... What is your setup exactly? Are compiling from git or released >> version? From liquidsoap-full or liquidsoap ? etc. >> >> ++ >> >> Sam >> >> >> On Sat, Jan 5, 2013 at 4:07 AM, Damien Moody <[email protected]> >> wrote: >>> >>> This is the first time I've seen this. I didn't mean to make the unbound >>> module mad. How can I appease it? >>> >>> OCAMLOPT -c decoder/mad_decoder.ml >>> CC -c tools/locale_c.c >>> File "decoder/mad_decoder.ml", line 32, characters 17-31: >>> Error: Unbound module Mad >>> make[2]: *** [decoder/mad_decoder.cmx] Error 2 >>> make[2]: *** Waiting for unfinished jobs.... >>> make[2]: Leaving directory >>> `/var/tmp/portage/media-radio/liquidsoap-1.0.1/work/liquidsoap-1.0.1/src' >>> make[1]: *** [all-auto-ocaml-prog] Error 2 >>> make[1]: Leaving directory >>> `/var/tmp/portage/media-radio/liquidsoap-1.0.1/work/liquidsoap-1.0.1/src' >>> make: *** [all-subdirs] Error 2 >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, >>> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current >>> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft >>> MVPs and experts. SALE $99.99 this month only -- learn more at: >>> http://p.sf.net/sfu/learnmore_122912 >>> _______________________________________________ >>> Savonet-users mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/savonet-users >> >> >> >> >> >> ------------------------------------------------------------------------------ >> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, >> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current >> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft >> MVPs and experts. SALE $99.99 this month only -- learn more at: >> http://p.sf.net/sfu/learnmore_122912 >> _______________________________________________ >> Savonet-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/savonet-users >> > > > > -- > Open source radio in the cloud. Get yours now! ---> http://airtime.pro > > Martin Konecny > Software Developer, Sourcefabric > [email protected] > > 720 Bathurst St. Suite 203 > M5S 2R4, Toronto, ON, Canada > +1 (416) 892-8420 (Cell) > Skype: martin.konecny15 > > http://www.sourcefabric.org > http://www.twitter.com/Sourcefabric > > ------------------------------------------------------------------------------ > Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery > and much more. Keep your Java skills current with LearnJavaNow - > 200+ hours of step-by-step video tutorials by Java experts. > SALE $49.99 this month only -- learn more at: > http://p.sf.net/sfu/learnmore_122612 > _______________________________________________ > Savonet-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/savonet-users > ------------------------------------------------------------------------------ Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery and much more. Keep your Java skills current with LearnJavaNow - 200+ hours of step-by-step video tutorials by Java experts. SALE $49.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122612 _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
