Perl / perl5

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

Not OK: perl v5.7.2 +DEVEL13022 on i686-linux 2.4.15-pre5 #4589

Closed p5pRT closed 21 years ago

p5pRT commented 22 years ago

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

Searchable as RT7914$

p5pRT commented 22 years ago

From dcd@tc.fluke.com

6 more failures than I expect - has anyone else seen this yet?

t/lib/commonsense...................ok ext/B/t/b...........................B object version a5 does not match $B​::VERSION 1.00 at ../lib/XSLoader.pm line 97. Compilation failed in require at ../ext/B/t/b.t line 24. BEGIN failed--compilation aborted at ../ext/B/t/b.t line 24. FAILED at test 0 ext/B/t/debug.......................FAILED at test 1 ext/B/t/deparse.....................B object version a5 does not match $B​::VERSION 1.00 at ../lib/XSLoader.pm line 97. Compilation failed in require at ../lib/B/Deparse.pm line 11. BEGIN failed--compilation aborted at ../lib/B/Deparse.pm line 21. Compilation failed in require at ../ext/B/t/deparse.t line 20. BEGIN failed--compilation aborted at ../ext/B/t/deparse.t line 20. FAILED at test 0 ext/B/t/showlex.....................FAILED at test 1 ext/B/t/stash.......................ok ext/B/t/terse.......................# Failed test (../ext/B/t/terse.t at line 10) # Tried to use 'B​::Terse'. # Error​: B object version a5 does not match $B​::VERSION 1.00 at ../lib/XSLoader.pm line 97. # Compilation failed in require at ../lib/B/Terse.pm line 6. # BEGIN failed--compilation aborted at ../lib/B/Terse.pm line 7. # Compilation failed in require at (eval 1) line 2. Undefined subroutine &B​::Terse​::indent called at ../ext/B/t/terse.t line 13. # Looks like you planned 15 tests but only ran 1. # Looks like your test died just after 1. FAILED at test 1 ext/Cwd/t/cwd.......................ok ext/Cwd/t/taint.....................ok ext/Data/Dumper/t/dumper............Use of uninitialized value in string eq at ../ext/Data/Dumper/t/dumper.t line 40. Use of uninitialized value in concatenation (.) or string at ../ext/Data/Dumper/t/dumper.t line 40. Use of uninitialized value in string at ../ext/Data/Dumper/t/dumper.t line 44. Use of uninitialized value in string eq at ../ext/Data/Dumper/t/dumper.t line 58. Use of uninitialized value in concatenation (.) or string at ../ext/Data/Dumper/t/dumper.t line 58. FAILED at test 211 ext/Data/Dumper/t/overload..........ok .... ext/I18N/Langinfo/Langinfo..........FAILED at test 5   # above failure expected Failed 7 test scripts out of 490\, 98.57% okay.

Perl Info ``` Flags: category=install severity=none Site configuration information for perl v5.7.2: Configured by dcd at Thu Nov 15 20:13:10 PST 2001. Summary of my perl5 (revision 5.0 version 7 subversion 2 patch 13034) configuration: Platform: osname=linux, osvers=2.4.15-pre5, archname=i686-linux uname='linux dd 2.4.15-pre5 #1 thu nov 15 19:55:00 pst 2001 i686 ' config_args='-Dinstallusrbinperl -Uversiononly -Dusedevel -Doptimize=-O3 -g -de -Dcf_email=dcd@tc.fluke.com' hint=recommended, useposix=true, d_sigaction=define usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef useperlio=define d_sfio=undef uselargefiles=define usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=define Compiler: cc='cc', ccflags ='-DDEBUGGING -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', optimize='-O3 -g', cppflags='-DDEBUGGING -fno-strict-aliasing -I/usr/local/include' ccversion='', gccversion='egcs-2.91.66.1 19990314/Linux (egcs-1.1.2 release)', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 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=4, prototype=define Linker and Libraries: ld='cc', ldflags =' -L/usr/local/lib' libpth=/usr/local/lib /lib /usr/lib libs=-lgdbm -ldbm -ldb -ldl -lm -lc perllibs=-ldl -lm -lc libc=/lib/libc.so.5.4.44, 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: DEVEL13022 @INC for perl v5.7.2: lib /usr/local/lib/perl5/5.7.2/i686-linux /usr/local/lib/perl5/5.7.2 /usr/local/lib/perl5/site_perl/5.7.2/i686-linux /usr/local/lib/perl5/site_perl/5.7.2 /usr/local/lib/perl5/site_perl/5.6.1/i686-linux /usr/local/lib/perl5/site_perl/5.6.1 /usr/local/lib/perl5/site_perl . Environment for perl v5.7.2: HOME=/home/dcd LANG (unset) LANGUAGE (unset) LD_LIBRARY_PATH (unset) LOGDIR (unset) PATH=/home/dcd/bin:/sbin:/usr/local/bin:/bin:/usr/bin:/usr/X11/bin:/usr/games:/usr/local/samba:/home/hobbes/tools/scripts:/home/hobbes/tools/linux:/usr0/hobbes/tools/scripts:/usr0/dcd/bin:/apps/general/bin:/usr/public PERL_BADLANG (unset) SHELL=/bin/bash ```
p5pRT commented 22 years ago

From @jhi

Please resync to patchlevel 13035\, sorry about that... I was too busy hacking elsewhere to notice that 13034 broke the test build\, exactly as show below.

t/lib/commonsense...................ok ext/B/t/b...........................B object version a5 does not match $B​::VERSION 1.00 at ../lib/XSLoader.pm line 97. Compilation failed in require at ../ext/B/t/b.t line 24. BEGIN failed--compilation aborted at ../ext/B/t/b.t line 24. FAILED at test 0 ext/B/t/debug.......................FAILED at test 1 ext/B/t/deparse.....................B object version a5 does not match $B​::VERSION 1.00 at ../lib/XSLoader.pm line 97. Compilation failed in require at ../lib/B/Deparse.pm line 11. BEGIN failed--compilation aborted at ../lib/B/Deparse.pm line 21. Compilation failed in require at ../ext/B/t/deparse.t line 20. BEGIN failed--compilation aborted at ../ext/B/t/deparse.t line 20. FAILED at test 0 ext/B/t/showlex.....................FAILED at test 1 ext/B/t/stash.......................ok ext/B/t/terse.......................# Failed test (../ext/B/t/terse.t at line 10) # Tried to use 'B​::Terse'. # Error​: B object version a5 does not match $B​::VERSION 1.00 at ../lib/XSLoader.pm line 97. # Compilation failed in require at ../lib/B/Terse.pm line 6. # BEGIN failed--compilation aborted at ../lib/B/Terse.pm line 7. # Compilation failed in require at (eval 1) line 2. Undefined subroutine &B​::Terse​::indent called at ../ext/B/t/terse.t line 13. # Looks like you planned 15 tests but only ran 1. # Looks like your test died just after 1. FAILED at test 1 ext/Cwd/t/cwd.......................ok ext/Cwd/t/taint.....................ok ext/Data/Dumper/t/dumper............Use of uninitialized value in string eq at ../ext/Data/Dumper/t/dumper.t line 40. Use of uninitialized value in concatenation (.) or string at ../ext/Data/Dumper/t/dumper.t line 40. Use of uninitialized value in string at ../ext/Data/Dumper/t/dumper.t line 44. Use of uninitialized value in string eq at ../ext/Data/Dumper/t/dumper.t line 58. Use of uninitialized value in concatenation (.) or string at ../ext/Data/Dumper/t/dumper.t line 58. FAILED at test 211 ext/Data/Dumper/t/overload..........ok .... ext/I18N/Langinfo/Langinfo..........FAILED at test 5 # above failure expected Failed 7 test scripts out of 490\, 98.57% okay.

[Please do not change anything below this line] ----------------------------------------------------------------- --- Flags​: category=install severity=none --- Site configuration information for perl v5.7.2​:

Configured by dcd at Thu Nov 15 20​:13​:10 PST 2001.

Summary of my perl5 (revision 5.0 version 7 subversion 2 patch 13034) configuration​: Platform​: osname=linux\, osvers=2.4.15-pre5\, archname=i686-linux uname='linux dd 2.4.15-pre5 #1 thu nov 15 19​:55​:00 pst 2001 i686 ' config_args='-Dinstallusrbinperl -Uversiononly -Dusedevel -Doptimize=-O3 -g -de -Dcf_email=dcd@​tc.fluke.com' hint=recommended\, useposix=true\, d_sigaction=define usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef useperlio=define d_sfio=undef uselargefiles=define usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef usemymalloc=n\, bincompat5005=define Compiler​: cc='cc'\, ccflags ='-DDEBUGGING -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'\, optimize='-O3 -g'\, cppflags='-DDEBUGGING -fno-strict-aliasing -I/usr/local/include' ccversion=''\, gccversion='egcs-2.91.66.1 19990314/Linux (egcs-1.1.2 release)'\, gccosandvers='' intsize=4\, longsize=4\, ptrsize=4\, doublesize=8\, byteorder=1234 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=4\, prototype=define Linker and Libraries​: ld='cc'\, ldflags =' -L/usr/local/lib' libpth=/usr/local/lib /lib /usr/lib libs=-lgdbm -ldbm -ldb -ldl -lm -lc perllibs=-ldl -lm -lc libc=/lib/libc.so.5.4.44\, 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​: DEVEL13022

--- @​INC for perl v5.7.2​: lib /usr/local/lib/perl5/5.7.2/i686-linux /usr/local/lib/perl5/5.7.2 /usr/local/lib/perl5/site_perl/5.7.2/i686-linux /usr/local/lib/perl5/site_perl/5.7.2 /usr/local/lib/perl5/site_perl/5.6.1/i686-linux /usr/local/lib/perl5/site_perl/5.6.1 /usr/local/lib/perl5/site_perl .

--- Environment for perl v5.7.2​: HOME=/home/dcd LANG (unset) LANGUAGE (unset) LD_LIBRARY_PATH (unset) LOGDIR (unset) PATH=/home/dcd/bin​:/sbin​:/usr/local/bin​:/bin​:/usr/bin​:/usr/X11/bin​:/usr/games​:/usr/local/samba​:/home/hobbes/tools/scripts​:/home/hobbes/tools/linux​:/usr0/hobbes/tools/scripts​:/usr0/dcd/bin​:/apps/general/bin​:/usr/public PERL_BADLANG (unset) SHELL=/bin/bash

-- $jhi++; # http​://www.iki.fi/jhi/   # There is this special biologist word we use for 'stable'.   # It is 'dead'. -- Jack Cohen

p5pRT commented 22 years ago

From [Unknown Contact. See original ticket]

On Thu\, Nov 15\, 2001 at 08​:38​:25PM -0800\, David Dyck wrote​:

6 more failures than I expect - has anyone else seen this yet?

Please resync to patchlevel 13035\, sorry about that... I was too busy hacking elsewhere to notice that 13034 broke the test build\, exactly as show below.

It is now fixed\, thank you for your fast response!   David

p5pRT commented 21 years ago

From @jhi

Fixed\, resolved.

p5pRT commented 21 years ago

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