Skip Menu |

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

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

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

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



Subject: Win32, arch_check() and miniperl
Date: Thu, 04 Jun 2009 07:46:54 -0700
To: via RT <bug-ExtUtils-MakeMaker [...] rt.cpan.org>
From: Michael G Schwern <schwern [...] pobox.com>
Show quoted text
-------- Original Message -------- Subject: Re: Restore broken Win32 build Date: Wed, 03 Jun 2009 23:42:13 +0200 From: Max Maischein <corion@corion.net> To: Michael G Schwern <schwern@pobox.com> References: <4A26A5BF.1010508@corion.net> <4A26C97D.3020703@pobox.com> Hello Michael,
>> the EUMM integration broke the Win32 build with >> 5bdf71cc9217764029fb9a321295118de3bb8e72 >> >> The attached patch restores the building by skipping the loading of >> Win32.pm
> > Hello, I need to see a bug before I can accept a fix for it. > > "Its broke" ain't a bug report.
Please excuse the brevity - I wanted to send the patch quickly before I went away from the computer, so the smokers can resume their tasks and I can do some cleanup work integrating some of my tests. Please accept the below output as "it's broken" when building Perl via `dmake`: -max ... Running Makefile.PL in ext/Win32CORE C:\Projekte\bleadperl-git\win32\..\miniperl.exe -I../../lib Makefile.PL INSTALLD IRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LINKTYPE=static Can't locate Win32.pm in @INC (@INC contains: ../../lib ..\..\lib C:/Projekte/bleadperl-git/lib .) at ../../lib/ExtUtils/MM_Win32.pm line 417. 512 from ext/Win32CORE's Makefile.PL at ..\make_ext.pl line 301.
Thanks, I've fixed it in 1fd875de337e01463edffa77507636ed66b1a7d3 and added a test that basic module building will work in miniperl.