Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=280991 Summary: cpan2rpm misses dependency on ExtUtils::MakeMaker Product: Fedora Version: f7 Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: medium Component: cpan2rpm AssignedTo: ghenry@xxxxxxxxxxxxxxxxxx ReportedBy: jh.redhat@xxxxxxxx QAContact: extras-qa@xxxxxxxxxxxxxxxxx CC: fedora-perl-devel-list@xxxxxxxxxx Description of problem: cpan2rpm needs ExtUtil::MakeMaker, but the rpm has no dependency on it. Version-Release number of selected component (if applicable): cpan2rpm-2.028-2.fc6 How reproducible: Steps to Reproduce: 1. yum install cpan2rpm 2. cpan2rpm Net-SIP Actual results: $ cpan2rpm Net-SIP -- cpan2rpm - Ver: 2.028 -- Upgrade check Fetch: HTTP -- module: Net-SIP -- Using cached URL: http://search.cpan.org//CPAN/authors/id/S/SU/SULLR/Net-SIP-0.32.tar.gz Tarball found - not fetching Metadata retrieval Tarball extraction: [/home/jh/rpm/SOURCES/Net-SIP-0.32.tar.gz] ExtUtils::MakeMaker unloadable Can't locate ExtUtils/MakeMaker.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.7/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.7/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl/5.8.6 /usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8 .) at (eval 22) line 2. BEGIN failed--compilation aborted at (eval 22) line 2. -- Done -- Expected results: $ cpan2rpm --no-sign Net-SIP -- cpan2rpm - Ver: 2.028 -- Upgrade check Fetch: HTTP -- module: Net-SIP -- Using cached URL: http://search.cpan.org//CPAN/authors/id/S/SU/SULLR/Net-SIP-0.32.tar.gz Tarball found - not fetching Metadata retrieval Tarball extraction: [/home/jh/rpm/SOURCES/Net-SIP-0.32.tar.gz] Generating spec file SPEC: /home/jh/rpm/SPECS/Net-SIP.spec Generating package Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.4697 + umask 022 + cd /home/jh/rpm/BUILD + LANG=C + export LANG + unset DISPLAY + cd /home/jh/rpm/BUILD + rm -rf Net-SIP-0.32 + /bin/gzip -dc /home/jh/rpm/SOURCES/Net-SIP-0.32.tar.gz + tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd Net-SIP-0.32 ... RPM: /home/jh/rpm/RPMS/noarch/perl-Net-SIP-0.32-1.noarch.rpm SRPM: /home/jh/rpm/SRPMS/perl-Net-SIP-0.32-1.src.rpm -- Done -- Additional info: Don't know why I need --no-sign, it does not work without that. (Maybe a local system issue.) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.