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: 50206
Status: resolved
Priority: 0/
Queue: DateTime

People
Owner: Nobody in particular
Requestors: Philip [...] kime.org.uk
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.65
Fixed in: 0.66



Subject: Error loading DateTime
DateTime seems to fail to load for me with: Can't locate object method "_normalize_tai_seconds" via package "DateTime::Infinite::Future" at /opt/local/lib/perl5/site_perl/5.10.0/darwin-2level/DateTime.pm line 347. Something strange is going on here since _normalize_tai_seconds should be in package DateTime as far as I can see. I found others with this error but no solution as yet ...
Subject: Re: [rt.cpan.org #50206] Error loading DateTime
Date: Sun, 11 Oct 2009 22:34:33 -0500 (CDT)
To: "https://philkime.pip.verisignlabs.com/ via RT" <bug-DateTime [...] rt.cpan.org>
From: Dave Rolsky <autarch [...] urth.org>
On Mon, 5 Oct 2009, https://philkime.pip.verisignlabs.com/ via RT wrote: Show quoted text
> DateTime seems to fail to load for me with: > > Can't locate object method "_normalize_tai_seconds" via package > "DateTime::Infinite::Future" at > /opt/local/lib/perl5/site_perl/5.10.0/darwin-2level/DateTime.pm > line 347. > > Something strange is going on here since _normalize_tai_seconds should > be in package DateTime as far as I can see. I found others with this > error but no solution as yet ...
Um, that's weird. It's like the XS code got compiled and installed but isn't actually loading properly or something. I suspect an OSX-specific issue, but I have no OSX to test. -dave /*============================================================ http://VegGuide.org http://blog.urth.org Your guide to all that's veg House Absolute(ly Pointless) ============================================================*/
From: dumb_kane [...] hotmail.com
Am Mo 05. Okt 2009, 06:18:06, https://philkime.pip.verisignlabs.com/ schrieb: Show quoted text
> DateTime seems to fail to load for me with: > > Can't locate object method "_normalize_tai_seconds" via package > "DateTime::Infinite::Future" at > /opt/local/lib/perl5/site_perl/5.10.0/darwin-2level/DateTime.pm > line 347. > > Something strange is going on here since _normalize_tai_seconds should > be in package DateTime as far as I can see. I found others with this > error but no solution as yet ...
Same for me: Can't locate object method "_normalize_tai_seconds" via package "DateTime::Infinite::Future" at /home/fedov/perl5/perlbrew/perls/perl-5.12.2/lib/site_perl/5.12.2/i686-linux-thread-multi/DateTime.pm line 383. Compilation failed in require at /home/fedov/perl5/perlbrew/perls/perl-5.12.2/lib/site_perl/5.12.2/i686-linux-thread-multi/DateTime.pm line 70. Compilation failed in require. BEGIN failed--compilation aborted. DateTime version 0.65 / Ubuntu 10.10
From: dumb_kane [...] hotmail.com
It works with 0.66. I used PERL_DATETIME_PP=1 as a workaround with 0.65 Am Fr 12. Nov 2010, 12:13:03, fedov schrieb: Show quoted text
> Am Mo 05. Okt 2009, 06:18:06, https://philkime.pip.verisignlabs.com/ > schrieb:
> > DateTime seems to fail to load for me with: > > > > Can't locate object method "_normalize_tai_seconds" via package > > "DateTime::Infinite::Future" at > > /opt/local/lib/perl5/site_perl/5.10.0/darwin-2level/DateTime.pm > > line 347. > > > > Something strange is going on here since _normalize_tai_seconds
> should
> > be in package DateTime as far as I can see. I found others with this > > error but no solution as yet ...
> > Same for me: > > Can't locate object method "_normalize_tai_seconds" via package > "DateTime::Infinite::Future" at > /home/fedov/perl5/perlbrew/perls/perl- > 5.12.2/lib/site_perl/5.12.2/i686-linux-thread-multi/DateTime.pm > line 383. > Compilation failed in require at > /home/fedov/perl5/perlbrew/perls/perl- > 5.12.2/lib/site_perl/5.12.2/i686-linux-thread-multi/DateTime.pm > line 70. > Compilation failed in require. > BEGIN failed--compilation aborted. > > DateTime version 0.65 / Ubuntu 10.10