Subject: | AIX 6.1 TL5 - make test fails |
Date: | Mon, 13 Sep 2010 17:23:57 -0400 |
To: | bug-MIME-Lite-HTML [...] rt.cpan.org |
From: | John Wingenbach <jwing [...] us.ibm.com> |
MIME-Lite-HTML-1.23
perl -V output:
Summary of my perl5 (revision 5 version 10 subversion 1) configuration:
Platform:
osname=aix, osvers=6.1.0.0, archname=aix-thread-multi
uname='aix z10012 1 6 00cc9a5d4c00 '
config_args='-d -Dcc=cc_r -Duseshrplib -Dusethreads
-Dprefix=/usr/local/perl5'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=undef, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc_r -q32', ccflags ='-D_ALL_SOURCE -D_ANSI_C_SOURCE
-D_POSIX_SOURCE -qmaxmem=-1 -qnoansialias -DUSE_NATIVE_DLOPEN
-DNEED_PTHREAD_INIT -q32 -D_LARGE_FILES -qlonglong',
optimize='-O',
cppflags='-D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=-1
-qnoansialias -DUSE_NATIVE_DLOPEN -DNEED_PTHREAD_INIT'
ccversion='9.0.0.14', gccversion='', gccosandvers=''
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=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='ld', ldflags =' -brtl -bdynamic -b32 -bmaxdata:0x80000000'
libpth=/lib /usr/lib /usr/ccs/lib
libs=-lbind -lnsl -ldbm -ldb -ldl -lld -lm -lcrypt -lpthreads -lc
perllibs=-lbind -lnsl -ldl -lld -lm -lcrypt -lpthreads -lc
libc=/lib/libc.a, so=a, useshrplib=true, libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_aix.xs, dlext=so, d_dlsymun=undef, ccdlflags='
-bE:/usr/local/perl5/lib/5.10.1/aix-thread-multi/CORE/perl.exp'
cccdlflags=' ', lddlflags='-bhalt:4 -G -bI:$(PERL_INC)/perl.exp -bE:$
(BASEEXT).exp -bnoentry -lpthreads -lc -lm'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP USE_ITHREADS
USE_LARGE_FILES USE_PERLIO USE_REENTRANT_API
Built under aix
Compiled at Sep 1 2010 14:48:38
@INC:
/usr/local/perl5/lib/5.10.1/aix-thread-multi
/usr/local/perl5/lib/5.10.1
/usr/local/perl5/lib/site_perl/5.10.1/aix-thread-multi
/usr/local/perl5/lib/site_perl/5.10.1
.
uname -a:
AIX z10012 1 6 00CC9A5D4C00
make test results:
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM"
"-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01use.t ................ ok
t/20create_image_part.t .. ok
t/50generic.t ............ 1/190
# Failed test 'Same size'
# at t/50generic.t line 52.
# '2689.47'
# <
# '2687'
# Failed test 'Same size'
# at t/50generic.t line 52.
# '2680.965'
# <
# '2678'
t/50generic.t ............ 43/190
# Failed test 'Same size'
# at t/50generic.t line 52.
# '2689.47'
# <
# '2687'
# Failed test 'Same size'
# at t/50generic.t line 52.
# '2680.965'
# <
# '2678'
t/50generic.t ............ 184/190 # Looks like you failed 4 tests of 190.
t/50generic.t ............ Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/190 subtests
Test Summary Report
-------------------
t/50generic.t (Wstat: 1024 Tests: 190 Failed: 4)
Failed tests: 29, 32, 50, 53
Non-zero exit status: 4
Files=3, Tests=195, 14 wallclock secs ( 0.37 usr 0.02 sys + 2.49 cusr
0.57 csys = 3.45 CPU)
Result: FAIL
Failed 1/3 test programs. 4/195 subtests failed.
make: 1254-004 The error code from the last command is 4.
--
John Wingenbach