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

People
Owner: Nobody in particular
Requestors: jj [...] merelo.net
Cc:
AdminCc:

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



Subject: Can't build DateTime in RH 9.0
I am trying to build it in an old RH 9.0 box -- [root@geneura DateTime-0.22]# perl --version This is perl, v5.8.0 built for i386-linux-thread-multi (with 1 registered patch, see perl -V for more detail) Copyright 1987-2002, 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.com/, the Perl Home Page. [root@geneura DateTime-0.22]# perl Makefile.PL --xs Writing Makefile for DateTime [root@geneura DateTime-0.22]# make Makefile:96: *** missing separator. Alto. --- Looking at the Makefile, it's all garbled. Here you go: ---- installvendorlib='/usr/lib/perl5/vendor_perl/5.8. INSTALLVENDORLIB = ib/perl5' installusrbinperl='def INSTALLARCHLIB = /usr/lib/perl5/5.8.0/i386-linux-thread-multi INSTALLSITEARCH = /usr/lib/pe INSTALLVENDORARCH = /usr/lib/perl5/vendor_perl/5.8.0/i38 INSTALLBIN = /usr/bin' installhtml1dir='' installhtml3dir='' installman1 INSTALLSITEBIN = /usr INSTALLVENDORBIN = /usr/bin' installvendorhtml1='' installvendorhtml3='' installvendorlib='/u INSTALLSCRIPT = /usr/bin PERL_LIB = /usr/lib/perl5/5.8.0 PERL_ARCHLIB = /usr/lib/perl5/5.8.0/i386-linux-thread-multi SITELIBEXP = '/usr/lib/perl5/site_perl' sit SITEARCHEXP = /usr/lib/pe LIBPERL_A = libperl.a' -- There are actually lots of errors... maybe it's a problem in ExtUtils::Makemaker? I haven't noticed it in other modules, though JJ
Date: Wed, 17 Nov 2004 16:34:12 -0600 (CST)
From: Dave Rolsky <autarch [...] urth.org>
To: Guest via RT <bug-DateTime [...] rt.cpan.org>
Subject: Re: [cpan #8453] Can't build DateTime in RH 9.0
RT-Send-Cc:
On Tue, 16 Nov 2004, Guest via RT wrote: Show quoted text
> I am trying to build it in an old RH 9.0 box
RH has a utf-8 locale on by default, which breaks Perl module installation with ExtUtils::MakeMaker. Do an "export LANG=C" before doing the install and it should work. -dave /*=========================== VegGuide.Org Your guide to all that's veg. ===========================*/