Hi! 2012/11/15 Audiodef Online <[email protected]>: > I've finally gotten around to trying to compile liquidsoap, from the > Gentoo ebuild in the pro-audio overlay, on my production server. It > failed like so: > > OCAMLOPT -c tools/sdl_utils.ml > File "tools/sdl_utils.ml", line 54, characters 14-25: > Error: Unbound module Sdlttf > make[2]: *** [tools/sdl_utils.cmx] Error 2 > make[2]: Leaving directory > `/var/tmp/portage/media-radio/liquidsoap-1.0.0/work/liquidsoap-1.0.0/src' > make[1]: *** [all-auto-ocaml-prog] Error 2 > make[1]: Leaving directory > `/var/tmp/portage/media-radio/liquidsoap-1.0.0/work/liquidsoap-1.0.0/src' > make: *** [all-subdirs] Error 2 > * ERROR: media-radio/liquidsoap-1.0.0 failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info > '=media-radio/liquidsoap-1.0.0'`, > * the complete build log and the output of `emerge -pqv > '=media-radio/liquidsoap-1.0.0'`. > * This ebuild is from an overlay named 'proaudio': > '/var/lib/layman/pro-audio/' > * The complete build log is located at > '/var/tmp/portage/media-radio/liquidsoap-1.0.0/temp/build.log'. > * The ebuild environment file is located at > '/var/tmp/portage/media-radio/liquidsoap-1.0.0/temp/environment'. > * Working directory: > '/var/tmp/portage/media-radio/liquidsoap-1.0.0/work/liquidsoap-1.0.0' > * S: '/var/tmp/portage/media-radio/liquidsoap-1.0.0/work/liquidsoap-1.0.0' > > What is this error and how can I fix it?
You are missing the SDL module for TTF fonts. I'd suggest disabling SDL, unless you need to render fonts in video streams. There does not seem to be a way to disable SDL at configure time so the best way to do it would be to uninstall/remove ocaml-sdl from your system prior to configuring liquidsoap's build. Hope this helps, Romain ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
