Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 146020 - media-tv/xmltv is missing dep. dev-perl/XML-LibXML and dev-perl/IO-stringy
Summary: media-tv/xmltv is missing dep. dev-perl/XML-LibXML and dev-perl/IO-stringy
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Matteo Azzali (RETIRED)
URL:
Whiteboard:
Keywords:
: 146052 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-09-02 11:31 UTC by Jonas Jonsson
Modified: 2006-09-03 07:45 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonas Jonsson 2006-09-02 11:31:52 UTC
Hi..

Running /usr/bin/tv_grab_se_swedb gives this error

Can't locate XML/LibXML.pm in @INC (@INC contains: /etc/perl /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux /usr/lib64/perl5/vendor_perl/5.8.8 /usr/lib64/perl5/vendor_perl /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux /usr/lib64/perl5/site_perl/5.8.8 /usr/lib64/perl5/site_perl /usr/lib64/perl5/5.8.8/x86_64-linux /usr/lib64/perl5/5.8.8 /usr/local/lib/site_perl .) at /usr/lib64/perl5/vendor_perl/5.8.8/XMLTV/Configure.pm line 16.

And after installing XML-LibXML I get this
Can't locate IO/Wrap.pm in @INC (@INC contains: /etc/perl /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux /usr/lib64/perl5/vendor_perl/5.8.8 /usr/lib64/perl5/vendor_perl /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux /usr/lib64/perl5/site_perl/5.8.8 /usr/lib64/perl5/site_perl /usr/lib64/perl5/5.8.8/x86_64-linux /usr/lib64/perl5/5.8.8 /usr/local/lib/site_perl .) at /usr/lib64/perl5/vendor_perl/5.8.8/XMLTV/Options.pm line 39.

Installing IO-stringy fix this problem.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-09-02 16:09:26 UTC
*** Bug 146052 has been marked as a duplicate of this bug. ***
Comment 2 Matteo Azzali (RETIRED) gentoo-dev 2006-09-03 05:42:55 UTC
Something more bad seems happening, some eclass should have been changed and the configurator seems not working anymore....(you set one flag but it tries
to emerge all the tv grabbers)
Comment 3 Matteo Azzali (RETIRED) gentoo-dev 2006-09-03 06:17:17 UTC
Ok, perl-module and perl-app eclasses seems to not work anymore (they have changed on 2-sept and 28-aug) with the 
"make_config | perl-module_src_compile" way to pass answers to the
configure script. Another day of testing and I'll probably revert
xmltv to the old "make_config | perl Makefile.PL" that's always working
(requires to use "make" and "make DESTDIR=${D} install" instead of
perl-module_src_install ), and fix this issue too.
Comment 4 Matteo Azzali (RETIRED) gentoo-dev 2006-09-03 07:45:36 UTC
Added pm_echovar variable to use in the perl-module.eclass , added se_swedb
dependacies ,thanks for pointing them out. Committed in CVS.