Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the DateTime-Locale CPAN distribution.

Report information
The Basics
Id: 47754
Status: resolved
Priority: 0/
Queue: DateTime-Locale

People
Owner: Nobody in particular
Requestors: selsky [...] columbia.edu
Cc:
AdminCc:

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



Subject: make fails
Date: Thu, 9 Jul 2009 16:50:34 -0400
To: bug-DateTime-Locale [...] rt.cpan.org
From: Matt Selsky <selsky [...] columbia.edu>
I'm trying to build DateTime-Locale 0.43 with perl 5.8.7: $ make [...] Manifying blib/man3/DateTime::Locale::gaa.3 lib/DateTime/Locale/gaa.pm:165: Unknown command paragraph "=encoding utf8" /opt/local/bin/perl5.8.7 "-Iblib/arch" "-Iblib/lib" Build.PL Build Too early to specify a build action 'Build'. Do 'Build Build' instead. make: *** [Build] Error 29 Build Build doesn't seem to work either. $ /opt/local/bin/perl5.8.7 "-Iblib/arch" "-Iblib/lib" Build.PL Build Build Too early to specify a build action 'Build'. Do 'Build Build' instead. Cheers, -- Matt
Subject: Re: [rt.cpan.org #47754] make fails
Date: Thu, 9 Jul 2009 16:02:15 -0500 (CDT)
To: "selsky [...] columbia.edu via RT" <bug-DateTime-Locale [...] rt.cpan.org>
From: Dave Rolsky <autarch [...] urth.org>
On Thu, 9 Jul 2009, selsky@columbia.edu via RT wrote: Show quoted text
> $ make > [...] > Manifying blib/man3/DateTime::Locale::gaa.3 > lib/DateTime/Locale/gaa.pm:165: Unknown command paragraph "=encoding > utf8" > /opt/local/bin/perl5.8.7 "-Iblib/arch" "-Iblib/lib" Build.PL Build > Too early to specify a build action 'Build'. Do 'Build Build' instead. > make: *** [Build] Error 29
What version of Module::Build do you have installed? But it does ship with a traditional Makefile.PL so you can just use that anyway. -dave /*============================================================ http://VegGuide.org http://blog.urth.org Your guide to all that's veg House Absolute(ly Pointless) ============================================================*/
Subject: Re: [rt.cpan.org #47754] make fails
Date: Thu, 9 Jul 2009 17:05:15 -0400
To: bug-DateTime-Locale [...] rt.cpan.org
From: Matt Selsky <selsky [...] columbia.edu>
Show quoted text
> What version of Module::Build do you have installed?
Module::Build 0.2611 Show quoted text
> But it does ship with a traditional Makefile.PL so you can just use > that > anyway.
That's what I was trying to use, I think... I started the build by doing $ perl Makefile.PL -- Matt
Subject: Re: [rt.cpan.org #47754] make fails
Date: Thu, 9 Jul 2009 16:15:30 -0500 (CDT)
To: "selsky [...] columbia.edu via RT" <bug-DateTime-Locale [...] rt.cpan.org>
From: Dave Rolsky <autarch [...] urth.org>
On Thu, 9 Jul 2009, selsky@columbia.edu via RT wrote: Show quoted text
>> But it does ship with a traditional Makefile.PL so you can just use >> that anyway.
> > That's what I was trying to use, I think... I started the build by > doing > > $ perl Makefile.PL
I'm not sure I believe you ;) The latest release definitely ships with a standard Makefile.PL. If you really invoked it there'd be nothing about Build in any error it spit out. -dave /*============================================================ http://VegGuide.org http://blog.urth.org Your guide to all that's veg House Absolute(ly Pointless) ============================================================*/
Subject: Re: [rt.cpan.org #47754] make fails
Date: Fri, 10 Jul 2009 00:42:51 -0400
To: bug-DateTime-Locale [...] rt.cpan.org
From: Matt Selsky <selsky [...] columbia.edu>
Show quoted text
> I'm not sure I believe you ;) > > The latest release definitely ships with a standard Makefile.PL. If > you > really invoked it there'd be nothing about Build in any error it > spit out.
Weird. I run the following: $ perl5.8.7 Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for DateTime::Locale $ make The output of make is attached. -- Matt
Download make.out
application/octet-stream 85.9k

Message body not shown because it is not plain text.

Subject: Re: [rt.cpan.org #47754] make fails
Date: Fri, 10 Jul 2009 09:14:00 -0500 (CDT)
To: "selsky [...] columbia.edu via RT" <bug-DateTime-Locale [...] rt.cpan.org>
From: Dave Rolsky <autarch [...] urth.org>
On Fri, 10 Jul 2009, selsky@columbia.edu via RT wrote: Show quoted text
> Queue: DateTime-Locale > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=47754 > >
>> I'm not sure I believe you ;) >> >> The latest release definitely ships with a standard Makefile.PL. If >> you >> really invoked it there'd be nothing about Build in any error it >> spit out.
> > Weird. > > I run the following: > > $ perl5.8.7 Makefile.PL > Checking if your kit is complete... > Looks good > Writing Makefile for DateTime::Locale > $ make > > The output of make is attached.
Aha, now I remember. EUMM is trying to turn Build.PL into a Build file. This was addressed in EUMM 6.25, which was released in 2004. Basically, upgrade your toolchain. -dave /*============================================================ http://VegGuide.org http://blog.urth.org Your guide to all that's veg House Absolute(ly Pointless) ============================================================*/
Subject: Re: [rt.cpan.org #47754] make fails
Date: Tue, 4 Aug 2009 15:58:31 -0400
To: bug-DateTime-Locale [...] rt.cpan.org
From: Matt Selsky <selsky [...] columbia.edu>
Thanks. Upgrading EUMM fixed it. Sorry for the noise. -- Matt