Skip Menu |

This queue is for tickets about the Weather-Underground-StationHistory CPAN distribution.

Report information
The Basics
Id: 102701
Status: open
Priority: 0/
Queue: Weather-Underground-StationHistory

People
Owner: Nobody in particular
Requestors: mark.ramsey [...] onlinemaui.com
Cc:
AdminCc:

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



Subject: FW: Cpanel Installation Error - Missing 'version' in metadata
Date: Wed, 11 Mar 2015 11:00:38 -1000
To: <bug-Weather-Underground-StationHistory [...] rt.cpan.org>
From: "Mark Ramsey" <mark.ramsey [...] onlinemaui.com>
When attempting to install Weather::Underground::StationHistory on a CPanel server, I encounter the following error preventing installation: Creating new 'Build' script for 'Weather-Underground-StationHistory' version 'v1.0.5' OK Checking dependencies from _build/prereqs ... Failed to upconvert metadata to 1.1. Errors: Missing mandatory field, 'version' (version) [Validation: 1.0] at /loader/0x1b6ea98/App/cpanminus/script.pm line 2475 Perl Expect failed with non-zero exit status: 65280 It appears that when CPanel is processing the installation, it requires the 'version' field in the metadata or it aborts the installation. Mark
On 2015-03-11 14:00:50, mark.ramsey@onlinemaui.com wrote: Show quoted text
> When attempting to install Weather::Underground::StationHistory on a CPanel > server, I encounter the following error preventing installation: > > Creating new 'Build' script for 'Weather-Underground-StationHistory' version > 'v1.0.5' > OK > Checking dependencies from _build/prereqs ... > Failed to upconvert metadata to 1.1. Errors: > Missing mandatory field, 'version' (version) [Validation: 1.0] > at /loader/0x1b6ea98/App/cpanminus/script.pm line 2475 > Perl Expect failed with non-zero exit status: 65280 > > > > It appears that when CPanel is processing the installation, it requires the > 'version' field in the metadata or it aborts the installation. > > Mark
https://metacpan.org/source/ELLIOTJS/Weather-Underground-StationHistory-v1.0.5/META.yml#L3 I'm not familiar with the toolchain that Cpanel uses, but judging from "Failed to upconvert metadata to 1.1" and the error you describe, I suspect that you're running with a *very* old version of ExtUtils::MakeMaker and/or CPAN::Meta. Those should be upgraded.
a *very* old version of Show quoted text
> ExtUtils::MakeMaker and/or CPAN::Meta. Those should be upgraded.
...and Module::Build
Subject: RE: [rt.cpan.org #102701] FW: Cpanel Installation Error - Missing 'version' in metadata
Date: Wed, 11 Mar 2015 15:07:48 -1000
To: <bug-Weather-Underground-StationHistory [...] rt.cpan.org>
From: "Mark Ramsey" <mark.ramsey [...] onlinemaui.com>
Thank you. Updating corrected the error. Show quoted text
-----Original Message----- From: Karen Etheridge via RT [mailto:bug-Weather-Underground-StationHistory@rt.cpan.org] Sent: Wednesday, March 11, 2015 11:43 AM To: mark.ramsey@onlinemaui.com Subject: [rt.cpan.org #102701] FW: Cpanel Installation Error - Missing 'version' in metadata <URL: https://rt.cpan.org/Ticket/Display.html?id=102701 > On 2015-03-11 14:00:50, mark.ramsey@onlinemaui.com wrote:
> When attempting to install Weather::Underground::StationHistory on a > CPanel server, I encounter the following error preventing installation: > > Creating new 'Build' script for 'Weather-Underground-StationHistory' > version 'v1.0.5' > OK > Checking dependencies from _build/prereqs ... > Failed to upconvert metadata to 1.1. Errors: > Missing mandatory field, 'version' (version) [Validation: 1.0] at > /loader/0x1b6ea98/App/cpanminus/script.pm line 2475 Perl Expect failed > with non-zero exit status: 65280 > > > > It appears that when CPanel is processing the installation, it > requires the 'version' field in the metadata or it aborts the installation. > > Mark
https://metacpan.org/source/ELLIOTJS/Weather-Underground-StationHistory-v1.0.5/META.yml#L3 I'm not familiar with the toolchain that Cpanel uses, but judging from "Failed to upconvert metadata to 1.1" and the error you describe, I suspect that you're running with a *very* old version of ExtUtils::MakeMaker and/or CPAN::Meta. Those should be upgraded.