Skip Menu |

This queue is for tickets about the Digest-MD5 CPAN distribution.

Report information
The Basics
Id: 11435
Status: resolved
Priority: 0/
Queue: Digest-MD5

People
Owner: Nobody in particular
Requestors: dstahlke [...] gi.alaska.edu
Cc:
AdminCc:

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



Subject: Makefile.PL generates invalid Makefile
Makefile is badly mangled, starting at line 66. The problem might be because this is a 64-bit system with 64-bit perl. Error was: Makefile:84: *** missing separator. Stop. -------------------------------- Digest-MD5-2.33 ------------------------------------- This is perl, v5.8.0 built for x86_64-linux-thread-multi (with 1 registered patch, see perl -V for more detail) Locally applied patches: MAINT18379 ------------------------------------- Linux misery 2.4.28 #11 SMP Sun Dec 12 14:31:12 AKST 2004 x86_64 x86_64 x86_64 GNU/Linux
Download Makefile
application/octet-stream 22.9k

Message body not shown because it is not plain text.

[guest - Tue Feb 8 20:26:02 2005]: Show quoted text
> Makefile is badly mangled, starting at line 66. > The problem might be because this is a 64-bit system with 64-bit perl.
Contact the maintainers of ExtUtils::MakeMaker as it is ExtUtils::MakeMaker that writes the Makefile
[guest - Sun Feb 20 19:40:40 2005]: Show quoted text
> [guest - Tue Feb 8 20:26:02 2005]: >
> > Makefile is badly mangled, starting at line 66. > > The problem might be because this is a 64-bit system with 64-bit perl.
> > Contact the maintainers of ExtUtils::MakeMaker as it is > ExtUtils::MakeMaker that writes the Makefile
Yep, it was in ExtUtils::MakeMaker. I just had to do a "export LANG=C" to get the Makefile to work.