Skip Menu |

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

Report information
The Basics
Id: 89403
Status: resolved
Priority: 0/
Queue: Module-Build-Tiny

People
Owner: Nobody in particular
Requestors: ribasushi [...] leporine.io
Cc:
AdminCc:

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



Subject: Fails tests on stock 5.12.4 (possibly others)
Latest version does not install on (64 bit linux): rabbit@Ahasver:~$ perlbrew install --as 5.12.4_mbt -j 3 -Duseithreads perl-5.12.4 Fetching perl 5.12.4 as /home/rabbit/perl5/perlbrew/dists/perl-5.12.4.tar.bz2 Installing /home/rabbit/perl5/perlbrew/build/perl-5.12.4 into ~/perl5/perlbrew/perls/5.12.4_mbt This could take a while. You can run the following command on another shell to track the status: tail -f ~/perl5/perlbrew/build.perl-5.12.4.log 5.12.4_mbt is successfully installed. rabbit@Ahasver:~$ perlbrew use 5.12.4_mbt with the following test failure: t/simple.t .............. 1/? Can't use string (".") as an ARRAY ref while "strict refs" in use at /home/rabbit/perl5/perlbrew/perls/5.12.4_mbt/lib/5.12.4/ExtUtils/CBuilder/Base.pm line 94. Can't locate loadable object for module Simple in @INC (@INC contains: /home/rabbit/.cpan/build/Module-Build-Tiny-0.029-4tqnKb/Gz1ebkJsE6/Foo-Bar/blib/arch /home/rabbit/.cpan/build/Module-Build-Tiny-0.029-4tqnKb/Gz1ebkJsE6/Foo-Bar/blib/lib t/lib /home/rabbit/.cpan/build/Module-Build-Tiny-0.029-4tqnKb/blib/arch /home/rabbit/.cpan/build/Module-Build-Tiny-0.029-4tqnKb/blib/lib /home/rabbit/perl5/perlbrew/perls/5.12.4_mbt/lib/site_perl/5.12.4/x86_64-linux-thread-multi /home/rabbit/perl5/perlbrew/perls/5.12.4_mbt/lib/site_perl/5.12.4 /home/rabbit/perl5/perlbrew/perls/5.12.4_mbt/lib/5.12.4/x86_64-linux-thread-multi /home/rabbit/perl5/perlbrew/perls/5.12.4_mbt/lib/5.12.4 .) at t/simple.t line 119 # Tests were run but no plan was declared and done_testing() was not seen. t/simple.t .............. Dubious, test returned 2 (wstat 512, 0x200) Full log attached Cheers!
Subject: mbt_faillog
Download mbt_faillog
application/octet-stream 65.1k

Message body not shown because it is not plain text.

Reattaching log with a better filename extension to appease RT
Subject: mbt_faillog.txt

Message body is not shown because it is too large.

Subject: Re: [rt.cpan.org #89403] Fails tests on stock 5.12.4 (possibly others)
Date: Fri, 11 Oct 2013 12:04:11 +0200
To: bug-Module-Build-Tiny [...] rt.cpan.org
From: Leon Timmermans <leont [...] cpan.org>
On Fri, Oct 11, 2013 at 9:50 AM, Peter Rabbitson via RT < bug-Module-Build-Tiny@rt.cpan.org> wrote: Show quoted text
> Latest version does not install on (64 bit linux): > > rabbit@Ahasver:~$ perlbrew install --as 5.12.4_mbt -j 3 -Duseithreads > perl-5.12.4 > Fetching perl 5.12.4 as > /home/rabbit/perl5/perlbrew/dists/perl-5.12.4.tar.bz2 > Installing /home/rabbit/perl5/perlbrew/build/perl-5.12.4 into > ~/perl5/perlbrew/perls/5.12.4_mbt > > This could take a while. You can run the following command on another > shell to track the status: > > tail -f ~/perl5/perlbrew/build.perl-5.12.4.log > > 5.12.4_mbt is successfully installed. > > rabbit@Ahasver:~$ perlbrew use 5.12.4_mbt > > with the following test failure: > > t/simple.t .............. 1/? Can't use string (".") as an ARRAY ref while > "strict refs" in use at > /home/rabbit/perl5/perlbrew/perls/5.12.4_mbt/lib/5.12.4/ExtUtils/CBuilder/Base.pm > line 94. > Can't locate loadable object for module Simple in @INC (@INC contains: > /home/rabbit/.cpan/build/Module-Build-Tiny-0.029-4tqnKb/Gz1ebkJsE6/Foo-Bar/blib/arch > /home/rabbit/.cpan/build/Module-Build-Tiny-0.029-4tqnKb/Gz1ebkJsE6/Foo-Bar/blib/lib > t/lib /home/rabbit/.cpan/build/Module-Build-Tiny-0.029-4tqnKb/blib/arch > /home/rabbit/.cpan/build/Module-Build-Tiny-0.029-4tqnKb/blib/lib > /home/rabbit/perl5/perlbrew/perls/5.12.4_mbt/lib/site_perl/5.12.4/x86_64-linux-thread-multi > /home/rabbit/perl5/perlbrew/perls/5.12.4_mbt/lib/site_perl/5.12.4 > /home/rabbit/perl5/perlbrew/perls/5.12.4_mbt/lib/5.12.4/x86_64-linux-thread-multi > /home/rabbit/perl5/perlbrew/perls/5.12.4_mbt/lib/5.12.4 .) at t/simple.t > line 119 > # Tests were run but no plan was declared and done_testing() was not seen. > t/simple.t .............. Dubious, test returned 2 (wstat 512, 0x200) >
Seems I've been bitten by #54606, guess making an arrayref of that argument is easier than bumping the prereq. Just released Module::Build::Tiny 0.030. Leon
On Fri Oct 11 06:04:49 2013, LEONT wrote: Show quoted text
> Seems I've been bitten by #54606, guess making an arrayref of that > argument > is easier than bumping the prereq. Just released Module::Build::Tiny > 0.030.
<3 and there was much greenery: https://travis-ci.org/dbsrgits/dbix-class/jobs/12411314 Cheers