Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Devel-ebug CPAN distribution.

Report information
The Basics
Id: 12364
Status: resolved
Priority: 0/
Queue: Devel-ebug

People
Owner: Nobody in particular
Requestors: jesse [...] fsck.com
Cc:
AdminCc:

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



Date: Thu, 21 Apr 2005 02:17:26 -0400
From: jesse <jesse [...] fsck.com>
To: bug-devel-ebug [...] rt.cpan.org
Subject: Missing dep
CPAN.pm: Going to build L/LB/LBROCARD/Devel-ebug-0.41.tar.gz # running Build.PL installdirs=site /usr/bin/perl Build.PL installdirs=site Can't locate Path/Class.pm in @INC (@INC contains: lib /etc/perl /usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at lib/Devel/ebug/Build.pm line 5. BEGIN failed--compilation aborted at --
Errr? 0.41 has Path::Class as a prereq: http://search.cpan.org/src/LBROCARD/Devel-ebug-0.41/Build.PL I wonder what's happening...
Date: Tue, 26 Apr 2005 17:29:28 -0400
From: jesse <jesse [...] fsck.com>
To: via RT <bug-Devel-ebug [...] rt.cpan.org>
Subject: Re: [cpan #12364] Missing dep
RT-Send-Cc:
On Tue, Apr 26, 2005 at 05:14:40PM -0400, via RT wrote: Show quoted text
> Errr? > > 0.41 has Path::Class as a prereq: > > http://search.cpan.org/src/LBROCARD/Devel-ebug-0.41/Build.PL
This was an install from CPAN.pm. Maybe it's a makefile.pl emulation error? Show quoted text
> > I wonder what's happening... >
--
From: srezic [...] cpan.org
[jesse@fsck.com - Tue Apr 26 17:29:31 2005]: Show quoted text
> > > > On Tue, Apr 26, 2005 at 05:14:40PM -0400, via RT wrote:
> > Errr? > > > > 0.41 has Path::Class as a prereq: > > > > http://search.cpan.org/src/LBROCARD/Devel-ebug-0.41/Build.PL
> > This was an install from CPAN.pm. Maybe it's a makefile.pl emulation > error? >
> > > > I wonder what's happening... > >
I also see the error on a perl 5.8.0 system. After installing the Path::Class module manually, CPAN.pm croaks with this list of errors: * ERROR: Prerequisite Module::Pluggable isn't installed * ERROR: Prerequisite Catalyst::View::TT isn't installed * ERROR: Prerequisite Test::Expect isn't installed * ERROR: Prerequisite HTML::Prototype isn't installed * ERROR: Prerequisite String::Koremutake isn't installed * ERROR: Prerequisite PPI::HTML isn't installed * ERROR: Prerequisite Catalyst isn't installed * ERROR: Prerequisite Test::WWW::Mechanize::Catalyst isn't installed * ERROR: Prerequisite HTTP::Server::Simple::CGI isn't installed * ERROR: Prerequisite Catalyst::Plugin::Static isn't installed * ERROR: Prerequisite Proc::Background isn't installed ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions of the modules indicated above before proceeding with this installation. Creating new 'Build' script for 'Devel-ebug' version '0.41' Can't locate Devel/ebug/Build.pm in @INC (@INC contains: _build/lib /usr/local/lib/perl5/5.8.0/i686-linux /usr/local/lib/perl5/5.8.0 /usr/local/lib/perl5/site_perl/5.8.0/i686-linux /usr/local/lib/perl5/site_perl/5.8.0 /usr/local/lib/perl5/site_perl .) 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 Regards, Slaven
Well, the build system has changed again, so this isn't a problem and also can't be replicated. Woosh...