Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 927170 - perl provides perl(Carp) but doesn't include the module itself
Summary: perl provides perl(Carp) but doesn't include the module itself
Keywords:
Status: CLOSED DUPLICATE of bug 924938
Alias: None
Product: Fedora
Classification: Fedora
Component: perl
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Marcela Mašláňová
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-03-25 09:24 UTC by Dominik 'Rathann' Mierzejewski
Modified: 2013-03-25 09:35 UTC (History)
12 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-03-25 09:35:15 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Dominik 'Rathann' Mierzejewski 2013-03-25 09:24:54 UTC
Description of problem:
perl provides perl(Carp)

$ rpm -q --provides perl |grep Carp
perl(Carp)
$ rpm -ql perl |grep Carp

Version-Release number of selected component (if applicable):
$ rpm -q perl
perl-5.16.3-265.fc20.x86_64

How reproducible:
Always

Steps to Reproduce:
1. install perl package
2. try to run anything which requires the Carp module (for example autoreconf)
  
Actual results:
Can't locate Carp.pm in @INC (@INC contains: /usr/share/autoconf /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /usr/share/autoconf/Autom4te/Channels.pm line 72.
BEGIN failed--compilation aborted at /usr/share/autoconf/Autom4te/Channels.pm line 72.
Compilation failed in require at /usr/share/autoconf/Autom4te/ChannelDefs.pm line 19.
BEGIN failed--compilation aborted at /usr/share/autoconf/Autom4te/ChannelDefs.pm line 19.
Compilation failed in require at /usr/bin/autoreconf line 39.
BEGIN failed--compilation aborted at /usr/bin/autoreconf line 39.

Expected results:
autoreconf should work normally

Additional info:
autoreconf works if I install perl-Carp manually.
$ rpm -q perl-Carp
perl-Carp-1.26-241.fc19.noarch

Comment 1 Remi Collet 2013-03-25 09:35:15 UTC

*** This bug has been marked as a duplicate of bug 924938 ***


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