Subject: | fails tests on AIX 5.1 |
(Getting failure on 'CPAN-style versions' test in version-0.49)
(relevant excerpt follows)
# testing CPAN-style versions
dubious
Test returned status -1 (wstat 139, 0x8b)
DIED. FAILED tests 86-107
#################################################################
/CPAN/Language_Extensions>uname -a
AIX prc-srv-3 1 5 0001BCBF4C00
#################################################################
/CPAN/Language_Extensions>perl -v
This is perl, v5.8.7 built for aix-thread-multi
#################################################################
(Following is the full text from the failure)
removing version-0.49
/bin/rm -rf version-0.49
extracting code from version-0.49.tar.gz
gzcat version-0.49.tar.gz | tar xf -
creating version-0.49/Makefile
cd version-0.49 && export MAKEFLAGS=&&export MFLAGS=&&time perl Build.PL
Creating custom builder _build/lib/version/Builder.pm in _build/lib/version
Checking whether your kit is complete...
Looks good
Creating new 'Build' script for 'version' version '0.49'
real 0m1.36s
user 0m0.76s
sys 0m0.34s
compiling version-0.49
cd version-0.49 && export MAKEFLAGS=&&export MFLAGS=&&time ./Build
cc_r -I./vutil -I/opt/app/perl/testbuild/lib/5.8.7/aix-thread-multi/CORE -c -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=-1 -qnoansialias -DUSE_NATIVE_DLOPEN -DNEED_PTHREAD_INIT -I/usr/local/include -q32 -D_LARGE_FILES -qlonglong -O -o ./vutil/vutil.o ./vutil/vutil.c
lib/version.pm -> blib/lib/version.pm
lib/version/vxs.pm -> blib/lib/version/vxs.pm
lib/version/vxs.xs -> lib/version/vxs.c
/opt/app/perl/testbuild/bin/perl "-I/opt/app/perl/testbuild/lib/5.8.7/aix-thread-multi" "-I/opt/app/perl/testbuild/lib/5.8.7" "/opt/app/perl/testbuild/lib/5.8.7/ExtUtils/xsubpp" -noprototypes -typemap "/opt/app/perl/testbuild/lib/5.8.7/ExtUtils/typemap" "lib/version/vxs.xs"cc_r -I./vutil -I/opt/app/perl/testbuild/lib/5.8.7/aix-thread-multi/CORE -c -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=-1 -qnoansialias -DUSE_NATIVE_DLOPEN -DNEED_PTHREAD_INIT -I/usr/local/include -q32 -D_LARGE_FILES -qlonglong -O -o lib/version/vxs.o lib/version/vxs.c
ExtUtils::Mkbootstrap::Mkbootstrap('lib/version/vxs')
ExtUtils::Mksymlists::Mksymlists('lib/version/vxs')
xlc_r -bhalt:4 -bexpall -G -bnoentry -lpthreads -lc -L/usr/local/lib -o blib/arch/auto/version/vxs/vxs.so lib/version/vxs.o ./vutil/vutil.o
lib/version.pod -> blib/lib/version.pod
Manifying blib/lib/version.pod -> blib/libdoc/version.3
real 0m5.48s
user 0m3.52s
sys 0m1.14s
cd version-0.49 && export MAKEFLAGS=&&export MFLAGS=&&time ./Build test
t/01base.......# Tests with base class
# tests with bare numbers
# tests with quoted numbers
# tests with stringify
# test illegal formats
# tests with self
# tests with non-objects
# tests with objects
# numeric tests with non-objects
# numeric tests with objects
# numeric tests with numbers
# Tests with extended decimal versions
# tests with alpha-style non-objects
# numeric tests with alpha-style non-objects
# tests with alpha-style objects
# tests with alpha-style objects
# tests with alpha-style objects with same subversion
# test implicit [in]equality
# forbidden operations
# testing qv
# create new from existing version
# testing CVS Revision
# testing CPAN-style versions
dubious
Test returned status -1 (wstat 139, 0x8b)
DIED. FAILED tests 80-96
Failed 17/96 tests, 82.29% okay
t/02derived....# Tests with empty derived class
Subroutine main::qv redefined at t/02derived.t line 18.
# tests with bare numbers
# tests with quoted numbers
# tests with stringify
# test illegal formats
# tests with self
# tests with non-objects
# tests with objects
# numeric tests with non-objects
# numeric tests with objects
# numeric tests with numbers
# Tests with extended decimal versions
# tests with alpha-style non-objects
# numeric tests with alpha-style non-objects
# tests with alpha-style objects
# tests with alpha-style objects
# tests with alpha-style objects with same subversion
# test implicit [in]equality
# forbidden operations
# testing qv
# create new from existing version
# testing CVS Revision
# testing CPAN-style versions
dubious
Test returned status -1 (wstat 139, 0x8b)
DIED. FAILED tests 86-107
Failed 22/107 tests, 79.44% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/01base.t -1 139 96 34 35.42% 80-96
t/02derived.t -1 139 107 44 41.12% 86-107
Failed 2/2 test scripts, 0.00% okay. 39/203 subtests failed, 80.79% okay.
real 0m3.71s
user 0m1.18s
sys 0m1.39s
Gmake[2]: *** [test] Error 255
Gmake[2]: Leaving directory `/roaming/clearcase/vobs/perlbuild/CPAN/Language_Extensions'
Gmake[1]: *** [all] Error 2
Gmake[1]: Leaving directory `/roaming/clearcase/vobs/perlbuild/CPAN/Language_Extensions'
Gmake: *** [LANG_EXTS.make] Error 2