Subject: | Devel-Gladiator-0.01 fails on 5.10.0 on SuSE Linux |
Date: | Sun, 5 Jun 2011 15:12:30 +0300 |
To: | bug-Devel-Gladiator [...] rt.cpan.org |
From: | Gabor Szabo <szabgab [...] gmail.com> |
Here is the output from the CPAN client:
CPAN.pm: Going to build N/NU/NUFFIN/Devel-Gladiator-0.01.tar.gz
Checking if your kit is complete...
Looks good
Writing Makefile for Devel::Gladiator
cp lib/Devel/Gladiator.pm blib/lib/Devel/Gladiator.pm
/usr/bin/perl /home/gabor/perl5/lib/perl5/ExtUtils/xsubpp -typemap
/usr/lib/perl5/5.10.0/ExtUtils/typemap Gladiator.xs > Gladiator.xsc
&& mv Gladiator.xsc Gladiator.c
Please specify prototyping behavior for Gladiator.xs (see perlxs manual)
cc -c -I. -D_REENTRANT -D_GNU_SOURCE -DPERL_USE_SAFE_PUTENV
-DDEBUGGING -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -fmessage-length=0 -O2 -Wall
-D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables
-fasynchronous-unwind-tables -g -Wall -pipe -DVERSION=\"0.01\"
-DXS_VERSION=\"0.01\" -fPIC
"-I/usr/lib/perl5/5.10.0/x86_64-linux-thread-multi/CORE" Gladiator.c
In file included from Gladiator.xs:5:
ppport.h:2979:1: warning: "PERL_UNUSED_DECL" redefined
In file included from Gladiator.xs:2:
/usr/lib/perl5/5.10.0/x86_64-linux-thread-multi/CORE/perl.h:299:1:
warning: this is the location of the previous definition
Gladiator.c: In function ‘XS_Devel__Gladiator_walk_arena’:
Gladiator.c:84: warning: unused variable ‘RETVAL’
Gladiator.c:75: warning: unused variable ‘Perl___notused’
Gladiator.c: In function ‘boot_Devel__Gladiator’:
Gladiator.c:155: warning: unused variable ‘Perl___notused’
Running Mkbootstrap for Devel::Gladiator ()
chmod 644 Gladiator.bs
rm -f blib/arch/auto/Devel/Gladiator/Gladiator.so
cc -shared -L/usr/local/lib64 Gladiator.o -o
blib/arch/auto/Devel/Gladiator/Gladiator.so \
\
chmod 755 blib/arch/auto/Devel/Gladiator/Gladiator.so
cp Gladiator.bs blib/arch/auto/Devel/Gladiator/Gladiator.bs
chmod 644 blib/arch/auto/Devel/Gladiator/Gladiator.bs
Manifying blib/man3/Devel::Gladiator.3pm
NUFFIN/Devel-Gladiator-0.01.tar.gz
/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/Devel-Gladiator.t .. 1/6 DESTROY created new reference to dead
object 'Test::Builder' during global destruction.
t/Devel-Gladiator.t .. Dubious, test returned 255 (wstat 65280, 0xff00)
All 6 subtests passed
t/padwalker.t ........ ok
Test Summary Report
-------------------
t/Devel-Gladiator.t (Wstat: 65280 Tests: 6 Failed: 0)
Non-zero exit status: 255
Files=2, Tests=12, 1 wallclock secs ( 0.05 usr 0.00 sys + 0.16 cusr
0.01 csys = 0.22 CPU)
Result: FAIL
Failed 1/2 test programs. 0/12 subtests failed.
make: *** [test_dynamic] Error 255
NUFFIN/Devel-Gladiator-0.01.tar.gz
/usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
reports NUFFIN/Devel-Gladiator-0.01.tar.gz
Running make install
make test had returned bad status, won't install without force