Subject: | Perl 5.005_03 make test fails |
Hello,
Make test fails with Perl 5.005_03 with the latest release while
Test::Harness 2.42 worked just fine:
t/callback..........# Failed test (t/callback.t at line 66)
# Structures begin differing at:
# $got->[0] = Does not exist
# $expected->[0] = 'header'
t/callback..........NOK 3# Failed test (t/callback.t at line 66)
# Structures begin differing at:
# $got->[0] = Does not exist
# $expected->[0] = 'header'
# Failed test (t/callback.t at line 66)
# Structures begin differing at:
# $got->[0] = Does not exist
# $expected->[0] = 'header'
# Failed test (t/callback.t at line 66)
...
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/callback.t 19 4864 21 19 90.48% 3-21
t/inc_taint.t 1 256 1 1 100.00% 1
t/strap-analyze.t 43 11008 108 43 39.81% 2 5 7-8 10 12 15 22 25 27 30
32 35 37 40 42-43 45 47 50 57-
58 60 62 65 67 70 72-73 75 77
80 83 85 90 92-93 95 97-98 100
102 105
t/test-harness.t 43 11008 208 43 20.67% 1 13 15 21-22 27 29 45 53-54
61 67 69 77-78 85-86 99 101
107 109 117-118 123 125 131
133 139 141 147 149 155 157
163 165 179 181 187 189 197-
198 203 205
62 subtests skipped.
$ /opt/i386-linux/installed/perl-5.005_03/bin/perl -V
Summary of my perl5 (5.0 patchlevel 5 subversion 3) configuration:
Platform:
osname=linux, osvers=2.4.18-17.8.0, archname=i686-linux
uname='linux orcaware.com 2.4.18-17.8.0 #1 tue oct 8 13:51:08 edt 2002 i686 i686 i386 gnulinux '
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef useperlio=undef d_sfio=undef
Compiler:
cc='/opt/i386-linux/gcc/bin/gcc', optimize='-O3', gccversion=3.2
cppflags='-Dbool=char -DHAS_BOOL'
ccflags ='-Dbool=char -DHAS_BOOL'
stdchar='char', d_stdstdio=undef, usevfork=false
intsize=4, longsize=4, ptrsize=4, doublesize=8
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
alignbytes=4, usemymalloc=n, prototype=define
Linker and Libraries:
ld='/opt/i386-linux/gcc/bin/gcc', ldflags =''
libpth=/lib /usr/lib
libs=-lnsl -lgdbm -ldl -lm -lc -lcrypt
libc=, so=so, useshrplib=false, libperl=libperl.a
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
cccdlflags='-fpic', lddlflags='-shared'
Characteristics of this binary (from libperl):
Built under linux
Compiled at Nov 6 2002 19:15:20
@INC:
/opt/i386-linux/installed/perl-5.005_03/lib/5.00503/i686-linux
/opt/i386-linux/installed/perl-5.005_03/lib/5.00503
/opt/i386-linux/installed/perl-5.005_03/lib/site_perl/5.005/i686-linux
/opt/i386-linux/installed/perl-5.005_03/lib/site_perl/5.005
.
Regards,
Blair