Skip Menu |

This queue is for tickets about the ExtUtils-MakeMaker CPAN distribution.

Report information
The Basics
Id: 46416
Status: resolved
Priority: 0/
Queue: ExtUtils-MakeMaker

People
Owner: Nobody in particular
Requestors: schwern [...] pobox.com
sisyphus [...] cpan.org
Cc:
AdminCc:

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



Subject: arch_check() filepath separator mismatch on Win32
Date: Wed, 27 May 2009 09:11:40 -0700
To: via RT <bug-ExtUtils-MakeMaker [...] rt.cpan.org>
From: Michael G Schwern <schwern [...] pobox.com>
Show quoted text
-------- Original Message -------- Subject: Re: [ANNOUNCE] ExtUtils::MakeMaker 6.51_04 Date: Wed, 27 May 2009 19:12:50 +1000 From: Sisyphus <sisyphus1@optusnet.com.au> To: Michael G Schwern <schwern@pobox.com>, makemaker <makemaker@perl.org>, Perl 5 Porters <perl5-porters@perl.org> References: <4A19B82A.7050601@pobox.com>
----- Original Message ----- From: "Michael G Schwern" <schwern@pobox.com> To: "makemaker" <makemaker@perl.org>; "Perl 5 Porters" <perl5-porters@perl.org> Sent: Monday, May 25, 2009 7:12 AM Subject: [ANNOUNCE] ExtUtils::MakeMaker 6.51_04 I grabbed http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/ExtUtils-MakeMaker-6.51_04.tar.gz Builds, tests and installs fine, but arch_check() from MM_Any.pm presents some confusing output when the Makefile.PL is run: ########################################## C:\_32\comp\ExtUtils-MakeMaker-6.51_04>perl Makefile.PL Checking if your kit is complete... Warning: the following files are missing in your kit: t/pod2html.t Please inform the author. Have /_64/perl1004/lib/ Want \_64\perl1004\lib\ Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: [lib] Config says: [MSWin32-x64-multi-thread] This may or may not cause problems. Please check your installation of perl if you have problems building this extension. Writing Makefile for ExtUtils::MakeMaker ########################################## (And similar on other of my builds of Win32 perl.) Cheers, Rob -- 10. Not allowed to purchase anyone's soul on government time. -- The 213 Things Skippy Is No Longer Allowed To Do In The U.S. Army http://skippyslist.com/list/
Thanks, they needed to be canonized. Fixed.