Perl / perl5

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

Not OK: perl v5.5.650 on ppc-linux-thread-multi 2.2.14 (UNINSTALLED) #1153

Closed p5pRT closed 20 years ago

p5pRT commented 24 years ago

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

Searchable as RT2117$

p5pRT commented 24 years ago

From schinder@pobox.com

Just the usual single failure​:

lib/anydbm...........# # anydbm.t test 12 will fail when AnyDBM_File uses the combination of # DB_File and Berkeley DB 2.4.10 (or greater). # You are using DB_File 1.72 and Berkeley DB 2.4.14 # # Berkeley DB 2 from version 2.4.10 onwards does not allow null keys. # This feature will be reenabled in a future version of Berkeley DB. # FAILED at test 12

No sign of the -lm or ICONV problems reported by Tom Christiansen. (Maybe there's a problem with the patch? I grabbed the full tarball.) Configure found -lm\, and HAS_ICONV and I_ICONV were properly defined. The build was clean; no warnings\, no problems. One strange thing I did notice is that the lib/thread wasn't run on this build with -Dusethreads

op/nothread..........ok

lib/thread...........skipping test on this platform

Perl Info ``` Site configuration information for perl v5.5.650: Configured by schinder at Tue Feb 8 08:50:08 EST 2000. Summary of my perl5 (revision 5.0 version 5 subversion 650) configuration: Platform: osname=linux, osvers=2.2.14, archname=ppc-linux-thread-multi uname='linux c22234-c.scllg1.pa.home.com 2.2.14 #2 sun jan 9 20:34:00 est 2000 ppc unknown ' config_args='-des -Dcc=gcc -Dprefix=/usr/local -Dusethreads' hint=recommended, useposix=true, d_sigaction=define usethreads=define use5005threads=undef useithreads=define usesocks=undef useperlio=undef d_sfio=undef use64bits=undef uselargefiles=define usemultiplicity=define Compiler: cc='gcc', optimize='-O2', gccversion=2.95.2 19991024 (release/franzo) cppflags='-D_REENTRANT -Dbool=char -DHAS_BOOL -fno-strict-aliasing -I/usr/local/include' ccflags ='-D_REENTRANT -Dbool=char -DHAS_BOOL -fno-strict-aliasing -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=8 alignbytes=8, usemymalloc=n, prototype=define Linker and Libraries: ld='gcc', ldflags =' -L/usr/local/lib' libpth=/usr/local/lib /lib /usr/lib libs=-lnsl -lndbm -lgdbm -ldb -ldl -lm -lpthread -lc -lposix -lcrypt libc=/lib/libc-2.1.3.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.650: lib /usr/local/lib/perl5/5.5.650/ppc-linux-thread-multi /usr/local/lib/perl5/5.5.650 /usr/local/lib/perl5/site_perl/5.5.640 /usr/local/lib/perl5/site_perl/5.005 /usr/local/lib/perl5/site_perl . Environment for perl v5.5.650: HOME=/usr/local/src LANG (unset) LANGUAGE (unset) LD_LIBRARY_PATH=/usr/local/lib:/usr/local/qt/lib:/lib:/usr/lib:/usr/X11R6/lib LOGDIR (unset) PATH=/usr/local/bin:/bin:/sbin:/usr/bin:/usr/etc:/usr/sbin:/usr/local/sbin:/usr/X11R6/bin:/var/qmail/bin:. PERL_BADLANG (unset) SHELL=/bin/sh ```