Subject: | bug in Log::Handler::Levels.3 while compiling |
Date: | Mon, 6 Apr 2009 12:15:44 +0200 |
To: | <bug-Log-Handler [...] rt.cpan.org> |
From: | "Assis Guimaraes A. (Andre)" <andre.assis.guimaraes [...] nl.fortis.com> |
Hi,
There seems to be a bug on the makefile of your last Log-Handler version:
- AIX 5.3TL08 SP4
- This is perl, v5.8.2 built for aix-thread-multi
(with 3 registered patches, see perl -V for more detail)
- Log-Handler-0.51.tar.gz copied from CPAN
Inicially, we got this:
=====================
# make
cp lib/Log/Handler/Output.pm blib/lib/Log/Handler/Output.pm
...
Manifying blib/man3/Log::Handler::Levels.3
/usr/bin/perl "-Iblib/arch" "-Iblib/lib" Build.PL Build
Can't locate Module/Build.pm in @INC (@INC contains: blib/arch blib/lib /usr/opt/perl5/lib/5.8.2/aix-thread-multi /usr/opt/perl5/lib/5.8.2 /usr/opt/perl5/lib/site_perl/5.8.2/aix-thread-multi /usr/opt/perl5/lib/site_perl/5.8.2 /usr/opt/perl5/lib/site_perl .) at Build.PL line 3.
BEGIN failed--compilation aborted at Build.PL line 3.
make: 1254-004 The error code from the last command is 2.
Stop.
=====================
So, we had to download the latest version of Build (0.32), which complained about some below level modules:
- ERROR: Test::More (0.47) is installed, but we need version >= 0.49
- ERROR: Test::Harness (2.30) is installed, but we need version >= 3.16
- ERROR: File::Temp (0.14) is installed, but we need version >= 0.15
We then downloaded the latest version of these modules and they were all compiled and installed without any error.
Test-Simple-0.86.tar.gz
Test-Harness-3.16.tar.gz
File-Temp-0.21.tar.gz
Redoing the "make" on the Log-Handler-0.51, we got this:
=====================
Manifying blib/man3/Log::Handler::Levels.3
/usr/bin/perl "-Iblib/arch" "-Iblib/lib" Build.PL Build
Too early to specify a build action 'Build'. Do 'Build Build' instead.
make: 1254-004 The error code from the last command is 2.
=====================
What else can I give you to troubleshoot the problem?
Regards,
Andre Guimaraes
****************************DISCLAIMER***********************************
Deze e-mail is uitsluitend bestemd voor de geadresseerde(n).
Verstrekking aan en gebruik door anderen is niet toegestaan.
Fortis sluit iedere aansprakelijkheid uit die voortvloeit uit electronische
verzending.
This e-mail is intended exclusively for the addressee(s), and may not
be passed on to, or made available for use by any person other than the
addressee(s).
Fortis rules out any and every liability resulting from any electronic
transmission.
******************************************************************************