Skip Menu |

This queue is for tickets about the version CPAN distribution.

Report information
The Basics
Id: 87953
Status: resolved
Priority: 0/
Queue: version

People
Owner: Nobody in particular
Requestors: dan [...] stahlke.org
Cc: cpan [...] barely3am.com
AdminCc:

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



Subject: version 0.9903 of "version" module doesn't install in Centos 6
Date: Mon, 19 Aug 2013 15:24:14 -0400
To: bug-version [...] rt.cpan.org
From: Dan Stahlke <dan [...] stahlke.org>
The latest update, version-0.9903, doesn't install on a Centos 6 box (it fails tests). Version 0.9902 works fine. I am running the opscode_centos-6.3_chef-11.2.0 virtual machine image from chef. I have attached the build log. [root@swathviewer-berkshelf ~]# perl -v This is perl, v5.10.1 (*) built for x86_64-linux-thread-multi Copyright 1987-2009, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using "man perl" or "perldoc perl". If you have access to the Internet, point your browser at http://www.perl.org/, the Perl Home Page. [root@swathviewer-berkshelf ~]# uname -a Linux swathviewer-berkshelf 2.6.32-279.el6.x86_64 #1 SMP Fri Jun 22 12:19:21 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

Message body is not shown because sender requested not to inline it.

On Mon Aug 19 15:24:27 2013, dan@stahlke.org wrote: Show quoted text
> The latest update, version-0.9903, doesn't install on a Centos 6 box (it > fails tests). Version 0.9902 works fine. I am running the > opscode_centos-6.3_chef-11.2.0 virtual machine image from chef. I have > attached the build log.
I am unable to reproduce this. Is version.pm already installed? What version?
Subject: Re: [rt.cpan.org #87953] version 0.9903 of "version" module doesn't install in Centos 6
Date: Mon, 02 Sep 2013 14:09:10 -0400
To: bug-version [...] rt.cpan.org
From: Dan Stahlke <dan [...] stahlke.org>
On 08/31/2013 09:05 PM, John Peacock via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=87953 > > > On Mon Aug 19 15:24:27 2013, dan@stahlke.org wrote:
>> The latest update, version-0.9903, doesn't install on a Centos 6 box (it >> fails tests). Version 0.9902 works fine. I am running the >> opscode_centos-6.3_chef-11.2.0 virtual machine image from chef. I have >> attached the build log.
> I am unable to reproduce this. Is version.pm already installed? What version?
Yes, version 0.77 of version.pm, which comes from the Centos package manager, is already installed.
On Mon Sep 02 14:09:15 2013, dan@stahlke.org wrote: Show quoted text
> Yes, version 0.77 of version.pm, which comes from the Centos package > manager, is already installed.
Ah, it wasn't the earlier version.pm packaging that was the problem. It was that RedHat decided in their infinite wisdom to break up the core Perl into multiple package. The tests in 0.9903 rely on parent.pm being installed (instead of base.pm) for one of the inherited method tests. If you install perl-parent, the tests will pass. I'll make the Makefile.PL check for parent even for those Perl releases that should already have it; so much for being clever...
From: dstahlke [...] gmail.com
It works for me now. Thank you!