FS#27107 - [perl-class-load] doesn't build

Attached to Project: Community Packages
Opened by Andrea Scarpino (BaSh) - Saturday, 19 November 2011, 12:07 GMT
Last edited by Sergej Pupykin (sergej) - Monday, 21 November 2011, 09:47 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Warning: prerequisite Module::Runtime 0.011 not found. We have 0.010.
Warning: prerequisite Test::Fatal 0 not found.
Checking if your kit is complete...
Looks good
Writing Makefile for Class::Load
Writing MYMETA.yml
cp lib/Class/Load.pm blib/lib/Class/Load.pm
cp lib/Class/Load/PP.pm blib/lib/Class/Load/PP.pm
Manifying blib/man3/Class::Load.3pm
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# Using PP implementation
t/000-load.t ................. ok
t/001-is-class-loaded.t ...... ok
t/002-try-load-class.t ....... ok
Can't locate Test/Fatal.pm in @INC (@INC contains: t/lib /build/src/Class-Load-0.12/blib/lib /build/src/Class-Load-0.12/blib/arch /usr/lib/perl5/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl .) at t/003-load-class.t line 7.
BEGIN failed--compilation aborted at t/003-load-class.t line 7.
t/003-load-class.t ...........
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
Can't locate Test/Fatal.pm in @INC (@INC contains: t/lib /build/src/Class-Load-0.12/blib/lib /build/src/Class-Load-0.12/blib/arch /usr/lib/perl5/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl .) at t/004-load-double.t line 7.
BEGIN failed--compilation aborted at t/004-load-double.t line 7.
t/004-load-double.t ..........
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
Can't locate Test/Fatal.pm in @INC (@INC contains: /build/src/Class-Load-0.12/blib/lib /build/src/Class-Load-0.12/blib/arch /usr/lib/perl5/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl .) at t/005-load-optional.t line 6.
BEGIN failed--compilation aborted at t/005-load-optional.t line 6.
t/005-load-optional.t ........
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/006-returned-error.t ....... ok
Can't locate Test/Fatal.pm in @INC (@INC contains: /build/src/Class-Load-0.12/blib/lib /build/src/Class-Load-0.12/blib/arch /usr/lib/perl5/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl .) at t/007-first-existing.t line 4.
BEGIN failed--compilation aborted at t/007-first-existing.t line 4.
t/007-first-existing.t .......
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
Can't locate Test/Fatal.pm in @INC (@INC contains: /build/src/Class-Load-0.12/blib/lib /build/src/Class-Load-0.12/blib/arch /usr/lib/perl5/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl .) at t/008-gvstash-bug.t line 4.
BEGIN failed--compilation aborted at t/008-gvstash-bug.t line 4.
t/008-gvstash-bug.t ..........
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
Can't locate Test/Fatal.pm in @INC (@INC contains: /build/src/Class-Load-0.12/blib/lib /build/src/Class-Load-0.12/blib/arch /usr/lib/perl5/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl .) at t/009-invalid-module-name.t line 4.
BEGIN failed--compilation aborted at t/009-invalid-module-name.t line 4.
t/009-invalid-module-name.t ..
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
Can't locate Test/Fatal.pm in @INC (@INC contains: /build/src/Class-Load-0.12/blib/lib /build/src/Class-Load-0.12/blib/arch /usr/lib/perl5/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl .) at t/010-isa-false-positive.t line 5.
BEGIN failed--compilation aborted at t/010-isa-false-positive.t line 5.
t/010-isa-false-positive.t ...
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/release-cpan-changes.t ..... skipped: these tests are for release candidate testing
t/release-eol.t .............. skipped: these tests are for release candidate testing
t/release-no-tabs.t .......... skipped: these tests are for release candidate testing
t/release-pod-coverage.t ..... skipped: these tests are for release candidate testing
t/release-pod-linkcheck.t .... skipped: these tests are for release candidate testing
t/release-pod-no404s.t ....... skipped: these tests are for release candidate testing
t/release-pod-spell.t ........ skipped: these tests are for release candidate testing
t/release-pod-syntax.t ....... skipped: these tests are for release candidate testing

Test Summary Report
-------------------
t/003-load-class.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/004-load-double.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/005-load-optional.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/007-first-existing.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/008-gvstash-bug.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/009-invalid-module-name.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/010-isa-false-positive.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
Files=19, Tests=52, 1 wallclock secs ( 0.05 usr 0.04 sys + 0.35 cusr 0.06 csys = 0.50 CPU)
Result: FAIL
Failed 7/19 test programs. 0/52 subtests failed.
make: *** [test_dynamic] Error 255

Additional info:
* perl-class-load 0.12-1

Steps to reproduce:
Try to build it.
This task depends upon

Closed by  Sergej Pupykin (sergej)
Monday, 21 November 2011, 09:47 GMT
Reason for closing:  Fixed

Loading...