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/bugzilla/show_bug.cgi?id=248731
Summary: cpan2rpm doesn't work when first file in tarball isn't a directory Product: Fedora Version: devel Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: cpan2rpm AssignedTo: ghenry@suretecsystems.com ReportedBy: jik@kamens.brookline.ma.us QAContact: extras-qa@fedoraproject.org CC: fedora-perl-devel-list@redhat.com
Tried to run "cpan2rpm Tk". The first file in Tk-804.027.tar.gz is Tk- 804.027/COPYING, i.e., it isn't the root directory of the tarball, which is what cpan2rpm is expecting. cpan2rpm fails with:
get_meta(): Not a directory at /usr/bin/cpan2rpm line 393.
I added a bit more info to that error message and it reports:
get_meta(): chdir(/tmp/ZhnL73u9em/Tk-804.027/COPYING): Not a directory at /usr/bin/cpan2rpm line 393.