Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the DateTime CPAN distribution.

Report information
The Basics
Id: 81844
Status: rejected
Priority: 0/
Queue: DateTime

People
Owner: Nobody in particular
Requestors: joe.landman [...] gmail.com
Cc:
AdminCc:

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



Subject: Problem with DateTime and perl 5.16.x
Date: Sun, 09 Dec 2012 14:09:38 -0500
To: bug-DateTime [...] rt.cpan.org
From: Joe Landman <joe.landman [...] gmail.com>

Message body is not shown because it is too large.

Subject: Re: [rt.cpan.org #81844] Problem with DateTime and perl 5.16.x
Date: Sun, 9 Dec 2012 13:40:47 -0600 (CST)
To: Joe Landman via RT <bug-DateTime [...] rt.cpan.org>
From: Dave Rolsky <autarch [...] urth.org>
On Sun, 9 Dec 2012, Joe Landman via RT wrote: Show quoted text
> Best guess w/o looking at the code is a hardwired set of paths, or > deriving information from a quick run of Perl, omitting the correct pathing.
Well, I think you're on the right track, but it's almost certainly _your_ hardwired set of paths. I have DateTime installed in multiple Perls on my machine and it works fine. The error you're seeing is because the 5.16-installed DateTime.pm is looking for DateTime.so and finding the version you compiled for 5.14 in its path. Show quoted text
> PERL5LIB="/root/perl5/lib/perl5/x86_64-linux-gnu-thread-multi:/root/perl5/lib/perl5"
Could it be this? -dave /*============================================================ http://VegGuide.org http://blog.urth.org Your guide to all that's veg House Absolute(ly Pointless) ============================================================*/
Subject: Re: [rt.cpan.org #81844] Problem with DateTime and perl 5.16.x
Date: Sun, 09 Dec 2012 14:54:58 -0500
To: bug-DateTime [...] rt.cpan.org
From: Joe Landman <joe.landman [...] gmail.com>
On 12/09/2012 02:40 PM, autarch@urth.org via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=81844 > > > On Sun, 9 Dec 2012, Joe Landman via RT wrote: >
>> Best guess w/o looking at the code is a hardwired set of paths, or >> deriving information from a quick run of Perl, omitting the correct pathing.
> > Well, I think you're on the right track, but it's almost certainly _your_ > hardwired set of paths. I have DateTime installed in multiple Perls on my > machine and it works fine.
I'd tried this on multiple machines to be sure, and had similar issues. Could be my paths. Show quoted text
> > The error you're seeing is because the 5.16-installed DateTime.pm is looking > for DateTime.so and finding the version you compiled for 5.14 in its path. >
>> PERL5LIB="/root/perl5/lib/perl5/x86_64-linux-gnu-thread-multi:/root/perl5/lib/perl5"
> > Could it be this?
Quick sanity check: rm -rf /root/perl5 ; /opt/scalable/bin/perl -MDateTime and it works. Yup, nailed it. Please close the ticket. Thanks! Show quoted text
> > > -dave > > /*============================================================ > http://VegGuide.org http://blog.urth.org > Your guide to all that's veg House Absolute(ly Pointless) > ============================================================*/ >