Skip Menu |

This queue is for tickets about the Test-Harness CPAN distribution.

Report information
The Basics
Id: 4331
Status: resolved
Priority: 0/
Queue: Test-Harness

People
Owner: Nobody in particular
Requestors: blair [...] orcaware.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: 2.32 make test failure with 5.005
Hello, I'm getting this failure with a self compiled perl 5.005 on RedHat 9: t/pod...............ok t/prove-includes....Use of reserved word "our" is deprecated at blib/script/prove line 13. Variable "$VERSION" is not imported at blib/script/prove line 13. Global symbol "$VERSION" requires explicit package name at blib/script/prove line 13. Variable "$VERSION" is not imported at blib/script/prove line 104. Global symbol "$VERSION" requires explicit package name at blib/script/prove line 104. Execution of blib/script/prove aborted due to compilation errors. t/prove-includes....NOK 1# Failed test (t/prove-includes.t at line 23) # got: '' # expected: '# $Test::Harness::Switches: -Iblib/lib -Ifirst -Isecond -Ithird -T # ' # Looks like you failed 1 tests of 1. t/prove-includes....dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/strap-analyze.....ok t/strap.............ok Best, Blair % /opt/i386-linux/installed/perl-5.005_03/bin/perl -V Summary of my perl5 (5.0 patchlevel 5 subversion 3) configuration: Platform: osname=linux, osvers=2.4.18-17.8.0, archname=i686-linux uname='linux orcaware.com 2.4.18-17.8.0 #1 tue oct 8 13:51:08 edt 2002 i686 i686 i386 gnulinux ' hint=recommended, useposix=true, d_sigaction=define usethreads=undef useperlio=undef d_sfio=undef Compiler: cc='/opt/i386-linux/gcc/bin/gcc', optimize='-O3', gccversion=3.2 cppflags='-Dbool=char -DHAS_BOOL' ccflags ='-Dbool=char -DHAS_BOOL' 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 alignbytes=4, usemymalloc=n, prototype=define Linker and Libraries: ld='/opt/i386-linux/gcc/bin/gcc', ldflags ='' libpth=/lib /usr/lib libs=-lnsl -lgdbm -ldl -lm -lc -lcrypt libc=, so=so, useshrplib=false, libperl=libperl.a Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic' cccdlflags='-fpic', lddlflags='-shared' Characteristics of this binary (from libperl): Built under linux Compiled at Nov 6 2002 19:15:20 @INC: /opt/i386-linux/installed/perl-5.005_03/lib/5.00503/i686-linux /opt/i386-linux/installed/perl-5.005_03/lib/5.00503 /opt/i386-linux/installed/perl-5.005_03/lib/site_perl/5.005/i686-linux /opt/i386-linux/installed/perl-5.005_03/lib/site_perl/5.005 .
Rats. The one version I didn't test on. Fixed.