Skip Menu |

This queue is for tickets about the Const-Fast CPAN distribution.

Report information
The Basics
Id: 114071
Status: open
Priority: 0/
Queue: Const-Fast

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

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



Subject: No such action prereq_data
Do you need to specify a certain version of Module::Build or something? Seems like you're calling prereq_data but my version of Module::Build does not have that... [MSG] [Fri Apr 29 15:04:24 2016] Extracted 'Const::Fast' to '/home/centos/.cpanplus/5.10.1/build/Const-Fast-0.014' [MSG] [Fri Apr 29 15:04:25 2016] Creating new 'Build' script for 'Const-Fast' version '0.014' [ERROR] [Fri Apr 29 15:04:25 2016] Build 'prereq_data' failed: Inappropriate ioctl for device No such action 'prereq_data' [ERROR] [Fri Apr 29 15:04:25 2016] Unable to satisfy prerequisites for 'Const::Fast' -- aborting install [ERROR] [Fri Apr 29 15:04:25 2016] Unable to create a new distribution object for 'Const::Fast' -- cannot continue
perl -MModule::Build -e'print $Module::Build::VERSION' 0.4214
On 2016-04-29 08:10:56, MTHURN wrote: Show quoted text
> perl -MModule::Build -e'print $Module::Build::VERSION' > 0.4214
What's your cpanplus version? This distribution doesn't use Module::Build at all. Your cpan client shouldn't be trying to make calls into it.
Subject: Re: [rt.cpan.org #114071] No such action prereq_data
Date: Fri, 29 Apr 2016 20:00:32 +0200
To: bug-Const-Fast [...] rt.cpan.org
From: Leon Timmermans <fawaka [...] gmail.com>
On Fri, Apr 29, 2016 at 5:10 PM, Martin Thurn via RT < bug-Const-Fast@rt.cpan.org> wrote: Show quoted text
> Do you need to specify a certain version of Module::Build or something? > Seems like you're calling prereq_data but my version of Module::Build does > not have that... > > [MSG] [Fri Apr 29 15:04:24 2016] Extracted 'Const::Fast' to > '/home/centos/.cpanplus/5.10.1/build/Const-Fast-0.014' > [MSG] [Fri Apr 29 15:04:25 2016] Creating new 'Build' script for > 'Const-Fast' version '0.014' > > [ERROR] [Fri Apr 29 15:04:25 2016] Build 'prereq_data' failed: > Inappropriate ioctl for device No such action 'prereq_data' > > [ERROR] [Fri Apr 29 15:04:25 2016] Unable to satisfy prerequisites for > 'Const::Fast' -- aborting install > [ERROR] [Fri Apr 29 15:04:25 2016] Unable to create a new distribution > object for 'Const::Fast' -- cannot continue >
This sounds like you're using a rather old version of CPANPLUS, I would recommend upgrading it to something that supports META files. Leon
I upgraded CPANPLUS to 0.9156. Looks like the error is in Module::Build::Tiny. Feel free to close this ticket if you wish. [MSG] [Fri Apr 29 20:13:11 2016] Extracted 'Const::Fast' to '/home/centos/.cpanplus/5.10.1/build/1WjpXAcwg4/Const-Fast-0.014' [MSG] [Fri Apr 29 20:13:11 2016] This module requires 'Module::Build' and 'CPANPLUS::Dist::Build' to be installed first. Adding these modules to your prerequisites list [MSG] [Fri Apr 29 20:13:11 2016] Module 'Const::Fast' requires 'CPANPLUS::Dist::Build' version '0.60' to be installed [MSG] [Fri Apr 29 20:13:11 2016] Module 'Const::Fast' requires 'Module::Build::Tiny' version '0.021' to be installed [... hundreds of lines of other prerequisites installing] [MSG] [Fri Apr 29 20:14:30 2016] Creating new 'Build' script for 'Module-Build-Tiny' version '0.039' [ERROR] [Fri Apr 29 20:14:30 2016] Build 'prereq_data' failed: No such action 'prereq_data' BEGIN failed--compilation aborted at /usr/bin/cpanp-run-perl line 8. [ERROR] [Fri Apr 29 20:14:30 2016] Unable to satisfy prerequisites for 'Module::Build::Tiny' -- aborting install [ERROR] [Fri Apr 29 20:14:30 2016] Unable to create a new distribution object for 'Module::Build::Tiny' -- cannot continue [ERROR] [Fri Apr 29 20:14:30 2016] Failed to install 'Module::Build::Tiny' as prerequisite for 'Const::Fast' [ERROR] [Fri Apr 29 20:14:30 2016] Unable to satisfy 'configure_requires' for 'Const::Fast' -- aborting install [ERROR] [Fri Apr 29 20:14:30 2016] Unable to create a new distribution object for 'Const::Fast' -- cannot continue
Subject: Re: [rt.cpan.org #114071] No such action prereq_data
Date: Fri, 29 Apr 2016 22:39:31 +0200
To: bug-Const-Fast [...] rt.cpan.org
From: Leon Timmermans <leont [...] cpan.org>
On Fri, Apr 29, 2016 at 10:25 PM, Martin Thurn via RT < bug-Const-Fast@rt.cpan.org> wrote: Show quoted text
> Queue: Const-Fast > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=114071 > > > I upgraded CPANPLUS to 0.9156. > Looks like the error is in Module::Build::Tiny. > Feel free to close this ticket if you wish. > > [MSG] [Fri Apr 29 20:13:11 2016] Extracted 'Const::Fast' to > '/home/centos/.cpanplus/5.10.1/build/1WjpXAcwg4/Const-Fast-0.014' > [MSG] [Fri Apr 29 20:13:11 2016] This module requires 'Module::Build' and > 'CPANPLUS::Dist::Build' to be installed first. Adding these modules to your > prerequisites list > [MSG] [Fri Apr 29 20:13:11 2016] Module 'Const::Fast' requires > 'CPANPLUS::Dist::Build' version '0.60' to be installed > [MSG] [Fri Apr 29 20:13:11 2016] Module 'Const::Fast' requires > 'Module::Build::Tiny' version '0.021' to be installed > > [... hundreds of lines of other prerequisites installing] > > [MSG] [Fri Apr 29 20:14:30 2016] Creating new 'Build' script for > 'Module-Build-Tiny' version '0.039' > [ERROR] [Fri Apr 29 20:14:30 2016] Build 'prereq_data' failed: No such > action 'prereq_data' > BEGIN failed--compilation aborted at /usr/bin/cpanp-run-perl line 8. > [ERROR] [Fri Apr 29 20:14:30 2016] Unable to satisfy prerequisites for > 'Module::Build::Tiny' -- aborting install > [ERROR] [Fri Apr 29 20:14:30 2016] Unable to create a new distribution > object for 'Module::Build::Tiny' -- cannot continue > [ERROR] [Fri Apr 29 20:14:30 2016] Failed to install 'Module::Build::Tiny' > as prerequisite for 'Const::Fast' > [ERROR] [Fri Apr 29 20:14:30 2016] Unable to satisfy 'configure_requires' > for 'Const::Fast' -- aborting install > [ERROR] [Fri Apr 29 20:14:30 2016] Unable to create a new distribution > object for 'Const::Fast' -- cannot continue >
Are you using your system's perl? And if so, do you have the perl-core package installed? Leon
$ which cpanp /usr/bin/cpanp $ cpanp -v CPANPLUS::Shell::Default -- CPAN exploration and module installation (v0.9156) $ which perl /usr/bin/perl $ perl -v This is perl, v5.10.1 (*) built for x86_64-linux-thread-multi ... $ sudo yum install perl-core ... Package perl-core-5.10.1-141.el6_7.1.x86_64 already installed and latest version Nothing to do
On 2016-04-29 13:25:23, MTHURN wrote: Show quoted text
> I upgraded CPANPLUS to 0.9156. > Looks like the error is in Module::Build::Tiny. > Feel free to close this ticket if you wish.
I don't see a relevant issue in the Module-Build-Tiny queue -- is there one?
CC: MTHURN [...] cpan.org
Subject: Re: [rt.cpan.org #114071] No such action prereq_data
Date: Thu, 2 Jun 2016 19:28:10 -0400
To: bug-Const-Fast [...] rt.cpan.org
From: Martin Thurn <kingpin [...] dcswcc.org>
Doesn't look like I created a new ticket. I must have dug deeper and found the root of the problem. Probably an out-of-date module hanging around the system or something. - - Martin On Tue, May 31, 2016 at 6:47 PM, Karen Etheridge via RT < bug-Const-Fast@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=114071 > > > On 2016-04-29 13:25:23, MTHURN wrote:
> > I upgraded CPANPLUS to 0.9156. > > Looks like the error is in Module::Build::Tiny. > > Feel free to close this ticket if you wish.
> > I don't see a relevant issue in the Module-Build-Tiny queue -- is there > one? >