bug-gnupod
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnupod] GNUpod problems


From: Adrian Ulrich
Subject: Re: [Bug-gnupod] GNUpod problems
Date: Mon, 14 Jun 2004 08:22:18 +0200

Hello,


>       Can't use string ("0") as a HASH ref while "strict refs" in use
>       at 
> /usr/share/perl5/MP3/Info.pm line 87.
>       BEGIN failed--compilation aborted at 
> /usr/local/lib/perl/5.6.1/GNUpod/FileMagic.pm line 34.
>       Compilation failed in require at
>       /usr/local/bin/gnupod_addsong.pl line 28. BEGIN
>       failed--compilation aborted at /usr/local/bin/gnupod_addsong.pl
>       line 
> 28.

Looks like an Error in MP3::Info.

Wich version are you using?
Execute
# perl -MMP3::Info -e 'print $MP3::Info::VERSION."\n"'

Could you send me /usr/share/perl5/MP3/Info.pm to
<address@hidden>?


But maybe i know what causes this problem, you could try this:
1. Open /usr/local/lib/perl/5.6.1/GNUpod/FileMagic.pm
2. Remove this line:
 MP3::Info::use_mp3_utf8(0);
 (~ line #32)
3. Save and try again.
 -> Did it work?

This is an ugly bugfix because it does break Unicode Support in GNUpod.
But it's better than nothing atm ;)


bye




reply via email to

[Prev in Thread] Current Thread [Next in Thread]