Subject: | Fails t/cond test for install on CentOS 4.2 x86 |
Processing hints file hints/linux.pl
Writing Makefile for threads::shared
cp shared.pm blib/lib/threads/shared.pm
/usr/bin/perl /usr/lib/perl5/5.8.5/ExtUtils/xsubpp -typemap
/usr/lib/perl5/5.8.5/ExtUtils/typemap shared.xs > shared.xsc && mv
shared.xsc shared.c
gcc -c -D_REENTRANT -D_GNU_SOURCE -DDEBUGGING -fno-strict-aliasing
-pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-I/usr/include/gdbm -O2 -g -pipe -m32 -march=i386 -mtune=pentium4
-DVERSION=\"0.96\" -DXS_VERSION=\"0.96\" -fPIC
"-I/usr/lib/perl5/5.8.5/i386-linux-thread-multi/CORE" shared.c
Running Mkbootstrap for threads::shared ()
chmod 644 shared.bs
rm -f blib/arch/auto/threads/shared/shared.so
gcc -shared -L/usr/local/lib shared.o -o
blib/arch/auto/threads/shared/shared.so \
-lpthread \
chmod 755 blib/arch/auto/threads/shared/shared.so
cp shared.bs blib/arch/auto/threads/shared/shared.bs
chmod 644 blib/arch/auto/threads/shared/shared.bs
Manifying blib/man3/threads::shared.3pm
/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/0nothread......ok 1/53# Testing threads::shared 0.96
t/0nothread......ok
t/av_refs........ok
t/av_simple......ok
t/blessed........ok
t/cond...........dubious
Test returned status 255 (wstat -1, 0xffffffff)
after all the subtests completed successfully
t/disabled.......ok
t/hv_refs........ok
t/hv_simple......ok
t/no_share.......ok
t/shared_attr....ok
t/sv_refs........ok
t/sv_simple......ok
t/wait...........ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/cond.t 255 -1 31 0 0.00% ??
Failed 1/13 test scripts, 92.31% okay. 0/475 subtests failed, 100.00% okay.
make: *** [test_dynamic] Error 255
/usr/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force
Failed during this command:
JDHEDDEN/threads-shared-0.96.tar.gz : make_test NO
===========
CentOS 4.2 x86 install with:
gcc (GCC) 3.4.4 20050721 (Red Hat 3.4.4-2)
This is perl, v5.8.5 built for i386-linux-thread-multi