[Bug 927170] New: perl provides perl(Carp) but doesn't include the module itself

bugzilla at redhat.com bugzilla at redhat.com
Mon Mar 25 09:24:54 UTC 2013


Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=927170

            Bug ID: 927170
           Summary: perl provides perl(Carp) but doesn't include the
                    module itself
           Product: Fedora
           Version: rawhide
         Component: perl
          Severity: unspecified
          Priority: unspecified
          Assignee: mmaslano at redhat.com
          Reporter: dominik at greysector.net
        QA Contact: extras-qa at fedoraproject.org
                CC: cweyl at alumni.drew.edu, iarnell at gmail.com,
                    jplesnik at redhat.com, kasal at ucw.cz, lkundrak at v3.sk,
                    mmaslano at redhat.com,
                    perl-devel at lists.fedoraproject.org, ppisar at redhat.com,
                    psabata at redhat.com, rc040203 at freenet.de,
                    tcallawa at redhat.com

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=zJ2JeGa1QK&a=cc_unsubscribe



More information about the perl-devel mailing list