Skip Menu |

This queue is for tickets about the Shipwright CPAN distribution.

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

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

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



Subject: Test failure during bin/shipwright-builder (after shipwright import of MojoMojo)
# Long list before this point removed for brevity sake. # Building cpan-Lingua-EN-Inflect-Number Building cpan-DBD-Pg Building cpan-DBD-mysql Use of uninitialized value in string at bin/shipwright-builder line 443. build cpan-DBD-mysql test part failed. at bin/shipwright-builder line 456 main::_install('cpan-DBD-mysql', 'GLOB(0x14e4808)') called at bin/shipwright-builder line 346 main::install() called at bin/shipwright-builder line 241
shipwright just supplies the very basic build script, which works well with most modules and distributions, unluckily cpan-DBD-mysql doesn't belong to this, you need to hack scripts/cpan-DBD-mysql/build to make it work well by yourself. normally, you need to install mysql and also tell cpan-DBD-mysql where mysql's lib,include,etc are. best wishes sunnavy On Sat Apr 18 08:36:20 2009, MATEU wrote: Show quoted text
> # Long list before this point removed for brevity sake. > # > Building cpan-Lingua-EN-Inflect-Number > Building cpan-DBD-Pg > Building cpan-DBD-mysql > Use of uninitialized value in string at bin/shipwright-builder line 443. > build cpan-DBD-mysql test part failed. > at bin/shipwright-builder line 456 > main::_install('cpan-DBD-mysql', 'GLOB(0x14e4808)') called at > bin/shipwright-builder line 346 > main::install() called at bin/shipwright-builder line 241