Skip Menu |

This queue is for tickets about the Class-Load-XS CPAN distribution.

Report information
The Basics
Id: 80059
Status: resolved
Priority: 0/
Queue: Class-Load-XS

People
Owner: Nobody in particular
Requestors: chisel [...] chizography.net
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.05
Fixed in: 0.06



Subject: t/014-weird-constants.t - No plan found in TAP output
After updating Class::Load::XS to 0.05 we're seeing this in our perl (re)build: Running Build for N/NE/NETAPORTER/Class-Load-XS-0.05.tar.gz Has already been unwrapped into directory /disk/jkns/workspace/perl-nap- CPAN/build/dot_cpan/build/Class-Load-XS-0.05-ie9blN CPAN.pm: Going to build N/NE/NETAPORTER/Class-Load-XS-0.05.tar.gz Building Class-Load-XS gcc -I/disk/jkns/workspace/perl-nap-CPAN/build/tmp/perl-nap-5.14.2- 2012.14.03.38.g3451ad1-build/opt/xt/xt-perl/lib/5.14.2/x86_64-linux/CORE - DXS_VERSION="0.05" -DVERSION="0.05" -fpic -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall - Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 - m64 -mtune=generic -o lib/Class/Load/XS.o lib/Class/Load/XS.c lib/Class/Load/XS.c: In function 'XS_Class__Load__XS_is_class_loaded': lib/Class/Load/XS.xs:99: warning: unused variable 'found_method' lib/Class/Load/XS.xs:124: warning: 'version_sv' may be used uninitialized in this function ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Class/Load/XS/XS.bs') gcc -shared -L/usr/local/lib -L/usr/lib64 -L/lib64 -fstack-protector -o blib/arch/auto/Class/Load/XS/XS.so lib/Class/Load/XS.o NETAPORTER/Class-Load-XS-0.05.tar.gz ./Build -- OK Running Build test # Using XS implementation t/000-load.t .................... ok t/001-is-class-loaded.t ......... ok t/002-try-load-class.t .......... ok t/003-load-class.t .............. ok t/004-load-double.t ............. ok t/005-load-optional.t ........... ok t/006-returned-error.t .......... ok t/007-first-existing.t .......... ok t/008-gvstash-bug.t ............. ok t/009-invalid-module-name.t ..... ok t/010-isa-false-positive.t ...... ok t/011-without-xs.t .............. skipped: Test requires module 'Test::Without::Module' but it's not found t/012-without-implementation.t .. skipped: Test requires module 'Test::Without::Module' but it's not found t/013-errors.t .................. ok t/014-weird-constants.t ......... All 1 subtests passed t/release-cpan-changes.t ........ skipped: these tests are for release candidate testing t/release-eol.t ................. skipped: these tests are for release candidate testing t/release-no-tabs.t ............. skipped: these tests are for release candidate testing t/release-pod-linkcheck.t ....... skipped: these tests are for release candidate testing t/release-pod-no404s.t .......... skipped: these tests are for release candidate testing t/release-pod-syntax.t .......... skipped: these tests are for release candidate testing Test Summary Report ------------------- t/014-weird-constants.t (Wstat: 11 Tests: 1 Failed: 0) Non-zero wait status: 11 Parse errors: No plan found in TAP output Files=21, Tests=123, 1 wallclock secs ( 0.08 usr 0.03 sys + 0.68 cusr 0.13 csys = 0.92 CPU) Result: FAIL Failed 1/21 test programs. 0/123 subtests failed.
Subject: Re: [rt.cpan.org #80059] t/014-weird-constants.t - No plan found in TAP output
Date: Mon, 8 Oct 2012 09:03:36 -0500 (CDT)
To: Chisel Wright via RT <bug-Class-Load-XS [...] rt.cpan.org>
From: Dave Rolsky <autarch [...] urth.org>
On Mon, 8 Oct 2012, Chisel Wright via RT wrote: Show quoted text
> t/014-weird-constants.t .........
Can you run this one manually? perl Build.PL; ./Build. perl -Mblib t/014-weird-constants.t Thanks, -dave /*============================================================ http://VegGuide.org http://blog.urth.org Your guide to all that's veg House Absolute(ly Pointless) ============================================================*/
Show quoted text
> Can you run this one manually? > > perl Build.PL; ./Build. perl -Mblib t/014-weird-constants.t
[4932][c.wright@xtdc1-chz:DAVE][rt80059]➔ tar zxf src/CPAN_MODULES_ORIGIN/Class- Load-XS-0.05.tar.gz [4933][c.wright@xtdc1-chz:DAVE][rt80059⚡]➔ cd Class-Load-XS-0.05/ [4934][c.wright@xtdc1-chz:Class-Load-XS-0.05][rt80059⚡]➔ ls Build.PL Changes dist.ini INSTALL lib/ LICENSE MANIFEST META.json META.yml README t/ [4935][c.wright@xtdc1-chz:Class-Load-XS-0.05][rt80059⚡]➔ perl Build.PL; ./Build. perl - Mblib t/014-weird-constants.t Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Class-Load-XS' version '0.05' -bash: ./Build.: No such file or directory [4936][c.wright@xtdc1-chz:Class-Load-XS-0.05][rt80059⚡]➔ perl Build.PL; ./Build; perl - Mblib t/014-weird-constants.t Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Class-Load-XS' version '0.05' Building Class-Load-XS gcc -I/opt/xt/xt-perl/lib/5.14.2/x86_64-linux/CORE -DXS_VERSION="0.05" - DVERSION="0.05" -fpic -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include - D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,- D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 - mtune=generic -o lib/Class/Load/XS.o lib/Class/Load/XS.c lib/Class/Load/XS.c: In function ‘XS_Class__Load__XS_is_class_loaded’: lib/Class/Load/XS.xs:99: warning: unused variable ‘found_method’ lib/Class/Load/XS.xs:124: warning: ‘version_sv’ may be used uninitialized in this function ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Class/Load/XS/XS.bs') gcc -shared -L/usr/local/lib -L/usr/lib64 -L/lib64 -fstack-protector -o blib/arch/auto/Class/Load/XS/XS.so lib/Class/Load/XS.o ok 1 - no error checking whether class with ISA constant is loaded Segmentation fault [4937][c.wright@xtdc1-chz:Class-Load-XS-0.05][rt80059⚡]➔