develooper Front page | perl.perl5.porters | Postings from September 2009

Re: Smoke [5.11.0] blead-2039-g25a883e FAIL(M) MSWin32 Win2000 SP4 (x86/1 cpu)

Thread Previous | Thread Next
From:
Nicholas Clark
Date:
September 1, 2009 00:45
Subject:
Re: Smoke [5.11.0] blead-2039-g25a883e FAIL(M) MSWin32 Win2000 SP4 (x86/1 cpu)
Message ID:
20090901074533.GJ60303@plum.flirble.org
On Mon, Aug 31, 2009 at 09:07:07PM -0400, George Greer wrote:
> On Mon, 31 Aug 2009, George Greer wrote:
> 
> >Automated smoke report for 5.11.0 patch 
> >25a883e141ef5022e3a9afb466f7bc525d011947 blead-2039-g25a883e
> >perl-win2k: Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz(~2219 MHz) (x86/1 cpu)
> >   on        MSWin32 - Win2000 SP4
> >   using     cl version 14.00.50727.42
> >   smoketime 39 minutes 32 seconds (average 4 minutes 56.500 seconds)
> >
> >Summary: FAIL(M)
> 
> Log snippet:
> - - - 8< - - - 8< - - -
> Extracting podselect (with variable substitutions)
> 	cd ..\lib
> 	..\perl.exe lib_pm.PL
> Can't locate Win32.pm in @INC (@INC contains: 
> d:/smoke/perl/blead/build/lib .) at d:/smoke/perl/blead/build/lib/Cwd.pm 
> line 751.
> BEGIN failed--compilation aborted.
> NMAKE : fatal error U1077: '..\perl.exe' : return code '0x2'
> Stop.
> 
> error while running harness target 'minitest': 2 at 
> D:\smoke\driver/Test/Smoke.pm line 191

I don't think that that's the true cause. Steve Hay's smoker has managed to
build 25a883e141ef5022e3a9afb466f7bc525d011947 with only two Fs.

I think that the problem is hinted at by this:

	Making Text::ParseWords (all)

Creating Makefile.PL in ext/Text-ParseWords for Text::ParseWords


Despite me moving Text::ParseWords back from ext to lib in 3fcda861606b23c12f43
(the parent of 25a883e141ef5022e3a9) your smoker still has an empty directory
ext/Text-ParseWords, and that is confusing the build scripts, which then return
failure, causing the whole make process to abort.

That this is the cause isn't clear from the logs. :-(
They seem to intermix stdout and stderr, out of order. I'm not sure how to
fix that.

Nicholas Clark

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About