Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Devel-Cover CPAN distribution.

Report information
The Basics
Id: 43947
Status: open
Priority: 0/
Queue: Devel-Cover

People
Owner: Nobody in particular
Requestors: ranya [...] swbell.net
Cc: jkeenan [...] cpan.org
AdminCc:

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



Subject: All Test Fail on AIX and Perl 5.10.0 With Different Fail (Cannot close perl)
I am running AIx 4.3.3 ML.11-Post on a RS/6000-42W (PPC-604e @ 120MHz, 128MB ECC RAM), under perl 5.10.0, stdio, no threads, no largefiles, built with gcc-3.4.3 (built native). Output of perl -V appended. Module compiles withour error, but every test fails with the same fail message. I have tried the "suggested patch" from another reporter, but I do not get his results (cover will not run until Devel::Cover is basically installed---after copying the made binaries into /usr/lib/perl5/site_perl/Devel/, cover runs, but that does not change the test results at all---they all still fail, just the same. Here is a typical error message: t/achange.t ............. Cannot close perl -I/usr/lanth/aux/PERL/MODULES/Devel/Devel-Cover-0.64/ -I/usr/lanth/aux/PERL/MODULES/Devel/Devel-Cover-0.64/blib/lib -I/usr/lanth/aux/PERL/MODULES/Devel/Devel-Cover-0.64/blib/arch -MDevel::Cover=-select,change,-ignore,blib,Devel/Cover,-merge,0,-coverage,statement,branch,condition,subroutine /usr/lanth/aux/PERL/MODULES/Devel/Devel-Cover-0.64/tests/change : at /usr/lanth/aux/PERL/MODULES/Devel/Devel-Cover-0.64/blib/lib/Devel/Cover/Test.pm line 187. END failed--call queue aborted. t/achange.t ............. Dubious, test returned 22 (wstat 5632, 0x1600) Failed 1/1 subtests Here is the output of perl -V Summary of my perl5 (revision 5 version 10 subversion 0) configuration: Platform: osname=aix, osvers=4.3.3.0, archname=aix-stdio uname='aix rowena 3 4 000059419100 unknown unknown aix ' config_args='-Dcc=gcc -Dprefix=/usr/local -Dinstallusrbinperl -DDEBUGGING -Uusethreads -Uuselargefiles' hint=previous, useposix=true, d_sigaction=define useithreads=undef, usemultiplicity=undef useperlio=undef, d_sfio=undef, uselargefiles=undef, usesocks=undef use64bitint=undef, use64bitall=undef, uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='gcc', ccflags ='-D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -DUSE_NATIVE_DLOPEN -DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/include', optimize='-O -g', cppflags='-D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -DUSE_NATIVE_DLOPEN -DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/include -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -DUSE_NATIVE_DLOPEN -DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/include -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -DUSE_NATIVE_DLOPEN -DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/include' ccversion='', gccversion='3.4.3', gccosandvers='aix4.3.3.0' 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=4 alignbytes=8, prototype=define Linker and Libraries: ld='ld', ldflags =' -Wl,-brtl -L/usr/local/lib' libpth=/usr/local/lib /lib /usr/lib /usr/ccs/lib libs=-lbind -lnsl -lgdbm -ldbm -ldl -lld -lm -lcrypt -lc -lbsd perllibs=-lbind -lnsl -ldl -lld -lm -lcrypt -lc -lbsd libc=/usr/lib/libc.a, so=a, useshrplib=false, libperl=libperl.a gnulibc_version='' Dynamic Linking: dlsrc=dl_aix.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Xlinker -bE:/usr/local/lib/perl5/5.10.0/aix-stdio/CORE/perl.exp -bE:/usr/local/lib/perl5/5.10.0/aix-stdio/CORE/perl.exp -bE:/usr/local/lib/perl5/5.10.0/aix-stdio/CORE/perl.exp' cccdlflags='-fpic', lddlflags=' -bhalt:4 -bexpall -G -bnoentry -lc -L/usr/local/lib' Characteristics of this binary (from libperl): Compile-time options: DEBUGGING PERL_DONT_CREATE_GVSV Built under aix Compiled at Feb 25 2009 00:08:55 %ENV: PERL="/usr/local/bin/perl" @INC: /usr/local/lib/perl5/5.10.0/aix-stdio /usr/local/lib/perl5/5.10.0 /usr/local/lib/perl5/site_perl/5.10.0/aix-stdio /usr/local/lib/perl5/site_perl/5.10.0 /usr/local/lib/perl5/site_perl .
On Sun Mar 08 16:42:15 2009, caryn wrote: Show quoted text
> I am running AIx 4.3.3 ML.11-Post on a RS/6000-42W (PPC-604e @ 120MHz, > 128MB ECC RAM), under perl 5.10.0, stdio, no threads, no largefiles, > built with gcc-3.4.3 (built native). Output of perl -V appended. > > Module compiles withour error, but every test fails with the same fail > message. I have tried the "suggested patch" from another reporter, but > I > do not get his results (cover will not run until Devel::Cover is > basically installed---after copying the made binaries into > /usr/lib/perl5/site_perl/Devel/, cover runs, but that does not change > the test results at all---they all still fail, just the same. > > Here is a typical error message: > > t/achange.t ............. Cannot close perl > -I/usr/lanth/aux/PERL/MODULES/Devel/Devel-Cover-0.64/ > -I/usr/lanth/aux/PERL/MODULES/Devel/Devel-Cover-0.64/blib/lib > -I/usr/lanth/aux/PERL/MODULES/Devel/Devel-Cover-0.64/blib/arch > -MDevel::Cover=-select,change,-ignore,blib,Devel/Cover,-merge,0,- > coverage,statement,branch,condition,subroutine > /usr/lanth/aux/PERL/MODULES/Devel/Devel-Cover-0.64/tests/change : at > /usr/lanth/aux/PERL/MODULES/Devel/Devel-Cover- > 0.64/blib/lib/Devel/Cover/Test.pm > line 187. > END failed--call queue aborted. > t/achange.t ............. Dubious, test returned 22 (wstat 5632, > 0x1600) > Failed 1/1 subtests > > Here is the output of perl -V > > Summary of my perl5 (revision 5 version 10 subversion 0) > configuration: > Platform: > osname=aix, osvers=4.3.3.0, archname=aix-stdio > uname='aix rowena 3 4 000059419100 unknown unknown aix ' > config_args='-Dcc=gcc -Dprefix=/usr/local -Dinstallusrbinperl > -DDEBUGGING -Uusethreads -Uuselargefiles' > hint=previous, useposix=true, d_sigaction=define > useithreads=undef, usemultiplicity=undef > useperlio=undef, d_sfio=undef, uselargefiles=undef, usesocks=undef > use64bitint=undef, use64bitall=undef, uselongdouble=undef > usemymalloc=n, bincompat5005=undef > Compiler: > cc='gcc', ccflags ='-D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE > -DUSE_NATIVE_DLOPEN -DDEBUGGING -fno-strict-aliasing -pipe > -I/usr/local/include', > optimize='-O -g', > cppflags='-D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE > -DUSE_NATIVE_DLOPEN -DDEBUGGING -fno-strict-aliasing -pipe > -I/usr/local/include -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE > -DUSE_NATIVE_DLOPEN -DDEBUGGING -fno-strict-aliasing -pipe > -I/usr/local/include -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE > -DUSE_NATIVE_DLOPEN -DDEBUGGING -fno-strict-aliasing -pipe > -I/usr/local/include' > ccversion='', gccversion='3.4.3', gccosandvers='aix4.3.3.0' > 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=4 > alignbytes=8, prototype=define > Linker and Libraries: > ld='ld', ldflags =' -Wl,-brtl -L/usr/local/lib' > libpth=/usr/local/lib /lib /usr/lib /usr/ccs/lib > libs=-lbind -lnsl -lgdbm -ldbm -ldl -lld -lm -lcrypt -lc -lbsd > perllibs=-lbind -lnsl -ldl -lld -lm -lcrypt -lc -lbsd > libc=/usr/lib/libc.a, so=a, useshrplib=false, libperl=libperl.a > gnulibc_version='' > Dynamic Linking: > dlsrc=dl_aix.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Xlinker > -bE:/usr/local/lib/perl5/5.10.0/aix-stdio/CORE/perl.exp > -bE:/usr/local/lib/perl5/5.10.0/aix-stdio/CORE/perl.exp > -bE:/usr/local/lib/perl5/5.10.0/aix-stdio/CORE/perl.exp' > cccdlflags='-fpic', lddlflags=' -bhalt:4 -bexpall -G -bnoentry -lc > -L/usr/local/lib' > > > Characteristics of this binary (from libperl): > Compile-time options: DEBUGGING PERL_DONT_CREATE_GVSV > Built under aix > Compiled at Feb 25 2009 00:08:55 > %ENV: > PERL="/usr/local/bin/perl" > @INC: > /usr/local/lib/perl5/5.10.0/aix-stdio > /usr/local/lib/perl5/5.10.0 > /usr/local/lib/perl5/site_perl/5.10.0/aix-stdio > /usr/local/lib/perl5/site_perl/5.10.0 > /usr/local/lib/perl5/site_perl > . > > >
Do you experience this problem with more recent versions of Perl (e.g., 5.16) and of Devel::Cover (e.g., 1.00 or greater)? Thank you very much. Jim Keenan
Subject: Re: [rt.cpan.org #43947] All Test Fail on AIX and Perl 5.10.0 With Different Fail (Cannot close perl)
Date: Fri, 19 Apr 2013 20:33:38 -0500
To: bug-Devel-Cover [...] rt.cpan.org
From: Kristin Ann High <ranya [...] swbell.net>
See Your Question & My Answer below... On 12 Apr, 2013, at 08:31, James E Keenan via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=43947 > > > On Sun Mar 08 16:42:15 2009, caryn wrote:
>> I am running AIx 4.3.3 ML.11-Post on a RS/6000-42W (PPC-604e @ >> 120MHz, >> 128MB ECC RAM), under perl 5.10.0, stdio, no threads, no largefiles, >> built with gcc-3.4.3 (built native). Output of perl -V appended. >> >> Module compiles withour error, but every test fails with the same >> fail >> message. I have tried the "suggested patch" from another reporter, >> but >> I >> do not get his results (cover will not run until Devel::Cover is >> basically installed---after copying the made binaries into >> /usr/lib/perl5/site_perl/Devel/, cover runs, but that does not change >> the test results at all---they all still fail, just the same. >> >> Here is a typical error message: >> >> t/achange.t ............. Cannot close perl >> -I/usr/lanth/aux/PERL/MODULES/Devel/Devel-Cover-0.64/ >> -I/usr/lanth/aux/PERL/MODULES/Devel/Devel-Cover-0.64/blib/lib >> -I/usr/lanth/aux/PERL/MODULES/Devel/Devel-Cover-0.64/blib/arch >> -MDevel::Cover=-select,change,-ignore,blib,Devel/Cover,-merge,0,- >> coverage,statement,branch,condition,subroutine >> /usr/lanth/aux/PERL/MODULES/Devel/Devel-Cover-0.64/tests/change : at >> /usr/lanth/aux/PERL/MODULES/Devel/Devel-Cover- >> 0.64/blib/lib/Devel/Cover/Test.pm >> line 187. >> END failed--call queue aborted. >> t/achange.t ............. Dubious, test returned 22 (wstat 5632, >> 0x1600) >> Failed 1/1 subtests >> >> Here is the output of perl -V >> >> Summary of my perl5 (revision 5 version 10 subversion 0) >> configuration: >> Platform: >> osname=aix, osvers=4.3.3.0, archname=aix-stdio >> uname='aix rowena 3 4 000059419100 unknown unknown aix ' >> config_args='-Dcc=gcc -Dprefix=/usr/local -Dinstallusrbinperl >> -DDEBUGGING -Uusethreads -Uuselargefiles' >> hint=previous, useposix=true, d_sigaction=define >> useithreads=undef, usemultiplicity=undef >> useperlio=undef, d_sfio=undef, uselargefiles=undef, >> usesocks=undef >> use64bitint=undef, use64bitall=undef, uselongdouble=undef >> usemymalloc=n, bincompat5005=undef >> Compiler: >> cc='gcc', ccflags ='-D_ALL_SOURCE -D_ANSI_C_SOURCE - >> D_POSIX_SOURCE >> -DUSE_NATIVE_DLOPEN -DDEBUGGING -fno-strict-aliasing -pipe >> -I/usr/local/include', >> optimize='-O -g', >> cppflags='-D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE >> -DUSE_NATIVE_DLOPEN -DDEBUGGING -fno-strict-aliasing -pipe >> -I/usr/local/include -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE >> -DUSE_NATIVE_DLOPEN -DDEBUGGING -fno-strict-aliasing -pipe >> -I/usr/local/include -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE >> -DUSE_NATIVE_DLOPEN -DDEBUGGING -fno-strict-aliasing -pipe >> -I/usr/local/include' >> ccversion='', gccversion='3.4.3', gccosandvers='aix4.3.3.0' >> 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=4 >> alignbytes=8, prototype=define >> Linker and Libraries: >> ld='ld', ldflags =' -Wl,-brtl -L/usr/local/lib' >> libpth=/usr/local/lib /lib /usr/lib /usr/ccs/lib >> libs=-lbind -lnsl -lgdbm -ldbm -ldl -lld -lm -lcrypt -lc -lbsd >> perllibs=-lbind -lnsl -ldl -lld -lm -lcrypt -lc -lbsd >> libc=/usr/lib/libc.a, so=a, useshrplib=false, libperl=libperl.a >> gnulibc_version='' >> Dynamic Linking: >> dlsrc=dl_aix.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Xlinker >> -bE:/usr/local/lib/perl5/5.10.0/aix-stdio/CORE/perl.exp >> -bE:/usr/local/lib/perl5/5.10.0/aix-stdio/CORE/perl.exp >> -bE:/usr/local/lib/perl5/5.10.0/aix-stdio/CORE/perl.exp' >> cccdlflags='-fpic', lddlflags=' -bhalt:4 -bexpall -G -bnoentry >> -lc >> -L/usr/local/lib' >> >> >> Characteristics of this binary (from libperl): >> Compile-time options: DEBUGGING PERL_DONT_CREATE_GVSV >> Built under aix >> Compiled at Feb 25 2009 00:08:55 >> %ENV: >> PERL="/usr/local/bin/perl" >> @INC: >> /usr/local/lib/perl5/5.10.0/aix-stdio >> /usr/local/lib/perl5/5.10.0 >> /usr/local/lib/perl5/site_perl/5.10.0/aix-stdio >> /usr/local/lib/perl5/site_perl/5.10.0 >> /usr/local/lib/perl5/site_perl >> . >> >> >>
> > Do you experience this problem with more recent versions of Perl > (e.g., 5.16) and of Devel::Cover (e.g., 1.00 or greater)? > > Thank you very much. > Jim Keenan >
No---sort of. I've given up building on AIX with GCC. Too many headaches. I've built a Threading Perl 5.10 and a non-Threading Perl 5.16.2 with VAC5 and had no problems (AIX 4.3.3 ML 11+post) on a J40 and a J50. Sorry. I still have GCC on the machine this came from, I'll try and give it a run next week or two. KAH