Subject: | All Test Fail on AIX and Perl 5.10.0 With Different Fail (Cannot close perl) |
I am running AIx 4.3.3 ML.11-Post on a RS/6000-42W (PPC-604e @ 120MHz,
128MB ECC RAM), under perl 5.10.0, stdio, no threads, no largefiles,
built with gcc-3.4.3 (built native). Output of perl -V appended.
Module compiles withour error, but every test fails with the same fail
message. I have tried the "suggested patch" from another reporter, but I
do not get his results (cover will not run until Devel::Cover is
basically installed---after copying the made binaries into
/usr/lib/perl5/site_perl/Devel/, cover runs, but that does not change
the test results at all---they all still fail, just the same.
Here is a typical error message:
t/achange.t ............. Cannot close perl
-I/usr/lanth/aux/PERL/MODULES/Devel/Devel-Cover-0.64/
-I/usr/lanth/aux/PERL/MODULES/Devel/Devel-Cover-0.64/blib/lib
-I/usr/lanth/aux/PERL/MODULES/Devel/Devel-Cover-0.64/blib/arch
-MDevel::Cover=-select,change,-ignore,blib,Devel/Cover,-merge,0,-coverage,statement,branch,condition,subroutine
/usr/lanth/aux/PERL/MODULES/Devel/Devel-Cover-0.64/tests/change : at
/usr/lanth/aux/PERL/MODULES/Devel/Devel-Cover-0.64/blib/lib/Devel/Cover/Test.pm
line 187.
END failed--call queue aborted.
t/achange.t ............. Dubious, test returned 22 (wstat 5632, 0x1600)
Failed 1/1 subtests
Here is the output of perl -V
Summary of my perl5 (revision 5 version 10 subversion 0) configuration:
Platform:
osname=aix, osvers=4.3.3.0, archname=aix-stdio
uname='aix rowena 3 4 000059419100 unknown unknown aix '
config_args='-Dcc=gcc -Dprefix=/usr/local -Dinstallusrbinperl
-DDEBUGGING -Uusethreads -Uuselargefiles'
hint=previous, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
useperlio=undef, d_sfio=undef, uselargefiles=undef, usesocks=undef
use64bitint=undef, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='gcc', ccflags ='-D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE
-DUSE_NATIVE_DLOPEN -DDEBUGGING -fno-strict-aliasing -pipe
-I/usr/local/include',
optimize='-O -g',
cppflags='-D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE
-DUSE_NATIVE_DLOPEN -DDEBUGGING -fno-strict-aliasing -pipe
-I/usr/local/include -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE
-DUSE_NATIVE_DLOPEN -DDEBUGGING -fno-strict-aliasing -pipe
-I/usr/local/include -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE
-DUSE_NATIVE_DLOPEN -DDEBUGGING -fno-strict-aliasing -pipe
-I/usr/local/include'
ccversion='', gccversion='3.4.3', gccosandvers='aix4.3.3.0'
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t',
lseeksize=4
alignbytes=8, prototype=define
Linker and Libraries:
ld='ld', ldflags =' -Wl,-brtl -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib /usr/ccs/lib
libs=-lbind -lnsl -lgdbm -ldbm -ldl -lld -lm -lcrypt -lc -lbsd
perllibs=-lbind -lnsl -ldl -lld -lm -lcrypt -lc -lbsd
libc=/usr/lib/libc.a, so=a, useshrplib=false, libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_aix.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Xlinker
-bE:/usr/local/lib/perl5/5.10.0/aix-stdio/CORE/perl.exp
-bE:/usr/local/lib/perl5/5.10.0/aix-stdio/CORE/perl.exp
-bE:/usr/local/lib/perl5/5.10.0/aix-stdio/CORE/perl.exp'
cccdlflags='-fpic', lddlflags=' -bhalt:4 -bexpall -G -bnoentry -lc
-L/usr/local/lib'
Characteristics of this binary (from libperl):
Compile-time options: DEBUGGING PERL_DONT_CREATE_GVSV
Built under aix
Compiled at Feb 25 2009 00:08:55
%ENV:
PERL="/usr/local/bin/perl"
@INC:
/usr/local/lib/perl5/5.10.0/aix-stdio
/usr/local/lib/perl5/5.10.0
/usr/local/lib/perl5/site_perl/5.10.0/aix-stdio
/usr/local/lib/perl5/site_perl/5.10.0
/usr/local/lib/perl5/site_perl
.