Front page | perl.perl5.porters |
Postings from March 2000
[ID 20000309.019] Not OK: perl v5.6.0 +v5.6.0-RC1 onIP27-irix-thread 6.5 (UNINSTALLED)
From:
Jarkko Hietaniemi
Date:
March 9, 2000 14:28
Subject:
[ID 20000309.019] Not OK: perl v5.6.0 +v5.6.0-RC1 onIP27-irix-thread 6.5 (UNINSTALLED)
Message ID:
200003092228.AAA4660469@cedar-f.csc.fi
This is a build failure report for perl from jhi@cedar.csc.fi,
generated with the help of perlbug 1.27 running under perl v5.6.0.
-----------------------------------------------------------------
[Please enter your report here]
I get very inconsistent test results from IRIX 6.5. (uname -R
says "6.5 6.5.5.m") with -Duse64bitall (without that I get
an almost 100% test, modulo the one freak safe1 failure).
This is what "./perl harness" thinks. The lib/io_linenum.t
run separately is happy as a clam. The lib/thread.t failure
is the known "disencouragement" failure. Do we really want
such test failures in the final 5.6.0?
Failed Test Status Wstat Total Fail Failed List of failed
-------------------------------------------------------------------------------
lib/io_linenum. 0 11 12 12 100.00% 1-12
lib/thread.t 21 1 4.76% 19
4 tests and 34 subtests skipped.
Failed 2/236 test scripts, 99.15% okay. 13/10408 subtests failed, 99.88% okay.
But under "make test" the results are very different.
One pragma/warnings fails and io_dir apparently dumps core.
...
pragma/warnings......PROG:
# Check runtime scope of pragma
use warnings FATAL => 'uninitialized' ;
{
no warnings ;
my $b ; chop $b ;
}
my $b ; chop $b ;
print STDERR "The End.\n" ;
EXPECTED:
Use of uninitialized value in scalar chop at - line 8.
GOT:
FAILED at test 98
...
lib/io_dir...........FAILED at test 0
...
lib/thread...........
#
# This is a KNOWN FAILURE, and one of the reasons why threading
# is still an experimental feature. It is here to stop people
# from deploying threads in production. ;-)
#
FAILED at test 19
[please do not change anything below this line]
-----------------------------------------------------------------
---
Site configuration information for perl v5.6.0:
Configured by jhi at Thu Mar 9 23:55:47 EET 2000.
Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration:
Platform:
osname=irix, osvers=6.5, archname=IP27-irix-thread
uname='irix64 cedar 6.5 07151432 ip27 '
config_args='-ders -Duse64bitall -Dusethreads -Duse5005threads'
hint=recommended, useposix=true, d_sigaction=define
usethreads=define use5005threads=define useithreads=undef usemultiplicity=undef
useperlio=undef d_sfio=undef uselargefiles=define
use64bitint=define use64bitall=define uselongdouble=undef usesocks=undef
Compiler:
cc='cc -64', optimize='-O3', gccversion=
cppflags='-D_BSD_TYPES -D_BSD_TIME -OPT:Olimit=0:space=ON -I/usr/local/include -DLANGUAGE_C'
ccflags ='-D_BSD_TYPES -D_BSD_TIME -woff 1009,1110,1174,1184,1552 -OPT:Olimit=0:space=ON -I/usr/local/include -DLANGUAGE_C'
stdchar='unsigned char', d_stdstdio=define, usevfork=false
intsize=4, longsize=8, ptrsize=8, doublesize=8
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, usemymalloc=n, prototype=define
Linker and Libraries:
ld='cc -64', ldflags =' -L/usr/local/lib64 -L/usr/local/lib -Wl,-woff,84 -L/usr/lib64'
libpth=/usr/local/lib /usr/lib64 /lib64 /lib /usr/lib
libs=-ldb -lm -lpthread
libc=/usr/lib64/libc.so, so=so, useshrplib=false, libperl=libperl.a
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags='-64 -shared -L/usr/local/lib64 -L/usr/local/lib -L/usr/lib64'
Locally applied patches:
v5.6.0-RC1
---
@INC for perl v5.6.0:
lib
/usr/local/lib/perl5/5.6.0/IP27-irix-thread
/usr/local/lib/perl5/5.6.0
/usr/local/lib/perl5/site_perl/5.6.0/IP27-irix-thread
/usr/local/lib/perl5/site_perl/5.6.0
/usr/local/lib/perl5/site_perl
.
---
Environment for perl v5.6.0:
HOME=/mnt/mds/univ2/tkk/jhi
LANG=en_US
LANGUAGE (unset)
LC_ALL=en_US
LD_LIBRARY_PATH (unset)
LOGDIR (unset)
PATH=/p/bin:/usr/local/bin:/opt/ctl/bin:/usr/bin/X11:/usr/etc:/mnt/mds/univ2/tkk/jhi/.s:/mnt/mds/univ2/tkk/jhi/.b/IRIX64:/sbin:/bin:/usr/bin:/usr/ucb:/usr/bsd:/usr/sbin:/opt/ctl/bin
PERL_BADLANG (unset)
SHELL=/bin/sh
-
[ID 20000309.019] Not OK: perl v5.6.0 +v5.6.0-RC1 onIP27-irix-thread 6.5 (UNINSTALLED)
by Jarkko Hietaniemi