Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not OK: perl 5.00563 on macppc-netbsd 1.4p #933

Closed
p5pRT opened this issue Dec 11, 1999 · 1 comment
Closed

Not OK: perl 5.00563 on macppc-netbsd 1.4p #933

p5pRT opened this issue Dec 11, 1999 · 1 comment

Comments

@p5pRT
Copy link

p5pRT commented Dec 11, 1999

Migrated from rt.perl.org#1877 (status was 'resolved')

Searchable as RT1877$

@p5pRT
Copy link
Author

p5pRT commented Dec 11, 1999

From erik@mediator.uni-c.dk

One warning that has been around for several test releases...

pragma/utf8.........ok
pragma/warnings.....PROG​:
# 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.
FAILED at test 215
lib/abbrev..........ok
...
...
lib/trig............ok
Failed 1 test script out of 226, 99.56% okay.

best regards
Erik Bertelsen

Perl Info


Site configuration information for perl 5.00563:

Configured by erik at Sat Dec 11 20:01:36 CET 1999.

Summary of my perl5 (revision 5.0 version 5 subversion 63) configuration:
  Platform:
    osname=netbsd, osvers=1.4p, archname=macppc-netbsd
    uname='netbsd rlanarh108.uni-c.dk 1.4p netbsd 1.4p (hjemme) #258: thu dec 9 18:18:05 cet 1999 erik@rlanarh108.uni-c.dk:homesrcsysarchmacppccompilehjemme macppc '
    config_args='-ds -e'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef useperlio=undef d_sfio=undef
    use64bits=undef usemultiplicity=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=8
    alignbytes=8, 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:
    


@INC for perl 5.00563:
    /usr/local/lib/perl5/5.00563/macppc-netbsd
    /usr/local/lib/perl5/5.00563
    /usr/local/lib/site_perl/5.00563/macppc-netbsd
    /usr/local/lib/site_perl
    .


Environment for perl 5.00563:
    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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant