Steve Hay wrote: >Automated smoke report for 5.9.3 patch 24194 >TANGAROA.uk.radan.com: Intel(R) Pentium(R) 4 CPU 2.00GHz(~1992 MHz) (x86/1 >cpu) > on MSWin32 - WinXP/.Net SP1 > using cl version 12.00.8804 > smoketime 10 hours 52 minutes (average 20 minutes 23 seconds) > >Summary: FAIL(F) > > ../lib/ExtUtils/t/basic.t...............FAILED 23-55 57-59 61 > 67 > ../lib/ExtUtils/t/installbase.t.........FAILED 5-18 > I also have these messages for every extension built:
NMAKE : warning U4004: too many rules for target '..\..\lib\.exists' NMAKE : warning U4004: too many rules for target '..\..\lib\auto\attrs\.exists' Those errors are fixed if I apply the patch in http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-04/msg00203.html But the smoke errors above are not affected by this fix. Running basic.t manually, the first error that I get (test 23) complains that "pl2bat.bat" can't be found. Adding C:\p5p\bleadperl\win32\bin to my PATH fixes that, but then it complains that "perl" can't be found. Adding C:\p5p\bleadperl to my PATH too fixes that, and now all tests run OK. installbase.t also runs all tests OK with this PATH. I hadn't noticed any trouble with 6.27 when I tested that previously because I was using an installed perl with the "bin" directory (which contains both pl2bat.bat and perl.exe) on the PATH. Any ideas how to fix this for the core? - Steve ------------------------------------------------ Radan Computational Ltd. The information contained in this message and any files transmitted with it are confidential and intended for the addressee(s) only. If you have received this message in error or there are any problems, please notify the sender immediately. The unauthorized use, disclosure, copying or alteration of this message is strictly forbidden. Note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of Radan Computational Ltd. The recipient(s) of this message should check it and any attached files for viruses: Radan Computational will accept no liability for any damage caused by any virus transmitted by this email.
