Skip Menu |

This queue is for tickets about the Parse-RecDescent CPAN distribution.

Report information
The Basics
Id: 102702
Status: resolved
Priority: 0/
Queue: Parse-RecDescent

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:16:53 -1000
To: <bug-Parse-RecDescent [...] rt.cpan.org>
From: "Mark Ramsey" <mark.ramsey [...] onlinemaui.com>
When attempting to install Parse::RecDescent on a CPanel server, I encounter the following error preventing installation: Creating new 'Build' script for 'Parse-RecDescent' version '1.967009' OK Checking dependencies from _build/prereqs ... Failed to upconvert metadata to 1.1. Errors: Missing mandatory field, 'version' (version) [Validation: 1.0] at /loader/0xd0ca98/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:17:04, mark.ramsey@onlinemaui.com wrote: Show quoted text
> When attempting to install Parse::RecDescent on a CPanel server, I encounter > the following error preventing installation: > > Creating new 'Build' script for 'Parse-RecDescent' version '1.967009' > OK > Checking dependencies from _build/prereqs ... > Failed to upconvert metadata to 1.1. Errors: > Missing mandatory field, 'version' (version) [Validation: 1.0] > at /loader/0xd0ca98/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/JTBRAUN/Parse-RecDescent-1.967009/META.json#L42 https://metacpan.org/source/JTBRAUN/Parse-RecDescent-1.967009/META.yml#L24 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.
Show quoted text
> a *very* old version of > ExtUtils::MakeMaker and/or CPAN::Meta. Those should be upgraded.
...and Module::Build
Subject: RE: [rt.cpan.org #102702] FW: Cpanel Installation Error - Missing 'version' in metadata
Date: Wed, 11 Mar 2015 15:07:37 -1000
To: <bug-Parse-RecDescent [...] 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-Parse-RecDescent@rt.cpan.org] Sent: Wednesday, March 11, 2015 11:42 AM To: mark.ramsey@onlinemaui.com Subject: [rt.cpan.org #102702] FW: Cpanel Installation Error - Missing 'version' in metadata <URL: https://rt.cpan.org/Ticket/Display.html?id=102702 > On 2015-03-11 14:17:04, mark.ramsey@onlinemaui.com wrote:
> When attempting to install Parse::RecDescent on a CPanel server, I > encounter the following error preventing installation: > > Creating new 'Build' script for 'Parse-RecDescent' version '1.967009' > OK > Checking dependencies from _build/prereqs ... > Failed to upconvert metadata to 1.1. Errors: > Missing mandatory field, 'version' (version) [Validation: 1.0] at > /loader/0xd0ca98/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/JTBRAUN/Parse-RecDescent-1.967009/META.json#L42 https://metacpan.org/source/JTBRAUN/Parse-RecDescent-1.967009/META.yml#L24 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.
On Wed Mar 11 21:07:53 2015, mark.ramsey@onlinemaui.com wrote: Show quoted text
> Thank you. Updating corrected the error.
That being the case, I'll close this.