N
Natxo
hi,
Fedora 13 does not have the Net::TFTP module in their repositories, so I
am using cpanspec to try to build a rpm module. I follow the
instructions on http://fedoraproject.org/wiki/Perl/cpanspec
I then run this:
$ cpanspec -v Net::TFTP --packager 'Natxo Asenjo <[email protected]>'
--srpm
Updating
/home/user/.cpan/sources/modules/02packages.details.txt.gz...
Fetching /home/user/.cpan/sources/modules/02packages.details.txt.gz
from http://www.cpan.org/modules/02packages.details.txt.gz...
Fetching Net-TFTP-0.18.tar.gz from
http://www.cpan.org/authors/id/G/GB/GBARR/Net-TFTP-0.18.tar.gz...
Trying to fetch description from Net-TFTP-0.18/TFTP.pm...
Writing perl-Net-TFTP.spec...
Building source rpm from perl-Net-TFTP.spec
Wrote: /home/user/perl/build/perl-Net-TFTP-0.18-1.fc13.src.rpm
So I get a source rpm file. When I try to rebuild it:
$ rpmbuild --rebuild perl-Net-TFTP-0.18-1.fc13.src.rpm
Installing perl-Net-TFTP-0.18-1.fc13.src.rpm
error: Failed build dependencies:
perl(Test::More) >= 0.8701 is needed by
perl-Net-TFTP-0.18-1.fc13.noarch
But the Test::More version is bigger than that:
$ perl -MTest::More\ 9999
Test::More version 9999 required--this is only version 0.94.
BEGIN failed--compilation aborted.
Any idea why?
TIA,
Fedora 13 does not have the Net::TFTP module in their repositories, so I
am using cpanspec to try to build a rpm module. I follow the
instructions on http://fedoraproject.org/wiki/Perl/cpanspec
I then run this:
$ cpanspec -v Net::TFTP --packager 'Natxo Asenjo <[email protected]>'
--srpm
Updating
/home/user/.cpan/sources/modules/02packages.details.txt.gz...
Fetching /home/user/.cpan/sources/modules/02packages.details.txt.gz
from http://www.cpan.org/modules/02packages.details.txt.gz...
Fetching Net-TFTP-0.18.tar.gz from
http://www.cpan.org/authors/id/G/GB/GBARR/Net-TFTP-0.18.tar.gz...
Trying to fetch description from Net-TFTP-0.18/TFTP.pm...
Writing perl-Net-TFTP.spec...
Building source rpm from perl-Net-TFTP.spec
Wrote: /home/user/perl/build/perl-Net-TFTP-0.18-1.fc13.src.rpm
So I get a source rpm file. When I try to rebuild it:
$ rpmbuild --rebuild perl-Net-TFTP-0.18-1.fc13.src.rpm
Installing perl-Net-TFTP-0.18-1.fc13.src.rpm
error: Failed build dependencies:
perl(Test::More) >= 0.8701 is needed by
perl-Net-TFTP-0.18-1.fc13.noarch
But the Test::More version is bigger than that:
$ perl -MTest::More\ 9999
Test::More version 9999 required--this is only version 0.94.
BEGIN failed--compilation aborted.
Any idea why?
TIA,