Perl / perl5

🐪 The Perl programming language
https://dev.perl.org/perl5/
Other
1.85k stars 524 forks source link

Not OK: perl v5.6.1 on darwin 1.3 (UNINSTALLED) #3843

Closed p5pRT closed 20 years ago

p5pRT commented 23 years ago

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

Searchable as RT6778$

p5pRT commented 23 years ago

From schinder@pobox.com

The expected failures.

op/stat..............FAILED at test 4 pragma/warnings......PROG​: # pp_hot.c [pp_print] use warnings 'io' ; print STDIN "anc"; print \; print \; open(FOO\, ">&STDOUT") and print \; print getc(STDERR); print getc(FOO); #################################################################### # The next test is known to fail on some systems (Linux+old glibc\, # # old *BSDs\, and NeXT\, among others. # # 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 STDIN opened only for input at - line 3. Filehandle STDOUT opened only for output at - line 4. Filehandle STDERR opened only for output at - line 5. Filehandle FOO opened only for output at - line 6. Filehandle STDERR opened only for output at - line 7. Filehandle FOO opened only for output at - line 8. GOT​: Filehandle STDIN opened only for input at - line 3. Filehandle STDOUT opened only for output at - line 4. Filehandle STDERR opened only for output at - line 5. Filehandle STDERR opened only for output at - line 7. FAILED at test 303 lib/db-btree.........FAILED at test 0 lib/db-recno.........# # Some older versions of Berkeley DB version 1 will fail tests 51\, # 53 and 55. # # You can safely ignore the errors if you're never going to use the # broken functionality (recno databases with a modified bval). # Otherwise you'll have to upgrade your DB library. # # If you want to use Berkeley DB version 1\, then 1.85 and 1.86 are the # last versions that were released. Berkeley DB version 2 is continually # being updated -- Check out http​://www.sleepycat.com/ for more details. # FAILED at test 51 lib/posix............FAILED at test 11

Perl Info ``` Flags: category=install severity=none Site configuration information for perl v5.6.1: Configured by schinder at Mon Apr 9 08:04:49 EDT 2001. Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration: Platform: osname=darwin, osvers=1.3, archname=darwin uname='darwin c22234-g.scllg1.pa.home.com 1.3 darwin kernel version 1.3: thu mar 1 06:56:40 pst 2001; root:xnuxnu-123.5.obj~1release_ppc power macintosh powerpc ' config_args='-der' hint=previous, useposix=true, d_sigaction=define usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef useperlio=undef d_sfio=undef uselargefiles=define usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef Compiler: cc='cc', ccflags ='-pipe -fno-common -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include', optimize='-O3', cppflags='-pipe -fno-common -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include' ccversion='', gccversion='Apple DevKit-based CPP 6.0alpha', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=8, usemymalloc=n, prototype=define Linker and Libraries: ld='cc', ldflags =' -L/usr/local/lib' libpth=/usr/local/lib /usr/lib libs=-lm -lc -liconv perllibs=-lm -lc -liconv libc=/System/Library/Frameworks/System.framework/System, so=dylib, useshrplib=true, libperl=libperl.dylib Dynamic Linking: dlsrc=dl_dyld.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' ' cccdlflags=' ', lddlflags=' -bundle -undefined suppress -L/usr/local/lib' Locally applied patches: @INC for perl v5.6.1: lib /System/Library/Perl/darwin /System/Library/Perl /Local/Library/Perl/darwin /Local/Library/Perl /Local/Library/Perl /Network/Library/Perl/darwin /Network/Library/Perl /Network/Library/Perl . Environment for perl v5.6.1: DYLD_LIBRARY_PATH=/Volumes/untitled/tmp/perl-5.6.1 HOME=/Users/schinder LANG (unset) LANGUAGE (unset) LD_LIBRARY_PATH (unset) LOGDIR (unset) PATH=~/bin/powerpc-apple-macos:/Users/schinder/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin PERL_BADLANG (unset) SHELL=/bin/sh ```
p5pRT commented 20 years ago

From @rspier

Perl is quite happy on Darwin now.

p5pRT commented 20 years ago

@rspier - Status changed from 'open' to 'resolved'