Bug 113744 - perl cannot find XML::Parser
Summary: perl cannot find XML::Parser
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: perl-XML-Parser
Version: rawhide
Hardware: x86_64
OS: Linux
medium
high
Target Milestone: ---
Assignee: Warren Togami
QA Contact:
URL:
Whiteboard:
: 113736 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-01-16 23:44 UTC by Jonathan Blandford
Modified: 2013-04-02 04:19 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2005-05-17 23:58:52 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jonathan Blandford 2004-01-16 23:44:22 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1)
Gecko/20031003

Description of problem:
The perl module path does not seem to contain
/usr/lib64/perl5/vendor_perl/5.8.0/, and instead only looks in
/usr/lib/perl5/vendor_perl/5.8.2/.  As a result, XML::Parser can't be
found.  This means that no package (including most of GNOME) using the
new intltool will build.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
[root@thor /]$ perl -e "require XML::Parser"
Can't locate XML/Parser.pm in @INC (@INC contains:
/usr/lib64/perl5/5.8.2/x86_64-linux-thread-multi /usr/lib/perl5/5.8.2
/usr/lib64/perl5/site_perl/5.8.2 /usr/lib/perl5/site_perl/5.8.2
/usr/lib/perl5/site_perl/5.8.1/x86_64-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.1
/usr/lib/perl5/site_perl/5.8.0/x86_64-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl
/usr/lib64/perl5/vendor_perl/5.8.2/x86_64-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.2
/usr/lib/perl5/vendor_perl/5.8.1/x86_64-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.1
/usr/lib/perl5/vendor_perl/5.8.0/x86_64-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl
/usr/lib/perl5/5.8.1/5.8.2/x86_64-linux-thread-multi
/usr/lib/perl5/5.8.1/5.8.2
/usr/lib/perl5/5.8.1/x86_64-linux-thread-multi /usr/lib/perl5/5.8.1
/usr/lib/perl5/5.8.0/5.8.2/x86_64-linux-thread-multi
/usr/lib/perl5/5.8.0/5.8.2
/usr/lib/perl5/5.8.0/x86_64-linux-thread-multi /usr/lib/perl5/5.8.0 .)
at -e line 1.
[root@thor /]$ rpm -ql perl-XML-Parser |grep Parser.pm
/usr/lib64/perl5/vendor_perl/5.8.0/x86_64-linux-thread-multi/XML/Parser.pm


Additional info:

I'm guessing that rebuilding it with the newer perl will fix this.

Comment 1 Chip Turner 2004-01-19 22:49:50 UTC
this should now be building

Comment 2 Justin M. Forbes 2004-01-26 22:08:46 UTC
*** Bug 113736 has been marked as a duplicate of this bug. ***


Note You need to log in before you can comment on or make changes to this bug.