Le Monday 13 April 2009 19:27:18 Austin Seraphin, vous avez écrit :
> Hi.
Hi !
> I've recently begun using Liquidsoap. I upgraded from an older svn
> version to the latest stable 0.9..0 release. When I did, I noticed
> errors like the following:
>
> TagLib: MPEG::Header::parse() -- Invalid sample rate.
> TagLib: MPEG::Properties::read() -- Page headers were invalid.
>
> These happen when trying to read .ogg files, so I'd guess that
> liquidsoap tries to use taglib's mp3 tagging on the wrong file format,
> hence the errors. Unfortunately, these errors keep outputting on the
> console, making it unusable for anything else.
Hmm.. These messages are not really an issue. If you don't like them, I think
you should simply run liquidsoap in a screen, as a daemon, or simply telling
it to redirect its messages to /dev/null:
liquidsoap (...) >/dev/null 2>&1
> I then tried upgrading to
> the latest svn, and ran into another interesting problem.
>
> After building it, it could not find output.icecast.vorbis, and related
> icecast and shoutcast output plugins. I asked on the #savonet channel,
> and someone suggested using ocaml-cry instead. I added this to the
> PACKAGES file, after seeing it in the PACKAGES.default file. Firstly,
> ocaml-cry didn't have a valid configuration file. An error on line 32
> (if memory serves) of the main ./configure script said @echo instead of
> echo. It couldn't find the configure script for ocaml-cry, so I used
> autoconf to build it. The configuration and making worked for ocaml-cry,
> but then later on, it gave this:
>
> In outputs/icecast2.ml: Error: Unbound value Cry.ogg_audio
>
> So there you have my current state. I don't know if upgrading to the
> latest svn will fix my taglib problem, and the ocaml-cry has some
> related issues. I hope this email helps.
your problem with ocaml-cry comes from the fact that you need to bootstrap
again. Hence, you should do again the whole compilation process, from the
toplevel, which is:
./bootstrap
./configure
make clean
make
The current state of the toplevel build, with PACKAGE.default, is not really
useful. We should do something about it soon..
Romain
------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users