I've been looking some at these failures, and an observation I have is that it only affects MSVC 7.1 builds. The cause of the failures in the MSVC 8.0 builds is the nightly testing glue script looking in the wrong location for the locale test Buildlog. I'm working on fixing the glue script issue, but I haven't tried to figure out the MSVC 7.1 issue.

--Andrew Black

Martin Sebor wrote:
It looks like the recent changes to the Windows side of the build
and test infrastructure might be causing all locales to fail to
build (see the error below). Farid, can you see what's going on?

Thanks
Martin

Build started: Project: .stdcxx_testlocales, Configuration: 12d Optimized Thread-safe Dll|Win32 -------


-------
Creating temporary file "C:\DOCUME~1\batman\LOCALS~1\Temp\BAT000209.bat" with contents
[
@echo off
i12d\bin\zh_CN.GBK.bat"
echo cscript /nologo "D:\bman5\builds\33303665\source-buildspace\etc\config\windows\run_locale_utils.wsf" /f /b:"D:\bman5\builds\33303665\source-buildspace\build\msvc-7.1\12d\bin" /i:"D:\bman5\builds\33303665\source-buildspace\etc\nls" /l:zh_HK.BIG5-HKSCS > "D:\bman5\builds\33303665\source-buildspace\build\msvc-7.1\12d\bin\zh_HK.BIG5-HKSCS.bat" echo cscript /nologo "D:\bman5\builds\33303665\source-buildspace\etc\config\windows\run_locale_utils.wsf" /f /b:"D:\bman5\builds\33303665\source-buildspace\build\msvc-7.1\12d\bin" /i:"D:\bman5\builds\33303665\source-buildspace\etc\nls" /l:zh_TW.BIG5 > "D:\bman5\builds\33303665\source-buildspace\build\msvc-7.1\12d\bin\zh_TW.BIG5.bat" echo cscript /nologo "D:\bman5\builds\33303665\source-buildspace\etc\config\windows\run_locale_utils.wsf" /f /b:"D:\bman5\builds\33303665\source-buildspace\build\msvc-7.1\12d\bin" /i:"D:\bman5\builds\33303665\source-buildspace\etc\nls" /l:zh_TW.EUC-TW > "D:\bman5\builds\33303665\source-buildspace\build\msvc-7.1\12d\bin\zh_TW.EUC-TW.bat"

if errorlevel 1 goto VCReportError
goto VCEnd
:VCReportError
echo Project : error PRJ0019: A tool returned an error code from "Performing Pre-Build Event..."
exit 1
:VCEnd
]
Creating command line "C:\DOCUME~1\batman\LOCALS~1\Temp\BAT000209.bat"

-------
  Performing Pre-Build Event...
The system cannot find the path specified.
Project : error PRJ0019: A tool returned an error code from "Performing Pre-Build Event..."

Reply via email to