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

[ID 20000309.029] Not OK: perl v5.6.0 +v5.6.0-RC1 on i386-netbsd 1.4u

Thread Next
From:
Erik Bertelsen
Date:
March 9, 2000 23:27
Subject:
[ID 20000309.029] Not OK: perl v5.6.0 +v5.6.0-RC1 on i386-netbsd 1.4u
Message ID:
200003100727.IAA05673@erik-be.uni-c.dk

This is a build failure report for perl from erik@erik-be.uni-c.dk,
generated with the help of perlbug 1.27 running under perl v5.6.0.


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

Same as for all 5.6 prerelease versions:

pragma/warnings.....ok 234/348PROG:                                          
# pp_hot.c [pp_print]
use warnings 'io' ;
print STDIN "anc";
print <STDOUT>;
print <STDERR>;
open(FOO, ">&STDOUT") and print <FOO>;
print getc(STDERR);
print getc(FOO);
####################################################################
# The next test is known to fail on some systems (Linux/BSD+glibc, #
# NeXT among others.  glibc should be fixed in the next version,   #
# but it appears other platforms have little hope.  We skip it for #
# now (on the grounds that it is "just" a warning).                #
####################################################################
#read(FOO,$_,1);
no warnings 'io' ;
print STDIN "anc";
EXPECTED:
Filehandle main::STDIN opened only for input at - line 3.
Filehandle main::STDOUT opened only for output at - line 4.
Filehandle main::STDERR opened only for output at - line 5.
Filehandle main::FOO opened only for output at - line 6.
Filehandle main::STDERR opened only for output at - line 7.
Filehandle main::FOO opened only for output at - line 8.
GOT:
Filehandle main::STDIN opened only for input at - line 3.
Filehandle main::STDOUT opened only for output at - line 4.
Filehandle main::STDERR opened only for output at - line 5.
Filehandle main::STDERR opened only for output at - line 7.
pragma/warnings.....ok 348/348FAILED test 235                                
        Failed 1/348 tests, 99.71% okay

Failed Test  Status Wstat Total Fail  Failed  List of failed
-------------------------------------------------------------------------------
pragma/warnings             348    1   0.29%  235
5 tests and 34 subtests skipped.
Failed 1/236 test scripts, 99.58% okay. 1/11710 subtests failed, 99.99% okay.





[Please do not change anything below this line]
-----------------------------------------------------------------

---
Site configuration information for perl v5.6.0:

Configured by erik at Thu Mar  9 21:40:35 MET 2000.

Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration:
  Platform:
    osname=netbsd, osvers=1.4u, archname=i386-netbsd
    uname='netbsd erik-be.uni-c.dk 1.4u netbsd 1.4u (erikbe) #363: thu mar 9 10:05:04 met 2000 erik@erik-be.uni-c.dk:swnetbsdsrcsysarchi386compileerikbe i386 '
    config_args='-ds -e'
    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='-O', gccversion=egcs-2.91.66 19990314 (egcs-1.1.2 release)
    cppflags='-fno-strict-aliasing -I/usr/local/include -I/usr/pkg/include'
    ccflags ='-fno-strict-aliasing -I/usr/local/include -I/usr/pkg/include'
    stdchar='char', d_stdstdio=undef, 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=8
    alignbytes=4, usemymalloc=y, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -L/usr/local/lib -L/usr/pkg/lib'
    libpth=/usr/local/lib /usr/pkg/lib /usr/lib
    libs=-lm -lc -lposix -lcrypt
    libc=/usr/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E -Wl,-R/lib '
    cccdlflags='-DPIC -fPIC ', lddlflags='--whole-archive -shared  -L/usr/local/lib -L/usr/pkg/lib'

Locally applied patches:
    v5.6.0-RC1

---
@INC for perl v5.6.0:
    /usr/local/lib/perl5/5.6.0/i386-netbsd
    /usr/local/lib/perl5/5.6.0
    /usr/local/lib/perl5/site_perl/5.6.0/i386-netbsd
    /usr/local/lib/perl5/site_perl/5.6.0
    /usr/local/lib/perl5/site_perl/5.5.670/i386-netbsd
    /usr/local/lib/perl5/site_perl/5.5.670
    /usr/local/lib/perl5/site_perl/5.5.660/i386-netbsd
    /usr/local/lib/perl5/site_perl/5.5.660
    /usr/local/lib/perl5/site_perl/5.5.640/i386-netbsd
    /usr/local/lib/perl5/site_perl/5.5.640
    /usr/local/lib/perl5/site_perl/5.005/i386-netbsd
    /usr/local/lib/perl5/site_perl/5.005
    /usr/local/lib/perl5/site_perl
    .

---
Environment for perl v5.6.0:
    HOME=/home/erik
    LANG (unset)
    LANGUAGE (unset)
    LD_LIBRARY_PATH (unset)
    LOGDIR (unset)
    PATH=/bin:/usr/bin:/usr/local/bin:/usr/pkg/bin:/usr/X11R6/bin:/usr/sbin:/sbin:/usr/local/sbin:/usr/pkg/sbin
    PERL_BADLANG (unset)
    SHELL=/usr/local/bin/bash

Thread Next


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