Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Module-Build-Bundle CPAN distribution.

Report information
The Basics
Id: 94847
Status: resolved
Priority: 0/
Queue: Module-Build-Bundle

People
Owner: jonasbn [...] cpan.org
Requestors: Mark.Hedges [...] Ticketmaster.com
Cc:
AdminCc:

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



CC: Mark Hedges <Mark.Hedges [...] Ticketmaster.com>
Subject: cannot build
Date: Thu, 17 Apr 2014 23:16:13 +0000
To: "bug-Module-Build-Bundle [...] rt.cpan.org" <bug-Module-Build-Bundle [...] rt.cpan.org>
From: Mark Hedges <Mark.Hedges [...] Ticketmaster.com>
Perl 5.18.2. cpan[1]> install Module::Build::Bundle CPAN: CPAN::SQLite loaded ok (v0.203) CPAN: LWP::UserAgent loaded ok (v6.06) CPAN: Time::HiRes loaded ok (v1.9725) Fetching with LWP: http://cpan.perl.org/authors/01mailrc.txt.gz CPAN: YAML loaded ok (v0.90) Fetching with LWP: http://cpan.perl.org/modules/02packages.details.txt.gz Fetching with LWP: http://cpan.perl.org/modules/03modlist.data.gz Database was generated on Thu, 17 Apr 2014 22:45:07 GMT Running install for module 'Module::Build::Bundle' Running make for J/JO/JONASBN/Module-Build-Bundle-0.12.tar.gz Fetching with LWP: http://cpan.perl.org/authors/id/J/JO/JONASBN/Module-Build-Bundle-0.12.tar.gz CPAN: Digest::SHA loaded ok (v5.88) Fetching with LWP: http://cpan.perl.org/authors/id/J/JO/JONASBN/CHECKSUMS CPAN: Compress::Zlib loaded ok (v2.064) Checksum for /ntfhome/users/hedges/.cpan/sources/authors/id/J/JO/JONASBN/Module-Build-Bundle-0.12.tar.gz ok Scanning cache /ntfhome/users/hedges/.cpan/build for sizes DONE CPAN: Archive::Tar loaded ok (v1.96) Module-Build-Bundle-0.12 Module-Build-Bundle-0.12/Build.PL Module-Build-Bundle-0.12/Changes Module-Build-Bundle-0.12/Makefile.PL Module-Build-Bundle-0.12/MANIFEST Module-Build-Bundle-0.12/META.json Module-Build-Bundle-0.12/META.yml Module-Build-Bundle-0.12/README Module-Build-Bundle-0.12/TODO Module-Build-Bundle-0.12/lib Module-Build-Bundle-0.12/lib/Module Module-Build-Bundle-0.12/lib/Module/Build Module-Build-Bundle-0.12/lib/Module/Build/Bundle.pm Module-Build-Bundle-0.12/t Module-Build-Bundle-0.12/t/00-load.t Module-Build-Bundle-0.12/t/04_critic.t Module-Build-Bundle-0.12/t/Dummy.pm Module-Build-Bundle-0.12/t/Dummy2.pm Module-Build-Bundle-0.12/t/perlcriticrc Module-Build-Bundle-0.12/t/pod.t Module-Build-Bundle-0.12/t/runtests.t Module-Build-Bundle-0.12/t/testMETA.json Module-Build-Bundle-0.12/t/Test Module-Build-Bundle-0.12/t/Test/Class Module-Build-Bundle-0.12/t/Test/Class/Module Module-Build-Bundle-0.12/t/Test/Class/Module/Build Module-Build-Bundle-0.12/t/Test/Class/Module/Build/Bundle.pm Module-Build-Bundle-0.12/t/Test/Class/Module/Build/Bundle Module-Build-Bundle-0.12/t/Test/Class/Module/Build/Bundle/Contents.pm CPAN: File::Temp loaded ok (v0.2304) CPAN: Parse::CPAN::Meta loaded ok (v1.4414) CPAN: CPAN::Meta loaded ok (v2.120921) CPAN: Module::CoreList loaded ok (v3.03) CPAN: Module::Build loaded ok (v0.4205) CPAN.pm: Building J/JO/JONASBN/Module-Build-Bundle-0.12.tar.gz Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Module-Build-Bundle' version '0.12' Building Module-Build-Bundle JONASBN/Module-Build-Bundle-0.12.tar.gz ./Build -- OK Running Build test t/00-load.t .... ok t/04_critic.t .. skipped: Perl::Critic test. Set $ENV{TEST_CRITIC} to enable: 1-5 for severity, above 5 for resource file t/pod.t ........ skipped: Test::Pod 1.14 required t/runtests.t ... 1/32 # Failed test 'do_create_meta died (Undefined method get_meta at Module::Build::Base /ntfhome/software/perl/5.18.2/lib/site_perl/5.18.2/Module/Build/Base.pm 4789)' # at t/runtests.t line 14. # (in Test::Class::Module::Build::Bundle->do_create_meta) # Looks like you failed 1 test of 32. t/runtests.t ... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/32 subtests (less 18 skipped subtests: 13 okay) Test Summary Report ------------------- t/runtests.t (Wstat: 256 Tests: 32 Failed: 1) Failed test: 5 Non-zero exit status: 1 Files=4, Tests=33, 1 wallclock secs ( 0.07 usr 0.04 sys + 0.67 cusr 0.31 csys = 1.09 CPU) Result: FAIL Failed 1/4 test programs. 1/33 subtests failed. JONASBN/Module-Build-Bundle-0.12.tar.gz ./Build test -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports JONASBN/Module-Build-Bundle-0.12.tar.gz Running Build install make test had returned bad status, won't install without force Stopping: 'install' failed for 'Module::Build::Bundle'. Failed during this command: JONASBN/Module-Build-Bundle-0.12.tar.gz : make_test NO
Addressed this issue and got the test suite working locally. I also got a positive response from Travis YAY! https://travis-ci.org/jonasbn/mbb/builds/74539696 Doing a release and track the test reports from CPAN testers closely. jonasbn
This should be addressed in release 0.14. Thanks for the bug report, jonasbn