Front page | perl.perl5.porters |
Postings from March 2000
[ID 20000320.003] Not OK: perl v5.6.0 +v5.6.0-RC2 on m68k-linux2.0.33pl1 (UNINSTALLED)
From:
Peter Haworth
Date:
March 20, 2000 06:54
Subject:
[ID 20000320.003] Not OK: perl v5.6.0 +v5.6.0-RC2 on m68k-linux2.0.33pl1 (UNINSTALLED)
Message ID:
ML-3.3.953563932.7515.pmh@edison.ioppublishing.com
This is a build failure report for perl from pmh@physics.org,
generated with the help of perlbug 1.27 running under perl v5.6.0.
-----------------------------------------------------------------
[Please enter your report here]
I get the same three failures as with 5.6.660. lib/complex fails as below:
# 180 (root(z, 5))[3] ** 5 -3.00001768174107+5.44201469852898e-05i -3 (-3, 0)
not ok 180
# '(root(z, 5))[3] ** 5' expected: '-3' got:
'-3.00001768174107+5.44201469852898e-05i' for z = (-3, 0)
# 516 sqrt(z) [1.73205080756888,1] 0.935831045210238+1.4574704987823i [3,2]
not ok 516
# 'sqrt(z)' expected: '0.935831045210238+1.4574704987823i' got:
'[1.73205080756888,1]' for z = [3,2]
io/pipe test 9 fails on my extremely slow computer.
The following patch fixes it:
--- t/io/pipe.t.orig Sat Mar 18 09:46:00 2000
+++ t/io/pipe.t Sat Mar 18 09:51:15 2000
@@ -98,7 +98,7 @@
else {
local $SIG{PIPE} = 'IGNORE';
open NIL, '|true' or die "open failed: $!";
- sleep 4;
+ sleep 5;
print NIL 'foo' or die "print failed: $!";
if (close NIL) {
print "not ok 9\n";
[Please do not change anything below this line]
-----------------------------------------------------------------
---
Site configuration information for perl v5.6.0:
Configured by pmh at Fri Mar 17 00:12:59 GMT 2000.
Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration:
Platform:
osname=linux, osvers=2.0.33pl1, archname=m68k-linux
uname='linux h 2.0.33pl1 #1 mon nov 23 23:54:05 gmt 1998 m68k unknown '
config_args='-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='cc', optimize='-O2', gccversion=2.7.2.3
cppflags='-I/usr/local/include'
ccflags ='-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=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t',
lseeksize=4
alignbytes=2, usemymalloc=n, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lnsl -lndbm -lgdbm -ldb -ldl -lm -lc -lposix -lcrypt
libc=/lib/libc-2.0.7.so, so=so, useshrplib=false, libperl=libperl.a
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'
Locally applied patches:
v5.6.0-RC2
---
@INC for perl v5.6.0:
lib
/usr/local/lib/perl5/5.6.0/m68k-linux
/usr/local/lib/perl5/5.6.0
/usr/local/lib/perl5/site_perl/5.6.0/m68k-linux
/usr/local/lib/perl5/site_perl/5.6.0
/usr/local/lib/perl5/site_perl
.
---
Environment for perl v5.6.0:
HOME=/home/pmh
LANG (unset)
LANGUAGE (unset)
LD_LIBRARY_PATH (unset)
LOGDIR (unset)
PATH=/home/pmh/bin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games
PERL_BADLANG (unset)
SHELL=/bin/sh
--
Peter Haworth pmh@edison.ioppublishing.com
"Ok, print the message, then put it in your shoe and put your shoe in front
of the fireplace... then wait till Santa come and give the code to you ;-)
Hey! this is not mod_santa list !"
-- Fabrice Scemama on the mod_perl list
-
[ID 20000320.003] Not OK: perl v5.6.0 +v5.6.0-RC2 on m68k-linux2.0.33pl1 (UNINSTALLED)
by Peter Haworth