This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible. See
http://testers.cpan.org/
Please cc any replies to [EMAIL PROTECTED] to keep other
test volunteers informed and to prevent any duplicate effort.
--
Just so I don't have to send you duplicate emails, it also fails the
same way under HP-UX 10.20 (perl 5.6.0, gcc 2.95.2), but not under
ppc-linux. Both Solaris and HP-UX build with Perl's malloc on by
default (something which I will shortly remedy on both), while Linux
builds with it off. It this another module that Perl's malloc causes
problems with?
Running make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl -Iblib/arch -Iblib/lib
-I/usr/local/lib/perl5/5.6.0/sun4-solaris -I/usr/local/lib/perl5/5.6.0 -e 'use
Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/00_load...........ok
t/01_run............dubious
Test returned status 0 (wstat 10, 0xa)
DIED. FAILED tests 9-29
Failed 21/29 tests, 27.59% okay
Failed Test Status Wstat Total Fail Failed List of failed
-------------------------------------------------------------------------------
t/01_run.t 0 10 29 21 72.41% 9-29
Failed 1/2 test scripts, 50.00% okay. 21/30 subtests failed, 30.00% okay.
make: *** [test_dynamic] Error 2
/usr/local/bin/make test -- NOT OK
bin@mors% perl -Mblib t/01_run.t
Using /export/home/src/.cpan/build/Compress-LZV1-0.02/blib
1..29
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
Bus error
Program received signal SIGBUS, Bus error.
0xff0d0f9c in LZV1_compress ()
from
/export/home/src/.cpan/build/Compress-LZV1-0.02/blib/arch/auto/Compress/LZV1/LZV1.so
(gdb) bt
#0 0xff0d0f9c in LZV1_compress ()
from
/export/home/src/.cpan/build/Compress-LZV1-0.02/blib/arch/auto/Compress/LZV1/LZV1.so
#1 0xff0d13c0 in XS_Compress__LZV1_compress ()
from
/export/home/src/.cpan/build/Compress-LZV1-0.02/blib/arch/auto/Compress/LZV1/LZV1.so
#2 0x78234 in Perl_pp_entersub ()
#3 0x71234 in Perl_runops_standard ()
#4 0x29fc8 in S_run_body ()
#5 0x29c3c in perl_run ()
#6 0x27154 in main ()
--
Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration:
Platform:
osname=solaris, osvers=2.7, archname=sun4-solaris
uname='sunos leprss.gsfc.nasa.gov 5.7 generic_106541-08 sun4u sparc
sunw,ultra-5_10 '
config_args='-Dcc=gcc -Dprefix=/usr/local -des'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
useperlio=undef d_sfio=undef uselargefiles=define
use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef
Compiler:
cc='gcc', optimize='-O', gccversion=2.95.2 19991024 (release)
cppflags='-fno-strict-aliasing -I/usr/local/include'
ccflags ='-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64'
stdchar='char', d_stdstdio=define, usevfork=false
intsize=4, longsize=4, ptrsize=4, doublesize=8
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, usemymalloc=y, prototype=define
Linker and Libraries:
ld='gcc', ldflags =' -L/usr/local/lib '
libpth=/usr/local/lib /lib /usr/lib /usr/ccs/lib
libs=-lsocket -lnsl -lgdbm -ldb -ldl -lm -lc -lcrypt -lsec
libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
cccdlflags='-fPIC', lddlflags='-G -L/usr/local/lib'