Skip Menu |

This queue is for tickets about the CPANPLUS CPAN distribution.

Report information
The Basics
Id: 13292
Status: resolved
Priority: 0/
Queue: CPANPLUS

People
Owner: Nobody in particular
Requestors: trevor.schellhorn-perl [...] marketingtips.com
Cc:
AdminCc:

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



Subject: CPANPLUS won't upgrade Module::Build
I am trying to upgrade Module::Build on my system. Here is the error that I get from CPANPLUS::Backend: **** error output **** /opt/ActivePerl-5.8/bin/perl-static -Ilib -I/opt/ActivePerl-5.8/lib/site_perl/5.8.7/ Build.PL Checking whether your kit is complete... Looks good * Optional prerequisite Module::Signature isn't installed * Optional prerequisite ExtUtils::ParseXS isn't installed * Optional prerequisite ExtUtils::CBuilder 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. Feature 'YAML_support' disabled because of the following prerequisite failures: * Prerequisite YAML isn't installed Deleting Build Removed previous script 'Build' Creating new 'Build' script for 'Module-Build' version '0.2611' [ERROR] Could not create Module::Build object: * ERROR: Configuration was initially created with Module::Build version '0.2611', but we are now using version '0.26081'. Please re-run the Build.PL or Makefile.PL script. Could not find or check module 'YAML' [THIS MAY BE A PROBLEM!] at /opt/ActivePerl-5.8/lib/site_perl/5.8.7/CPANPLUS/Dist/Build.pm line 310 [ERROR] You don't have 'Test::Reporter' (or modules required by 'Test::Reporter') installed, you cannot report test results. [ERROR] Failed to send test report for 'Module::Build' **** error output **** I am running perl 5.8.7 with CPANPLUS 0.055. As you can see, I am trying to upgrade to Module::Build 0.2611 Trevor
RT-Send-CC: KWILLIAMS [...] cpan.org
[guest - Fri Jun 17 16:46:03 2005]: Show quoted text
> I am trying to upgrade Module::Build on my system. Here is the error > that I get from CPANPLUS::Backend: > > **** error output **** > /opt/ActivePerl-5.8/bin/perl-static -Ilib > -I/opt/ActivePerl-5.8/lib/site_perl/5.8.7/ Build.PL > Checking whether your kit is complete... > Looks good > * Optional prerequisite Module::Signature isn't installed > * Optional prerequisite ExtUtils::ParseXS isn't installed > * Optional prerequisite ExtUtils::CBuilder 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. > > Feature 'YAML_support' disabled because of the following prerequisite > failures: > * Prerequisite YAML isn't installed > > Deleting Build > Removed previous script 'Build' > Creating new 'Build' script for 'Module-Build' version '0.2611' > [ERROR] Could not create Module::Build object: * ERROR: Configuration > was initially created with Module::Build version '0.2611', > but we are now using version '0.26081'. Please re-run the Build.PL > or Makefile.PL script. > > Could not find or check module 'YAML' [THIS MAY BE A PROBLEM!] at > /opt/ActivePerl-5.8/lib/site_perl/5.8.7/CPANPLUS/Dist/Build.pm line > 310 > [ERROR] You don't have 'Test::Reporter' (or modules required by > 'Test::Reporter') installed, you cannot report test results. > [ERROR] Failed to send test report for 'Module::Build' > **** error output **** > > I am running perl 5.8.7 with CPANPLUS 0.055. As you can see, I am > trying to upgrade to Module::Build 0.2611 > > Trevor
Hi Trevor, This is one of a few known issues with Module::Build and already reported to them here: https://rt.cpan.org/NoAuth/Bug.html?id=13169 Probably best to address your bug to that ticket, in the hope the M::B folks will fix it soon.