2009/10/25 Steve Hay <[email protected]>: > Automated smoke report for 5.11.1 patch > fe88edf0c4ada4230b84bdb5417029b8f766694a v5.11.1-61-gfe88edf > maldoror.bath.planit.group: Intel(R) Core(TM)2 CPU 6700 @ 2.66GHz(~2660 MHz) > (x86/2 cpu) > on MSWin32 - WinXP/.Net SP3 > using bcc32 version 5.5.1 > smoketime 57 minutes 32 seconds (average 5 minutes 45 seconds) > > Summary: FAIL(FM) >
Dmake builds (both GCC and BCC) are currently going wrong on my machine. They have a problem with Config.pm and/or config.h being out ot date when starting to build non-XS extensions. What's changed recently to have caused this to start happening? Relevant GCC build output follows... In C:/gitclients/perl/win32 Making Archive::Extract (all) Creating Makefile.PL in cpan/Archive-Extract for Archive::Extract Running Makefile.PL in cpan/Archive-Extract C:\gitclients\perl\win32\..\miniperl.exe Makefile.PL INSTALLDIRS=perl INSTALLMAN 1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 Writing Makefile for Archive::Extract Warning: ..\..\lib/Config.pm may be out of date with ..\../config.sh cd ..\.. && dmake lib/Config.pm `lib\Config.pm' is up to date dmake: Warning: -- Target [..\..\lib\Config.pm] was made but the time stamp has not been updated. Warning: ..\..\lib\CORE/config.h out of date with ..\../config.sh; C:\gitclients \perl\miniperl.exe -I..\..\lib -I..\..\lib -e exit 1 -- dmake: Warning: -- Target [..\..\lib\CORE\config.h] was made but the time stamp has not been updated. Makefile out-of-date with respect to ..\..\lib\Config.pm ..\..\lib\CORE\config.h Cleaning current config before rebuilding Makefile... dmake -f Makefile.old clean > NUL ..\..\miniperl.exe "-I..\..\lib" "-I..\..\lib" Makefile.PL "INSTALLDIRS=perl" "I NSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" Writing Makefile for Archive::Extract ==> Your Makefile has been rebuilt. <== ==> Please rerun the dmake command. <== C:\gitclients\perl\miniperl.exe "-I..\..\lib" "-I..\..\lib" -e "exit 1" -- dmake: Error code 129, while making 'Makefile' dmake -S config PERL_CORE=1 failed, continuing anyway... Making all in cpan/Archive-Extract dmake -S all PERL_CORE=1 Warning: ..\..\lib/Config.pm may be out of date with ..\../config.sh cd ..\.. && dmake lib/Config.pm `lib\Config.pm' is up to date dmake: Warning: -- Target [..\..\lib\Config.pm] was made but the time stamp has not been updated. Warning: ..\..\lib\CORE/config.h out of date with ..\../config.sh; C:\gitclients \perl\miniperl.exe -I..\..\lib -I..\..\lib -e exit 1 -- dmake: Warning: -- Target [..\..\lib\CORE\config.h] was made but the time stamp has not been updated. Makefile out-of-date with respect to ..\..\lib\Config.pm ..\..\lib\CORE\config.h Cleaning current config before rebuilding Makefile... dmake -f Makefile.old clean > NUL ..\..\miniperl.exe "-I..\..\lib" "-I..\..\lib" Makefile.PL "INSTALLDIRS=perl" "I NSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" Writing Makefile for Archive::Extract ==> Your Makefile has been rebuilt. <== ==> Please rerun the dmake command. <== C:\gitclients\perl\miniperl.exe "-I..\..\lib" "-I..\..\lib" -e "exit 1" -- dmake: Error code 129, while making 'Makefile' Unsuccessful make(cpan/Archive-Extract): code=65280 at ..\make_ext.pl line 449. dmake: Error code 130, while making 'Extensions_nonxs'
