develooper Front page | perl.perl5.porters | Postings from February 2000

[ID 20000228.002] Not OK: perl v5.5.660 on m68k-linux 2.0.33pl1(UNINSTALLED)

From:
Peter Haworth
Date:
February 28, 2000 03:57
Subject:
[ID 20000228.002] Not OK: perl v5.5.660 on m68k-linux 2.0.33pl1(UNINSTALLED)
Message ID:
ML-3.3.951738974.5758.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.5.660.


-----------------------------------------------------------------
[Please enter your report here]

I get three test failures. One, io/pipe 9, is just because my computer is so
slow. The patch below fixes the test to compensate.

The other failures are from lib/complex, as seen previously.

not ok 180
# '(root(z, 5))[3] ** 5' expected: '-3' got:
'-3.00001768174107+5.44201469852898e-05i' for z = (-3, 0)
not ok 516
# 'sqrt(z)' expected: '0.935831045210238+1.4574704987823i' got:
'[1.73205080756888,1]' for z = [3,2]



--- t/io/pipe.orig	Mon Feb 28 08:18:00 2000
+++ t/io/pipe.t	Mon Feb 28 08:19:00 2000
@@ -98,7 +98,7 @@
 else {
     local $SIG{PIPE} = 'IGNORE';
     open NIL, '|true'	or die "open failed: $!";
-    sleep 2;
+    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.5.660:

Configured by pmh at Sat Feb 26 11:36:10 GMT 2000.

Summary of my perl5 (revision 5.0 version 5 subversion 660) 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=''
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef
    usesocks=undef useperlio=undef d_sfio=undef
    use64bits=undef uselargefiles=define usemultiplicity=undef
  Compiler:
    cc='cc', optimize='-O2', gccversion=2.7.2.3
    cppflags='-I/usr/local/include'
    ccflags ='-I/usr/local/include'
    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:
    

---
@INC for perl v5.5.660:
    lib
    /usr/local/perl5.5.660/lib/5.5.660/m68k-linux
    /usr/local/perl5.5.660/lib/5.5.660
    /usr/local/perl5.5.660/lib/site_perl
    /usr/local/site_perl
    .

---
Environment for perl v5.5.660:
    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/bash

-- 
	Peter Haworth	pmh@edison.ioppublishing.com
Die, v.:
	To stop sinning suddenly.




nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About