Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
just installed app-cdr/cdrdao, but any attempts to run mp32dao.pl give: # mp32dao.pl Can't locate Ogg/Vorbis.pm in @INC (@INC contains: /usr/share/cdrdao/mp32dao /usr/bin /etc/perl /usr/lib/perl5/site_perl/5.8.0/i686-linux /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i686-linux /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.0/i686-linux /usr/lib/perl5/5.8.0 /usr/local/lib/site_perl .) at /usr/share/cdrdao/mp32dao/ogghandler.pm line 26. BEGIN failed--compilation aborted at /usr/share/cdrdao/mp32dao/ogghandler.pm line 26. Compilation failed in require at /usr/share/cdrdao/mp32dao/MediaHandler.pm line 22. Compilation failed in require at /usr/bin/mp32dao.pl line 27. BEGIN failed--compilation aborted at /usr/bin/mp32dao.pl line 27. Seems like Perl modules are not installed properly for mp32dao.pl Reproducible: Always Steps to Reproduce: 1. emerge app-cdr/cdrdao 2. run mp32dao.pl 3. read the error message about not installed perl modules Actual Results: no perl modules found Expected Results: expected that it runs The other perl software works properly on same gentoo boxes
do you have the Vorbis.pm file in /usr/lib somewhere ?
find /usr/lib -name Vorbis.pm Nothing found.
I think that the Vorbis.pm can be found from libvorbis-perl package in here http://search.cpan.org/dist/libvorbis-perl/ . It is a Perl extension for Ogg Vorbis streams. Maybe it should be added as a depency, it also seems that there isn't an ebuild for it yet.
in cvs
However you just broke cdrdao for all non-x86 arches.