Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 45231
Status: resolved
Priority: 0/
Queue: DateTime-TimeZone

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

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



Subject: Makefile breaks dmake.exe on strawberry perl 5.8.x
The extremely long line on line 1300 of the Makefile that related to PM_TO_BLIB breaks dmake.EXE and prevents installation. dmake has a max line length of 32766 characters. CPAN: Module::Build loaded ok CPAN.pm: Going to build D/DR/DROLSKY/DateTime-TimeZone-0.89.tar.gz Checking if your kit is complete... Looks good Writing Makefile for DateTime::TimeZone CPAN: YAML loaded ok dmake.EXE: makefile: line 1300: Error: -- Input line too long, increase MAXLI NELENGTH C:\strawberry-perl\dmake\bin\dmake.EXE -- NOT OK Running make test Can't test without successful make Running make install make had returned bad status, install seems impossible Failed during this command: DROLSKY/DateTime-TimeZone-0.89.tar.gz : make NO Show quoted text
cpan> quit
Lockfile removed. C:\strawberry-perl\perl\bin>dmake.EXE -V dmake.EXE - Version 4.5-20060619-SHAY (Windows / MS Visual C++) Copyright (c) 1990,...,1997 by WTI Corp. Default Configuration: MAXLINELENGTH := 32766 MAXPROCESSLIMIT := 4 MAXPROCESS := 1 .IMPORT .IGNORE: DMAKEROOT .MAKEFILES : makefile.mk makefile .SOURCE : .NULL DMAKEROOT *= $(ABSMAKECMD:d)startup MAKESTARTUP := $(DMAKEROOT)\startup.mk Please read the file readme/read1st.txt for the latest release notes.
Subject: Re: [rt.cpan.org #45231] Makefile breaks dmake.exe on strawberry perl 5.8.x
Date: Wed, 22 Apr 2009 16:42:33 -0500 (CDT)
To: "tvmaly [...] gmail.com via RT" <bug-DateTime-TimeZone [...] rt.cpan.org>
From: Dave Rolsky <autarch [...] urth.org>
On Wed, 22 Apr 2009, tvmaly@gmail.com via RT wrote: Show quoted text
> The extremely long line on line 1300 of the Makefile that related to > PM_TO_BLIB breaks dmake.EXE and prevents installation. dmake has a max > line length of 32766 characters.
So use the Build.PL it ships with. -dave /*============================================================ http://VegGuide.org http://blog.urth.org Your guide to all that's veg House Absolute(ly Pointless) ============================================================*/