[Bins] album.xml not being processed

Jérôme SAUTRET jerome at sautret.org
Fri Aug 29 22:23:34 BST 2003


On Fri, Aug 29, 2003 at 08:52:58PM +0200, Grégoire Redaud wrote:
> I have exactly the same problem with 1.1.22 : 
> album.xml is never processed. Something new
> about that ?

I've just tried to make a test with your album.xml and command line,
and it worked fine. Have you check permission on directories and
files ? 

Perhaps you can track down the problem by using a debug trace line
2130 like that :

    my $albumdescfile = "$picdir$album"."album.xml";
    print "picdir:", $picdir, ", album:", $album, ", albumdescfile:", $albumdescfile, "\n";
    if (-e $albumdescfile) {
 
> Moreover, I have the following message when I run bins :
> Unknown discipline ':utf8' at /usr/local/bin/bins line 3972.
> I commented line 3972 and now it works...
> Maybe it comes from my config, language, or a missing package ??

This could be due to you Perl version (I'm currently running
5.8.0). If someone can confirm that, I'll fix it in next release by
testing the version for this line.


-- 
Jérôme SAUTRET (Jerome at SAUTRET.org)           http://SAUTRET.org
Key 0x95D463F3 fingerprint 3B69 3B60 4D32 B8DF 2BF3 8035 5036 D41A 95D4 63F3


More information about the Bins mailing list