Skip Menu |

This queue is for tickets about the MooseX-Declare CPAN distribution.

Report information
The Basics
Id: 61064
Status: rejected
Priority: 0/
Queue: MooseX-Declare

People
Owner: Nobody in particular
Requestors: noel.dolan [...] atlantisstorm.com
Cc:
AdminCc:

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



Subject: cpan install fails - ubuntu 8.04
Date: Sat, 4 Sep 2010 15:41:10 +0100
To: <bug-MooseX-Declare [...] rt.cpan.org>
From: "noel" <noel.dolan [...] atlantisstorm.com>
To whom it concerns, CPAN install fails for MooseX::Declare for the following environment. Ubuntu 8.04 perl -v 5.8.8 Moose 1.10 and 1.12 - ( my dev and live system respectively ) MooseX::Declare 0.33 and 0.34 -( my dev and live system respectively ) Initial fail occurred on install of Devel::Declare (v0.006) ... CPAN.pm: Going to build F/FL/FLORA/Devel-Declare-0.006000.tar.gz Can't locate ExtUtils/Depends.pm in @INC (@INC contains: inc /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at Makefile.PL line 5. BEGIN failed--compilation aborted at Makefile.PL line 5. Running make test Make had some problems, maybe interrupted? Won't test Running make install Make had some problems, maybe interrupted? Won't install Running make for F/FL/FLORA/MooseX-Method-Signatures-0.36.tar.gz Is already unwrapped into directory /root/.cpan/build/MooseX-Method-Signatures-0.36 CPAN.pm: Going to build F/FL/FLORA/MooseX-Method-Signatures-0.36.tar.gz ... Issue resolved with "install ExtUtils::Depends" followed by "install B::Hooks::OP::Check" (to resolve subsequent error). Regards, Noel Dolan http://www.atlantisstorm.com
You're using an old toolchain without support for configure_requires. You'll have to upgrade your toolchain, or install the declared configure requirements manually. Nothing this module can do anything about.