Subject: | Devel-CheckLib-0.5 |
Date: | Tue, 03 Mar 2009 19:34:53 -0800 |
To: | bug-Devel-CheckLib [...] rt.cpan.org |
From: | michael [...] insulin-pumpers.org |
Devel-CheckLib-0.5
perl, v5.8.4 built for sun4-solaris-64int
SunOS 5.10 Generic_137137-09 sun4u sparc sun4u
I've used this on numerous platforms just fine and deployed with some
of my modules so I know it runs on the smokers.
Just installed:
ExtUtils-CBuilder-0.24
File-Temp-0.21
IO-CaptureOutput-1.10 (version 1.11 won't fly here for some reason)
Module-Build-0.32
PathTools-3.29
Test-Harness-3.16
Test-Simple-0.86
running as user "root"
attempting to build/test Devel-CheckLib-0.5 gives these results
(verbose)
-bash-3.00# make test TEST_VERBOSE=1
cp lib/Devel/CheckLib.pm blib/lib/Devel/CheckLib.pm
cp bin/use-devel-checklib blib/script/use-devel-checklib
/usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/use-
devel-checklib
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(1, 'blib/lib', 'blib/arch')" t/*.t
t/00-load.t ...................
1..1
ok 1 - Can load module
ok
t/bad-single-word-compiler.t ..
1..1
ok 1 - Bad multi-word compiler is not OK
ok
t/dash-l-libs.t ...............
1..1
not ok 1 - LIBS => '-lm -lbazbam -L/tmp/FGU7RHWtYB'
# Failed test 'LIBS => '-lm -lbazbam -L/tmp/FGU7RHWtYB''
# at t/dash-l-libs.t line 45.
# got: 'Can't link/include 'bazbam'
# '
# expected: ''
# STDOUT:
# STDERR:
# Looks like you failed 1 test of 1.
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
t/exit_with_message.t .........
1..1
ok 1 - missing hlagh detected non-fatally
ok
t/found.t .....................
1..4
ok 1 - lib => 'm'
ok 2 - lib => 'c'
ok 3 - lib => ['m', 'c']
not ok 4 - lib => 'bazbam', libpath => '/tmp/aAcwyJZRNc'
# Failed test 'lib => 'bazbam', libpath => '/tmp/aAcwyJZRNc''
# at t/found.t line 53.
# got: 'Can't link/include 'bazbam'
# '
# expected: ''
# STDOUT:
# STDERR:
# Looks like you failed 1 test of 4.
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/4 subtests
t/headers.t ...................
1..5
ok 1 - INC => '-t/inc', header => 'headerfile.h'
ok 2 - incpath => '.', header => 'headerfile.h'
ok 3 - incpath => '.', header => 't/inc/headerfile.h'
ok 4 - incpath => [qw(t/inc)], header => 'headerfile.h'
ok 5 - INC => '-I. -It/inc', header => 'headerfile.h'
ok
t/multi-word-compiler.t .......
1..1
ok 1 - Good multi-word compiler is OK
ok
t/not_found.t .................
1..8
ok 1 - died on 'lib => 'foo''
ok 2 - missing 'foo' detected
ok 3 - died on 'lib => [qw/m foo/]'
ok 4 - missing 'foo' detected
ok 5 - died on 'lib => [qw/foo m/]'
ok 6 - missing 'foo' detected
ok 7 - died on 'lib => [qw/foo bar/]'
ok 8 - missing 'foo', 'bar' detected
ok
Test Summary Report
-------------------
t/dash-l-libs.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
t/found.t (Wstat: 256 Tests: 4 Failed: 1)
Failed test: 4
Non-zero exit status: 1
Files=8, Tests=22, 9 wallclock secs ( 0.43 usr 0.16 sys + 5.59
cusr 1.85 csys = 8.03 CPU)
Result: FAIL
Failed 2/8 test programs. 2/22 subtests failed.
*** Error code 29
make: Fatal error: Command failed for target `test_dynamic'