Skip Menu |

This queue is for tickets about the Shipwright CPAN distribution.

Report information
The Basics
Id: 45875
Status: resolved
Priority: 0/
Queue: Shipwright

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

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



Subject: shipwright-builder failure on B::Hooks::OP::Check
I was doing bin/shipwright-builder --skip test on a MojoMojo import ( verion 0.999028 ) and I ran into this error: Building cpan-B-Hooks-OP-Check build cpan-B-Hooks-OP-Check configure part failed. at bin/shipwright-builder line 456 main::_install('cpan-B-Hooks-OP-Check', 'GLOB(0x2936198)') called at bin/shipwright-builder line346 main::install() called at bin/shipwright-builder line 241
mostly it's the fault of the module you want to import. I suggest to find the exact problem is: e.g. use --verbose when run shipwright-builder and then try to fix it. good luck!
On Wed Jul 15 03:14:19 2009, SUNNAVY wrote: Show quoted text
> mostly it's the fault of the module you want to import. > I suggest to find the exact problem is: > e.g. use --verbose when run shipwright-builder > and then try to fix it. > good luck!
Thanks for the suggestion. I used the --verbose option and found out that ExtUtils::Depends is a module required only for install of B::Hooks::OP::Check. Is there a way to inform Shipwright of this?
sorry, shipwright is not that smart. the way I can think of to work around this is: before importing B::Hooks::OP::Check, you need 1. install ExtUtils::Depends 2. import ExtUtils::Depends and make it a requirement to cpan-B-Hooks-OP-Check, the cmd is shipwright update -r fs:/tmp/fs cpan-B-Hooks-OP-Check --add-deps cpan-ExtUtils-Depends On Mon Aug 03 09:21:45 2009, MATEU wrote: Show quoted text
> On Wed Jul 15 03:14:19 2009, SUNNAVY wrote:
> > mostly it's the fault of the module you want to import. > > I suggest to find the exact problem is: > > e.g. use --verbose when run shipwright-builder > > and then try to fix it. > > good luck!
> > Thanks for the suggestion. I used the --verbose option and found out > that ExtUtils::Depends is a module required only for install of > B::Hooks::OP::Check. > > Is there a way to inform Shipwright of this? >