[Bug 1242785] New: perl-Date-ICal-2.678-13.fc23 FTBFS: Undeclared dependency on Time::Local

bugzilla at redhat.com bugzilla at redhat.com
Tue Jul 14 07:57:19 UTC 2015


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

            Bug ID: 1242785
           Summary: perl-Date-ICal-2.678-13.fc23 FTBFS: Undeclared
                    dependency on Time::Local
           Product: Fedora
           Version: rawhide
         Component: perl-Date-ICal
          Assignee: xavier at bachelot.org
          Reporter: ppisar at redhat.com
        QA Contact: extras-qa at fedoraproject.org
                CC: perl-devel at lists.fedoraproject.org,
                    xavier at bachelot.org



perl-Date-ICal-2.678-13.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 Date::ICal;'
#   at t/00load.t line 5.
#     Tried to use 'Date::ICal'.
#     Error:  Can't locate Time/Local.pm in @INC (you may need to install the
Time::Local module) (@INC contains:
/builddir/build/BUILD/Date-ICal-2.678/blib/lib
/builddir/build/BUILD/Date-ICal-2.678/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/Date-ICal-2.678/blib/lib/Date/ICal.pm line 8.
# BEGIN failed--compilation aborted at
/builddir/build/BUILD/Date-ICal-2.678/blib/lib/Date/ICal.pm line 8.
# Compilation failed in require at t/00load.t line 5.
# BEGIN failed--compilation aborted at t/00load.t line 5.
# Looks like you failed 1 test of 1.
t/00load.t ........ 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests 

Obviously, you are missing declaration of dependency on Time::Local.

I cannot reproduce it now, probably somebody added the dependency elsewhere,
but nevertheless the dependency should be declared as it is used
(lib/Date/ICal.pm:8).

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


More information about the perl-devel mailing list