Skip Menu |

This queue is for tickets about the Catalyst-Runtime CPAN distribution.

Report information
The Basics
Id: 45204
Status: resolved
Priority: 0/
Queue: Catalyst-Runtime

People
Owner: Nobody in particular
Requestors: SAPER [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 5.80001
Fixed in: 5.80003



Subject: Makefile.PL returns a non-null status
Hello, With Perl 5.8.7, Catalyst::Runtime's Makefile.PL exits with status 255, making CPANPUS think there was an error and stop at this step. I quickly peeked at the code but can't find where this exit could be called. $ perl Makefile.PL *** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... CPAN: File::HomeDir loaded ok (v0.86) [Core Features] - Class::Data::Inheritable ...loaded. (0.06) - Test::MockObject ...loaded. (1.09) - namespace::clean ...loaded. (0.11) - Scope::Upper ...loaded. (0.07 >= 0.06) [...prereqs...] - MRO::Compat ...loaded. (0.10) *** Module::AutoInstall configuration finished. Writing Makefile for Catalyst::Runtime Important: [...more text...] Have fun! 1..0 # No tests run! $ echo $? 255 Regards -- Close the world, txEn eht nepO.
Subject: Re: [rt.cpan.org #45204] Makefile.PL returns a non-null status
Date: Wed, 22 Apr 2009 16:16:54 +0200
To: Sébastien Aperghis-Tramoni via RT <bug-Catalyst-Runtime [...] rt.cpan.org>
From: Florian Ragwitz <rafl [...] debian.org>
On Wed, Apr 22, 2009 at 04:40:32AM -0400, Sébastien Aperghis-Tramoni via RT wrote: Show quoted text
> With Perl 5.8.7, Catalyst::Runtime's Makefile.PL exits with status 255, > making CPANPUS think there was an error and stop at this step. I > quickly peeked at the code but can't find where this exit could be > called. > > [...] > > Important: > [...more text...] > Have fun! > 1..0 > # No tests run! > > $ echo $? > 255
This is caused by an old version of Test::Aggregate. Upgrading that to the latest stable version will fix it for you. The next version of Catalyst-Runtime will do something smarter about detecting if you have a usable version of Test::Aggregate. Thanks for letting us know. -- BOFH excuse #438: sticky bit has come loose
Download signature.asc
application/pgp-signature 189b

Message body not shown because it is not plain text.

Subject: Re: [rt.cpan.org #45204] Makefile.PL returns a non-null status
Date: Sat, 25 Apr 2009 12:45:26 +0200
To: bug-Catalyst-Runtime [...] rt.cpan.org
From: Sébastien Aperghis-Tramoni <SAPER [...] cpan.org>
Florian Ragwitz wrote via RT: Show quoted text
> On Wed, Apr 22, 2009 at 04:40:32AM -0400, Sébastien Aperghis- > Tramoni via RT wrote:
>> With Perl 5.8.7, Catalyst::Runtime's Makefile.PL exits with status >> 255, >> making CPANPUS think there was an error and stop at this step. I >> quickly peeked at the code but can't find where this exit could be >> called. >> >> [...] >> >> Important: >> [...more text...] >> Have fun! >> 1..0 >> # No tests run! >> >> $ echo $? >> 255
> > This is caused by an old version of Test::Aggregate. Upgrading that to > the latest stable version will fix it for you. The next version of > Catalyst-Runtime will do something smarter about detecting if you > have a > usable version of Test::Aggregate.
Confirmed. I upgraded Test::Aggregate and Catatlyst::Runtime's Makefile.PL then ran without problem. Thanks for the explanation. -- Sébastien Aperghis-Tramoni Close the world, txEn eht nepO.