Front page | perl.perl5.porters |
Postings from November 2000
[ID 20001130.009] PERLIO=mmap/unix fails lib/filehand and others
Thread Next
From:
Robin Barker
Date:
November 30, 2000 12:02
Subject:
[ID 20001130.009] PERLIO=mmap/unix fails lib/filehand and others
Message ID:
200011302001.UAA27929@tempest.npl.co.uk
This is a bug report for perl from rmb1@cise.npl.co.uk,
generated with the help of perlbug 1.33 running under perl v5.7.0.
-----------------------------------------------------------------
[Please enter your report here]
% (cd t; env PERLIO=unix ./perl harness)
Failed Test Status Wstat Total Fail Failed List of Failed
------------------------------------------------------------------------------
io/pipe.t 32 8192 15 7 46.67% 9-15
lib/filehand.t 11 1 9.09% 4
lib/io_sock.t 20 1 5.00% 19
op/lex_assign.t 187 1 0.53% 106
3 tests and 80 subtests skipped.
Failed 4/271 test scripts, 98.52% okay. 10/14407 subtests failed, 99.93% okay.
% (cd t; env PERLIO=mmap ./perl harness lib/filehand.t)
lib/filehand........FAILED test 4
Failed 1/11 tests, 90.91% okay
Failed Test Status Wstat Total Fail Failed List of Failed
------------------------------------------------------------------------------
lib/filehand.t 11 1 9.09% 4
Failed 1/1 test scripts, 0.00% okay. 1/11 subtests failed, 90.91% okay.
Everything else passes.
Robin
[Please do not change anything below this line]
-----------------------------------------------------------------
---
Flags:
category=core
severity=low
---
Site configuration information for perl v5.7.0:
Configured by rmb1 at Thu Nov 30 16:44:41 GMT 2000.
Summary of my perl5 (revision 5.0 version 7 subversion 0) configuration:
Platform:
osname=solaris, osvers=2.7, archname=sun4-solaris-64int
uname='sunos tempest 5.7 generic_106541-04 sun4u sparc sunw,ultra-5_10 '
config_args='-des -Dcc=gcc -Dcf_email=rmb1@cise.npl.co.uk -Dman1dir=none -Dman3dir=none -Doptimize=-O -g -Dprefix=~/test -Duse64bitint -Dusedevel -Duseperlio -Dversiononly'
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=define use64bitall=undef uselongdouble=undef
Compiler:
cc='gcc', ccflags ='-DDEBUGGING -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O -g',
cppflags='-DDEBUGGING -fno-strict-aliasing -I/usr/local/include'
ccversion='', gccversion='2.95.2 19991024 (release)', gccosandvers='solaris2.7'
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=87654321
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long long', ivsize=8, 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 -ldb -ldl -lm -lc -lcrypt -lsec
perllibs=-lsocket -lnsl -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'
Locally applied patches:
DEVEL7928
---
@INC for perl v5.7.0:
lib
/home/rmb1/appl/lib/perl5/site_perl/5.6.0/sun4-solaris-64int
/home/rmb1/appl/lib/perl5/site_perl/5.6.0
/home/rmb1/appl/lib/perl5/site_perl
/home/rmb1/appl/lib/perl5/site_perl/5.005
/home/rmb1/test/lib/perl5/5.7.0/sun4-solaris-64int
/home/rmb1/test/lib/perl5/5.7.0
/home/rmb1/test/lib/perl5/site_perl/5.7.0/sun4-solaris-64int
/home/rmb1/test/lib/perl5/site_perl/5.7.0
/home/rmb1/test/lib/perl5/site_perl/5.6.0/sun4-solaris-64int
/home/rmb1/test/lib/perl5/site_perl/5.6.0
/home/rmb1/test/lib/perl5/site_perl
.
---
Environment for perl v5.7.0:
HOME=/home/rmb1
LANG=C
LANGUAGE (unset)
LD_LIBRARY_PATH=/usr/lib
LOGDIR (unset)
PATH=/home/rmb1/test/bin:/home/rmb1/appl/script:/opt/SUNWspci/bin/:/usr/tempest/bin:/usr/local/bin:/usr/local/Admigration/exec:/usr/local/hotjava/bin:/usr/openwin/bin:/usr/dt/bin:/usr/ccs/bin:/usr/bin
PERL5LIB=/home/rmb1/appl/lib/perl5/site_perl:/home/rmb1/appl/lib/perl5/site_perl/5.005
PERL_BADLANG (unset)
SHELL=/bin/csh
Thread Next
-
[ID 20001130.009] PERLIO=mmap/unix fails lib/filehand and others
by Robin Barker