Subject: | Storable 2.10 fails make test when 2.09 passes with Perl 5.8.0 |
Hello,
On RedHat 9 I'm getting a make test failure with Storable 2.10 that I didn't
get with 2.09 with Perl 5.8.0. Perl 5.6.1, 5.8.2 and 5.8.3 all pass just
fine:
t/recurse.............ok
t/restrict............Object #1 should have been retrieved already at t/restrict.t line 111.
t/restrict............dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 9-50
Failed 42/50 tests, 16.00% okay
t/retrieve............ok
t/store...............ok
t/threads.............ok
t/tied................ok
t/tied_hook...........ok
t/tied_items..........ok
t/utf8................ok
t/utf8hash............ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/restrict.t 2 512 50 84 168.00% 9-50
1 test skipped.
Failed 1/25 test scripts, 96.00% okay. 42/1949 subtests failed, 97.85% okay.
make: *** [test_dynamic] Error 29
/usr/bin/make test -- NOT OK
% /opt/i386-linux/installed/perl-5.8.0/bin/perl -V
Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration:
Platform:
osname=linux, osvers=2.4.20-18.9, archname=i686-linux-thread-multi
uname='linux orcaware.com 2.4.20-18.9 #1 thu may 29 07:08:16 edt 2003 i686 i686 i386 gnulinux '
config_args='-Dprefix=/opt/i386-linux/installed/perl-5.8.0 -Dcc=/opt/i386-linux/gcc/bin/gcc -Doptimize=-O3 -march=i386 -mcpu=i686 -Uinstallusrbinperl -Ulocincpth -Duseshrplib -Dcf_email=blair!
hint=recommended, useposix=true, d_sigaction=define
usethreads=define use5005threads=undef 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='/opt/i386-linux/gcc/bin/gcc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm',
optimize='-O3 -march=i386 -mcpu=i686',
cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -I/usr/include/gdbm'
ccversion='', gccversion='3.3', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=4, prototype=define
Linker and Libraries:
ld='/opt/i386-linux/gcc/bin/gcc', ldflags =''
libpth=/lib /usr/lib
libs=-lnsl -lgdbm -ldl -lm -lpthread -lc -lcrypt -lutil
perllibs=-lnsl -ldl -lm -lpthread -lc -lcrypt -lutil
libc=/lib/libc-2.3.2.so, so=so, useshrplib=true, libperl=libperl.so
gnulibc_version='2.3.2'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic -Wl,-rpath,/opt/i386-linux/installed/perl-5.8.0/lib/5.8.0/i686-linux-thread-multi/CORE'
cccdlflags='-fpic', lddlflags='-shared'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY USE_ITHREADS USE_LARGE_FILES PERL_IMPLICIT_CONTEXT
Locally applied patches:
ActivePerl Build 806
Built under linux
Compiled at Jun 25 2003 17:38:15
@INC:
/opt/i386-linux/installed/perl-5.8.0/lib/5.8.0/i686-linux-thread-multi
/opt/i386-linux/installed/perl-5.8.0/lib/5.8.0
/opt/i386-linux/installed/perl-5.8.0/lib/site_perl/5.8.0/i686-linux-thread-multi
/opt/i386-linux/installed/perl-5.8.0/lib/site_perl/5.8.0
/opt/i386-linux/installed/perl-5.8.0/lib/site_perl
.
Best,
Blair