Hey,

As a side project I've been trying to port Airtime to CentOS. This involves
creating RPM's for Liquidsoap, and its dependencies such as ocaml-pcre
which isn't available anywhere for CentOS 6.3 :(.

I don't know if you've ever created an RPM before, but you are supposed to
do change the path where "make install" puts its files so that you don't
alter your system.

Thankfully you guys allow this in your configure script, so I did

./configure --disable-camomile --prefix=%{buildroot}/usr/local
make
make install


and the last command failed with this error:


> make[3]: Entering directory
> `/home/martin/workspace/liquidsoap-1.0.1-full/liquidsoap-1.0.1/src'
> OCAMLOPT -c tools/dyntools.ml
> File "tools/dyntools.ml", line 25, characters 14-29:
> Error: Unbound value Dtools.Log.make
> make[3]: *** [tools/dyntools.cmx] Error 2
> make[3]: Leaving directory
> `/home/martin/workspace/liquidsoap-1.0.1-full/liquidsoap-1.0.1/src'
> make[2]: *** [all-auto-ocaml-prog] Error 2
> make[2]: Leaving directory
> `/home/martin/workspace/liquidsoap-1.0.1-full/liquidsoap-1.0.1/src'
> make[1]: *** [install-subdirs] Error 2
> make[1]: Leaving directory
> `/home/martin/workspace/liquidsoap-1.0.1-full/liquidsoap-1.0.1'
> make: *** [install] Error 2



Strange, because I remember in the past I had successfully
compiled/installed Liquidsoap for CentOS 6.3 without any problem.

So I tried "make install" as root, and no errors!

Any idea why this could be happening? BTW after running "make install" as
root, I can now run make install with a non-root user without any problems.

Martin


-- 
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
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to