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: 12366
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:26:33 -0400
From: jesse <jesse [...] fsck.com>
To: bug-devel-ebug [...] rt.cpan.org
Subject: Devel::ebug::build missing
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 Checking whether your kit is complete... Looks good Creating new 'Build' script for 'Devel-ebug' version '0.41' Can't locate Devel/ebug/Build.pm in @INC (@INC contains: _build/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 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 --
Date: Thu, 21 Apr 2005 02:27:22 -0400
From: jesse <jesse [...] fsck.com>
To: Devel-ebug <bug-Devel-ebug [...] rt.cpan.org>
Subject: Re: [cpan #12366] AutoReply: Devel::ebug::build missing
RT-Send-Cc:
Show quoted text
> # running Build.PL installdirs=site > /usr/bin/perl Build.PL installdirs=site > Checking whether your kit is complete... > Looks good > Creating new 'Build' script for 'Devel-ebug' version '0.41' > Can't locate Devel/ebug/Build.pm in @INC (@INC contains: _build/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 Makefile.PL line 5.
Except it's there in lib. Hm.
From: m [...] lteubl.de
[jesse@fsck.com - Thu Apr 21 02:27:24 2005]: Show quoted text
> > # running Build.PL installdirs=site > > /usr/bin/perl Build.PL installdirs=site > > Checking whether your kit is complete... > > Looks good > > Creating new 'Build' script for 'Devel-ebug' version '0.41' > > Can't locate Devel/ebug/Build.pm in @INC (@INC contains: _build/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 Makefile.PL line > 5. > > Except it's there in lib. Hm.
Yeah, adding -Ilib to the execution of Build.PL/Makefile.PL fixes the Problem. malte