Subject: | use-int.t fails - cannot install |
Automatic installation (via `cpan Set::IntSpan`) of Set::IntSpan v1.18 fails on the use-int.t test.
This was tested on perl v5.14.2 on both Ubuntu 12.04, and Debian 6.0.6.
See attached for installation log.
To Fix: In t/use-int.t, replace line 19:
insert $set 2e12+$i
with:
insert $set 1e12+$i
Thank you for your time,
Francis Nguyen
Subject: | cpan_set-intspan-1.18.txt |
Reading '/home/fnguyen/.cpan/Metadata'
Database was generated on Thu, 04 Apr 2013 20:07:33 GMT
Fetching with LWP:
http://mirrors.abdicar.com/CPAN/authors/01mailrc.txt.gz
Reading '/home/fnguyen/.cpan/sources/authors/01mailrc.txt.gz'
............................................................................DONE
Fetching with LWP:
http://mirrors.abdicar.com/CPAN/modules/02packages.details.txt.gz
Reading '/home/fnguyen/.cpan/sources/modules/02packages.details.txt.gz'
Database was generated on Mon, 08 Apr 2013 20:17:03 GMT
............................................................................DONE
Fetching with LWP:
http://mirrors.abdicar.com/CPAN/modules/03modlist.data.gz
Reading '/home/fnguyen/.cpan/sources/modules/03modlist.data.gz'
............................................................................DONE
Writing /home/fnguyen/.cpan/Metadata
Running install for module 'Set::IntSpan'
Running make for S/SW/SWMCD/Set-IntSpan-1.18.tar.gz
Fetching with LWP:
http://mirrors.abdicar.com/CPAN/authors/id/S/SW/SWMCD/Set-IntSpan-1.18.tar.gz
Fetching with LWP:
http://mirrors.abdicar.com/CPAN/authors/id/S/SW/SWMCD/CHECKSUMS
Checksum for /home/fnguyen/.cpan/sources/authors/id/S/SW/SWMCD/Set-IntSpan-1.18.tar.gz ok
CPAN.pm: Building S/SW/SWMCD/Set-IntSpan-1.18.tar.gz
Checking if your kit is complete...
Looks good
Writing Makefile for Set::IntSpan
Writing MYMETA.yml and MYMETA.json
cp IntSpan.pm blib/lib/Set/IntSpan.pm
Manifying blib/man3/Set::IntSpan.3pm
SWMCD/Set-IntSpan-1.18.tar.gz
/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/binary.t .... ok
t/bsearch.t ... ok
t/cardinal.t .. ok
t/creation.t .. ok
t/error.t ..... ok
t/index.t ..... ok
t/island.t .... ok
t/iterator.t .. ok
t/member.t .... ok
t/no-int.t .... ok
t/ord.t ....... ok
t/overload.t .. ok
t/real_set.t .. ok
t/relation.t .. ok
t/set_spec.t .. ok
t/span_ord.t .. ok
t/spans.t ..... ok
t/subclass.t .. ok
t/unary.t ..... ok
t/use-int.t ... Failed 1/1 subtests
Test Summary Report
-------------------
t/use-int.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Files=20, Tests=1947, 1 wallclock secs ( 0.26 usr 0.01 sys + 0.32 cusr 0.06 csys = 0.65 CPU)
Result: FAIL
Failed 1/20 test programs. 1/1947 subtests failed.
make: *** [test_dynamic] Error 255
SWMCD/Set-IntSpan-1.18.tar.gz
/usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
reports SWMCD/Set-IntSpan-1.18.tar.gz
Running make install
make test had returned bad status, won't install without force