Front page | perl.perl5.porters |
Postings from April 2001
selfstubber test fail on bleadperl
Thread Next
From:
Mike Guy
Date:
April 27, 2001 07:18
Subject:
selfstubber test fail on bleadperl
Message ID:
E14t94a-000515-00@libra.cus.cam.ac.uk
With bleadperl (configured with all defaults), I'm getting
lib/selfloader........ok
lib/selfstubber.......FAILED at test 10
lib/sigaction.........ok
Trying to close in on this gave inconsistent results. Running standalone
./perl -I../lib t/lib/selfstubber.t
1..12
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
# ./perl "-I../lib" "-ISSI-18243" Parent--18243
# ./perl "-I../lib" "-ISSI-18243" Child--18243
ok 7
ok 8
# ./perl "-I../lib" "-ISSO-18243" Parent--18243
# ./perl "-I../lib" "-ISSO-18243" Child--18243
ok 9
ok 10
ok 11
ok 12
gave no failure.
cd t; ./perl harness
gave
...
lib/selfloader......ok
lib/selfstubber.....ok 1/12Confused test output: test 1 answered after test 11
lib/selfstubber.....ok
...
All tests successful, 6 tests and 91 subtests skipped.
It seems to have a funny idea of success.
Mike Guy
./perl -V
Can't locate Config.pm in @INC (@INC contains: /usr/local/lib/perl5/5.7.1/sun4-solaris /usr/local/lib/perl5/5.7.1 /usr/local/lib/perl5/site_perl/5.7.1/sun4-solaris /usr/local/lib/perl5/site_perl/5.7.1 /usr/local/lib/perl5/site_perl .).
BEGIN failed--compilation aborted.
nmg3% ./perl -Ilib -V
Summary of my perl5 (revision 5.0 version 7 subversion 1) configuration:
Platform:
osname=solaris, osvers=2.6, archname=sun4-solaris
uname='sunos nmg3 5.6 generic_105181-04 sun4u sparc sunw,ultra-1 '
config_args='-des -Dusedevel'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
Compiler:
cc='gcc', ccflags ='-I/usr/local/include -I/opt/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O',
cppflags='-I/usr/local/include -I/opt/local/include'
ccversion='', gccversion='2.7.2.3', gccosandvers='solaris2.6'
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321
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=n, prototype=define
Linker and Libraries:
ld='gcc', ldflags =' -L/usr/local/lib -L/opt/local/lib '
libpth=/usr/local/lib /opt/local/lib /usr/lib /usr/ccs/lib
libs=-lsocket -lnsl -ldl -lm -lc
perllibs=-lsocket -lnsl -ldl -lm -lc
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 -L/opt/local/lib'
Characteristics of this binary (from libperl):
Compile-time options: USE_LARGE_FILES
Locally applied patches:
DEVEL9864
Built under solaris
Compiled at Apr 27 2001 13:18:47
@INC:
lib
/usr/local/lib/perl5/5.7.1/sun4-solaris
/usr/local/lib/perl5/5.7.1
/usr/local/lib/perl5/site_perl/5.7.1/sun4-solaris
/usr/local/lib/perl5/site_perl/5.7.1
/usr/local/lib/perl5/site_perl
.
Thread Next
-
selfstubber test fail on bleadperl
by Mike Guy