[Bug 1242799] New: perl-Net-SNPP-1.17-24.fc23 FTBFS: Undeclared dependency on Net::Cmd

bugzilla at redhat.com bugzilla at redhat.com
Tue Jul 14 08:22:49 UTC 2015


https://bugzilla.redhat.com/show_bug.cgi?id=1242799

            Bug ID: 1242799
           Summary: perl-Net-SNPP-1.17-24.fc23 FTBFS: Undeclared
                    dependency on Net::Cmd
           Product: Fedora
           Version: rawhide
         Component: perl-Net-SNPP
          Assignee: jeff at ocjtech.us
          Reporter: ppisar at redhat.com
        QA Contact: extras-qa at fedoraproject.org
                CC: jeff at ocjtech.us, perl-devel at lists.fedoraproject.org



perl-Net-SNPP-1.17-24.fc23 fails to build in F23 because tests fail:

+ make test
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness"
"-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')"
t/*.t
#   Failed test 'use Net::SNPP::Server;'
#   at t/server.t line 19.
#     Tried to use 'Net::SNPP::Server'.
#     Error:  Can't locate Net/Cmd.pm in @INC (you may need to install the
Net::Cmd module) (@INC contains: ../lib
/builddir/build/BUILD/Net-SNPP-1.17/blib/lib
/builddir/build/BUILD/Net-SNPP-1.17/blib/arch /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
/builddir/build/BUILD/Net-SNPP-1.17/blib/lib/Net/SNPP/Server.pm line 6.
# BEGIN failed--compilation aborted at
/builddir/build/BUILD/Net-SNPP-1.17/blib/lib/Net/SNPP/Server.pm line 6.
# Compilation failed in require at t/server.t line 19.
# BEGIN failed--compilation aborted at t/server.t line 19.
#   Failed test 'use Net::SNPP;'
#   at t/server.t line 20.
#     Tried to use 'Net::SNPP'.
#     Error:  Can't locate Net/Cmd.pm in @INC (you may need to install the
Net::Cmd module) (@INC contains: ../lib
/builddir/build/BUILD/Net-SNPP-1.17/blib/lib
/builddir/build/BUILD/Net-SNPP-1.17/blib/arch /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
/builddir/build/BUILD/Net-SNPP-1.17/blib/lib/Net/SNPP.pm line 18.
# BEGIN failed--compilation aborted at
/builddir/build/BUILD/Net-SNPP-1.17/blib/lib/Net/SNPP.pm line 18.
# Compilation failed in require at t/server.t line 20.
# BEGIN failed--compilation aborted at t/server.t line 20.
Can't locate object method "new" via package "Net::SNPP::Server" at t/server.t
line 22.
# Looks like you planned 15 tests but ran 2.
# Looks like you failed 2 tests of 2 run.
# Looks like your test exited with 255 just after 2.

Obviously, the package requires Net::Cmd Perl module at lib/Net/SNPP.pm:18, but
you forgot to declare the dependency.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the perl-devel mailing list