Subject: | Test failures on install |
Hi, I'm trying to install Test::File on a fresh perl 5.8.8 install on
Debian and I get test failures:
mstevens@osaka:~/Test-File-1.15 % make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/links...........ok 1/24# Looks like you planned 24 tests but only ran
5.
t/links...........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 6-24
Failed 19/24 tests, 20.83% okay
t/load............ok
t/normalize.......ok
t/owner...........ok
t/pod.............ok
t/pod_coverage....skipped
all skipped: Test::Pod::Coverage required for testing POD
t/prereq..........skipped
all skipped: Test::Prereq required to test dependencies
t/setup...........ok
t/test_files......ok
5/28 skipped: setup already done
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/links.t 255 65280 24 38 158.33% 6-24
2 tests and 5 subtests skipped.
Failed 1/9 test scripts, 88.89% okay. 19/80 subtests failed, 76.25% okay.
make: *** [test_dynamic] Error 255
mstevens@osaka:~/Test-File-1.15 % /usr/local/bin/perl -Iblib/lib t/links.t
1..24
ok 1
ok 2
ok 3
ok 4
ok 5
# Looks like you planned 24 tests but only ran 5.
mstevens@osaka:~/Test-File-1.15 %
My perl is:
mstevens@osaka:~/Test-File-1.15 % /usr/local/bin/perl -V
Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
Platform:
osname=linux, osvers=2.6.8-3-k7, archname=i686-linux
uname='linux osaka 2.6.8-3-k7 #1 thu may 25 01:56:23 utc 2006 i686
gnulinux '
config_args='-des -Dprefix=/usr/local'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef
usemultiplicity=undef
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fno-strict-aliasing -pipe -I/usr/local/include
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-fno-strict-aliasing -pipe -I/usr/local/include'
ccversion='', gccversion='3.3.5 (Debian 1:3.3.5-13)', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t',
lseeksize=8
alignbytes=4, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lnsl -ldl -lm -lcrypt -lutil -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
libc=/lib/libc-2.3.2.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.3.2'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'
Characteristics of this binary (from libperl):
Compile-time options: PERL_MALLOC_WRAP USE_LARGE_FILES USE_PERLIO
Built under linux
Compiled at Jul 8 2006 20:17:30
@INC:
/usr/local/lib/perl5/5.8.8/i686-linux
/usr/local/lib/perl5/5.8.8
/usr/local/lib/perl5/site_perl/5.8.8/i686-linux
/usr/local/lib/perl5/site_perl/5.8.8
/usr/local/lib/perl5/site_perl
.