Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 352517 - dev-perl/XML-SAX(-0.96) does not install ParserDetails.ini
Summary: dev-perl/XML-SAX(-0.96) does not install ParserDetails.ini
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-23 17:16 UTC by Miroslav Šulc
Modified: 2011-01-23 17:41 UTC (History)
0 users

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 Miroslav Šulc gentoo-dev 2011-01-23 17:16:48 UTC
* Update Parser: add XML::SAX::PurePerl
could not find ParserDetails.ini in /usr/lib64/perl5/vendor_perl/5.12.2/XML/SAX
Can't locate XML/NamespaceSupport.pm in @INC (@INC contains: /etc/perl /usr/lib64/perl5/site_perl/5.12.2/x86_64-linux /usr/lib64/perl5/site_perl/5.12.2 /usr/lib64/perl5/vendor_perl/5.12.2/x86_64-linux /usr/lib64/perl5/vendor_perl/5.12.2 /usr/lib64/perl5/5.12.2/x86_64-linux /usr/lib64/perl5/5.12.2 /usr/lib64/perl5/site_perl /usr/lib64/perl5/vendor_perl/5.12.1/x86_64-linux /usr/lib64/perl5/vendor_perl/5.12.1 /usr/lib64/perl5/vendor_perl /usr/local/lib/site_perl .) at /usr/lib64/perl5/vendor_perl/5.12.2/XML/SAX/PurePerl.pm line 20.
BEGIN failed--compilation aborted at /usr/lib64/perl5/vendor_perl/5.12.2/XML/SAX/PurePerl.pm line 20.
Compilation failed in require at /usr/lib64/perl5/vendor_perl/5.12.2/XML/SAX.pm line 147.
 * Update Parser: add XML::SAX::PurePerl failed


here is some info how it should be installed: http://perl-xml.sourceforge.net/faq/#parserdetails.ini

this bug causes that it's not possible to build docs for git for example
Comment 1 Torsten Veller (RETIRED) gentoo-dev 2011-01-23 17:28:53 UTC
Did you run perl-cleaner after upgrading to perl-5.12.2?

(In reply to comment #0)
> Can't locate XML/NamespaceSupport.pm in @INC (@INC contains: /etc/perl

XML-SAX depends on dev-perl/XML-NamespaceSupport. Where is it installed on your system?
Comment 2 Miroslav Šulc gentoo-dev 2011-01-23 17:41:44 UTC
sorry, i must have missed that elog info after some update. you are right.

to fix it, i had to run perl-cleaner, then unmerge XML-SAX and emerge it again as the file is generated only on first install.

thank you and sorry.