Boost logo

Boost Testing :

From: David Walthall (walthall_at_[hidden])
Date: 2008-04-16 16:26:25


I apologize if this gets to the list twice. (I posted a few days ago
before registering, and received an email that the message was waiting
for moderation.)

I am attempting to start testing MSVC 7.1 on Windows XP. I followed the
directions here:
http://www.boost.org/development/running_regression_tests.html
but I've run a few issues.

(1) The first issue appears to be that the build `bjam' file was not
found, even after it was built. It appears to be looking in two
directories (DIR/bjam and DIR/tools_bjam) but the location that bjam was
successfully built in is DIR/tools_bjam/bin.cygwinx86. I have attached
a (partial) transcript of the build session at to this email as
bjam_not_found.txt. Also, I've abbreviated - DIR is C:\Documents and
Settings\David\My Documents\boost_testing

(2) If I copy bjam.exe to DIR/, I then get a build error for
process_jam_log. The error is much longer, and I've attached it as
process_jam_log.txt

Did I do something wrong, or is this a problem with the build scripts?
Is this at all related to the fact that I have cygwin installed?

Thanks,
David


# Found preinstalled "/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/bjam"; will use it.
# Preinstalled "/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/process_jam_log" is not found; building one...
# Found "process_jam_log" source directory "/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/tools_regression/build"
# Building "process_jam_log" ("/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/bjam" "-sBOOST_BUILD_PATH=/cygdrive/c/Documents and Settings/David/My Documents/boost_testing:/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/tools_bb" "-sBOOST_ROOT=/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost" "--boost=/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost" "--boost-build=/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/tools_bb" "--debug-configuration" process_jam_log -d2 -l300)...
notice: found boost-build.jam at /cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost-build.jam
notice: loading Boost.Build from /cygdrive/c/Documents and Settings/David/My Documents/boost_testing/tools_bb
notice: Searching /cygdrive/c/Documents and Settings/David/ /cygdrive/c/Documents and Settings/David/My Documents/boost_testing/tools_bb /cygdrive/c/Documents and Settings/David/My Documents/boost_testing /cygdrive/c/Documents and Settings/David/My Documents/boost_testing/tools_bb /cygdrive/c/Documents and Settings/David/My Documents/boost_testing/tools_bb/kernel /cygdrive/c/Documents and Settings/David/My Documents/boost_testing/tools_bb/util /cygdrive/c/Documents and Settings/David/My Documents/boost_testing/tools_bb/build /cygdrive/c/Documents and Settings/David/My Documents/boost_testing/tools_bb/tools /cygdrive/c/Documents andSettings/David/My Documents/boost_testing/tools_bb/new /cygdrive/c/Documents and Settings/David/My Documents/boost_testing/tools_bb/contrib /cygdrive/c/Documents and Settings/David/My Documents/boost_testing/tools_bb/. for site-config configuration file site-config.jam .
notice: Loading site-config configuration file site-config.jam from /cygdrive/c/Documents and Settings/David/My Documents/boost_testing/tools_bb/site-config.jam .
notice: Searching /cygdrive/c/Documents and Settings/David/ /cygdrive/c/Documents and Settings/David/My Documents/boost_testing/tools_bb /cygdrive/c/Documents and Settings/David/My Documents/boost_testing /cygdrive/c/Documents and Settings/David/My Documents/boost_testing/tools_bb /cygdrive/c/Documents and Settings/David/My Documents/boost_testing/tools_bb/kernel /cygdrive/c/Documents and Settings/David/My Documents/boost_testing/tools_bb/util /cygdrive/c/Documents and Settings/David/My Documents/boost_testing/tools_bb/build /cygdrive/c/Documents and Settings/David/My Documents/boost_testing/tools_bb/tools /cygdrive/c/Documents and Settings/David/My Documents/boost_testing/tools_bb/new /cygdrive/c/Documents and Settings/David/My Documents/boost_testing/tools_bb/contrib /cygdrive/c/Documents and Settings/David/My Documents/boost_testing/tools_bb/. for user-config configuration file user-config.jam .
notice: Loading user-config configuration file user-config.jam from /cygdrive/c/Documents and Settings/David/user-config.jam .
notice: msvc-7.1 detected, command: 'C:/Program Files/Microsoft Visual Studio .NET 2003/Vc7/bin/cl.exe'
notice: msvc-6.0 detected, command: 'C:/Program Files/Microsoft Visual Studio/VC98/bin/CL.EXE'
notice: will use 'C:/Program Files/Microsoft Visual Studio .NET 2003/Vc7/bin/cl.exe' for msvc, condition <toolset>msvc-7.1
msvc: condition: '<toolset>msvc-7.1/<architecture>/<address-model>', msvc: condition: '<toolset>msvc-7.1/<architecture>/<address-model>32', msvc: condition: '<toolset>msvc-7.1/<architecture>x86/<address-model>', msvc: condition: '<toolset>msvc-7.1/<architecture>x86/<address-model>32', command: 'cmd.exe /S /C call "C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\vcvars32.bat" >nul "&&" '
warning: Graph library does not contain optional GraphML reader.
note: to enable GraphML support, set EXPAT_INCLUDE and EXPAT_LIBPATH to the
note: directories containing the Expat headers and libraries, respectively.
notice: iostreams: using prebuilt zlib
notice: iostreams: using prebuilt bzip2
warning: skipping optional Message Passing Interface (MPI) library.
note: to enable MPI support, add "using mpi ;" to user-config.jam.
note: to suppress this message, pass "--without-mpi" to bjam.
note: otherwise, you can safely ignore this message.
notice: [python-cfg] Configuring python...
notice: [python-cfg] Checking interpreter command "python"...
notice: [python-cfg] running command 'python -c "from sys import *; print 'version=%d.%d\nplatform=%s\nprefix=%s\nexec_prefix=%s\nexecutable=%s' % (version_info[0],version_info[1],platform,prefix,exec_prefix,executable)" 2>&1'
notice: [python-cfg] ...requested configuration matched!
notice: [python-cfg] Details of this Python configuration:
notice: [python-cfg] interpreter command: "python"
notice: [python-cfg] include path: "/usr/include/python2.5"
notice: [python-cfg] library path: "/usr/lib/python2.5/config" "/usr/lib"
Building Boost.Regex with the optional Unicode/ICU support disabled.
Please refer to the Boost.Regex documentation for more information
(don't panic: this is a strictly optional feature).
...patience...
...found 464 targets...
...updating 28 targets...
MkDir1 bin

    mkdir "bin"

MkDir1 bin/msvc-7.1

    mkdir "bin/msvc-7.1"

MkDir1 bin/msvc-7.1/release

    mkdir "bin/msvc-7.1/release"

MkDir1 bin/msvc-7.1/release/threading-multi

    mkdir "bin/msvc-7.1/release/threading-multi"

file bin\msvc-7.1\release\threading-multi\process_jam_log.obj.rsp
"c:\Documents and Settings\David\My Documents\boost_testing\tools_regression\src\process_jam_log.cpp"
 -Fo"bin\msvc-7.1\release\threading-multi\process_jam_log.obj"
   -TP
 /O2
 /Ob2
 /W3
 /GR
 /MD
 /Zc:forScope
 /Zc:wchar_t
 /Ogiy
 /Gs
 /Ot
 /GB
 /Op
 /wd4675
 /EHs
 -c

-DBOOST_ALL_NO_LIB=1

-DBOOST_FILESYSTEM_STATIC_LINK=1

-DBOOST_SYSTEM_STATIC_LINK=1

-DNDEBUG

-D_CRT_SECURE_NO_WARNINGS

"-I/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost"

compile-c-c++ bin/msvc-7.1/release/threading-multi/process_jam_log.obj

    cmd.exe /S /C call "C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\vcvars32.bat" >nul "&&" cl /Zm800 -nologo @"bin\msvc-7.1\release\threading-multi\process_jam_log.obj.rsp"

...failed compile-c-c++ bin/msvc-7.1/release/threading-multi/process_jam_log.obj
...

file bin\msvc-7.1\release\threading-multi\tiny_xml.obj.rsp
"c:\Documents and Settings\David\My Documents\boost_testing\tools_regression\src\detail\tiny_xml.cpp"
 -Fo"bin\msvc-7.1\release\threading-multi\tiny_xml.obj"
   -TP
 /O2
 /Ob2
 /W3
 /GR
 /MD
 /Zc:forScope
 /Zc:wchar_t
 /Ogiy
 /Gs
 /Ot
 /GB
 /Op
 /wd4675
 /EHs
 -c

-DBOOST_ALL_NO_LIB=1

-DNDEBUG

-D_CRT_SECURE_NO_WARNINGS

"-I/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost"

compile-c-c++ bin/msvc-7.1/release/threading-multi/tiny_xml.obj

    cmd.exe /S /C call "C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\vcvars32.bat" >nul "&&" cl /Zm800 -nologo @"bin\msvc-7.1\release\threading-multi\tiny_xml.obj.rsp"

...failed compile-c-c++ bin/msvc-7.1/release/threading-multi/tiny_xml.obj...
MkDir1 /cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost/bin.v2

    mkdir "/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost/bin.v2"

MkDir1 /cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost/bin.v2/libs

    mkdir "/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost/bin.v2/libs"

MkDir1 /cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost/bin.v2/libs/filesystem

    mkdir "/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost/bin.v2/libs/filesystem"

MkDir1 /cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost/bin.v2/libs/filesystem/build

    mkdir "/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost/bin.v2/libs/filesystem/build"

MkDir1 /cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost/bin.v2/libs/filesystem/build/msvc-7.1

    mkdir "/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost/bin.v2/libs/filesystem/build/msvc-7.1"

MkDir1 /cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost/bin.v2/libs/filesystem/build/msvc-7.1/release

    mkdir "/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost/bin.v2/libs/filesystem/build/msvc-7.1/release"

MkDir1 /cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost/bin.v2/libs/filesystem/build/msvc-7.1/release/link-static

    mkdir "/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost/bin.v2/libs/filesystem/build/msvc-7.1/release/link-static"

MkDir1 /cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost/bin.v2/libs/filesystem/build/msvc-7.1/release/link-static/threading-multi

    mkdir "/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost/bin.v2/libs/filesystem/build/msvc-7.1/release/link-static/threading-multi"

file c:\Documents and Settings\David\My Documents\boost_testing\boost\bin.v2\libs\filesystem\build\msvc-7.1\release\link-static\threading-multi\operations.obj.rsp
"c:\Documents and Settings\David\My Documents\boost_testing\boost\libs\filesystem\src\operations.cpp"
 -Fo"c:\Documents and Settings\David\My Documents\boost_testing\boost\bin.v2\libs\filesystem\build\msvc-7.1\release\link-static\threading-multi\operations.obj"
   -TP
 /O2
 /Ob2
 /W3
 /GR
 /MD
 /Zc:forScope
 /Zc:wchar_t
 /Ogiy
 /Gs
 /Ot
 /GB
 /Op
 /wd4675
 /EHs
 -c

-DBOOST_ALL_NO_LIB=1

-DBOOST_All_STATIC_LINK=1

-DBOOST_SYSTEM_STATIC_LINK=1

-DNDEBUG

"-I/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost"

compile-c-c++ /cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost/bin.v2/libs/filesystem/build/msvc-7.1/release/link-static/threading-multi/operations.obj

    cmd.exe /S /C call "C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\vcvars32.bat" >nul "&&" cl /Zm800 -nologo @"c:\Documents and Settings\David\My Documents\boost_testing\boost\bin.v2\libs\filesystem\build\msvc-7.1\release\link-static\threading-multi\operations.obj.rsp"

...failed compile-c-c++ /cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost/bin.v2/libs/filesystem/build/msvc-7.1/release/link-static/threading-multi/operations.obj...

file c:\Documents and Settings\David\My Documents\boost_testing\boost\bin.v2\libs\filesystem\build\msvc-7.1\release\link-static\threading-multi\path.obj.rsp
"c:\Documents and Settings\David\My Documents\boost_testing\boost\libs\filesystem\src\path.cpp"
 -Fo"c:\Documents and Settings\David\My Documents\boost_testing\boost\bin.v2\lib
s\filesystem\build\msvc-7.1\release\link-static\threading-multi\path.obj"
   -TP
 /O2
 /Ob2
 /W3
 /GR
 /MD
 /Zc:forScope
 /Zc:wchar_t
 /Ogiy
 /Gs
 /Ot
 /GB
 /Op
 /wd4675
 /EHs
 -c

-DBOOST_ALL_NO_LIB=1

-DBOOST_All_STATIC_LINK=1

-DBOOST_SYSTEM_STATIC_LINK=1

-DNDEBUG

"-I/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost"

compile-c-c++ /cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost/bin.v2/libs/filesystem/build/msvc-7.1/release/link-static/threading-multi/path.obj

    cmd.exe /S /C call "C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\vcvars32.bat" >nul "&&" cl /Zm800 -nologo @"c:\Documents and Settings\David\My Documents\boost_testing\boost\bin.v2\libs\filesystem\build\msvc-7.1\release\link-static\threading-multi\path.obj.rsp"

...failed compile-c-c++ /cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost/bin.v2/libs/filesystem/build/msvc-7.1/release/link-static/threading-multi/path.obj...

file c:\Documents and Settings\David\My Documents\boost_testing\boost\bin.v2\libs\filesystem\build\msvc-7.1\release\link-static\threading-multi\portability.obj.rsp
"c:\Documents and Settings\David\My Documents\boost_testing\boost\libs\filesystem\src\portability.cpp"
 -Fo"c:\Documents and Settings\David\My Documents\boost_testing\boost\bin.v2\libs\filesystem\build\msvc-7.1\release\link-static\threading-multi\portability.obj"

   -TP
 /O2
 /Ob2
 /W3
 /GR
 /MD
 /Zc:forScope
 /Zc:wchar_t
 /Ogiy
 /Gs
 /Ot
 /GB
 /Op
 /wd4675
 /EHs
 -c

-DBOOST_ALL_NO_LIB=1

-DBOOST_All_STATIC_LINK=1

-DBOOST_SYSTEM_STATIC_LINK=1

-DNDEBUG

"-I/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost"

compile-c-c++ /cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost/bin.v2/libs/filesystem/build/msvc-7.1/release/link-static/threading-multi/portability.obj

    cmd.exe /S /C call "C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\vcvars32.bat" >nul "&&" cl /Zm800 -nologo @"c:\Documents and Settings\David\My Documents\boost_testing\boost\bin.v2\libs\filesystem\build\msvc-7.1\release\link-static\threading-multi\portability.obj.rsp"

...failed compile-c-c++ /cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost/bin.v2/libs/filesystem/build/msvc-7.1/release/link-static/threading-multi/portability.obj...

file c:\Documents and Settings\David\My Documents\boost_testing\boost\bin.v2\libs\filesystem\build\msvc-7.1\release\link-static\threading-multi\utf8_codecvt_facet.obj.rsp
"c:\Documents and Settings\David\My Documents\boost_testing\boost\libs\filesystem\src\utf8_codecvt_facet.cpp"
 -Fo"c:\Documents and Settings\David\My Documents\boost_testing\boost\bin.v2\libs\filesystem\build\msvc-7.1\release\link-static\threading-multi\utf8_codecvt_facet.obj"
   -TP
 /O2
 /Ob2
 /W3
 /GR
 /MD
 /Zc:forScope
 /Zc:wchar_t
 /Ogiy
 /Gs
 /Ot
 /GB
 /Op
 /wd4675
 /EHs
 -c

-DBOOST_ALL_NO_LIB=1

-DBOOST_All_STATIC_LINK=1

-DBOOST_SYSTEM_STATIC_LINK=1

-DNDEBUG

"-I/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost"

compile-c-c++ /cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost/bin.v2/libs/filesystem/build/msvc-7.1/release/link-static/threading-multi/utf8_codecvt_facet.obj

    cmd.exe /S /C call "C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\vcvars32.bat" >nul "&&" cl /Zm800 -nologo @"c:\Documents and Settings\David\My Documents\boost_testing\boost\bin.v2\libs\filesystem\build\msvc-7.1\release\link-static\threading-multi\utf8_codecvt_facet.obj.rsp"

...failed compile-c-c++ /cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost/bin.v2/libs/filesystem/build/msvc-7.1/release/link-static/threading-multi/utf8_codecvt_facet.obj...
...skipped <p/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost/bin.v2/libs/filesystem/build/msvc-7.1/release/link-static/threading-multi>libboost_filesystem-vc71-mt-1_35.lib for lack of <p/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost/bin.v2/libs/filesystem/build/msvc-7.1/release/link-static/threading-multi>operations.obj...
MkDir1 /cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost/bin.v2/libs/system

    mkdir "/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost/bin.v2/libs/system"

MkDir1 /cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost/bin.v2/libs/system/build

    mkdir "/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost/bin.v2/libs/system/build"

MkDir1 /cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost/bin.v2/libs/system/build/msvc-7.1

    mkdir "/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost/bin.v2/libs/system/build/msvc-7.1"

MkDir1 /cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost/bin.v2/libs/system/build/msvc-7.1/release

    mkdir "/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost/bin.v2/libs/system/build/msvc-7.1/release"

MkDir1 /cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost/bin.v2/libs/system/build/msvc-7.1/release/link-static

    mkdir "/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost/bin.v2/libs/system/build/msvc-7.1/release/link-static"

MkDir1 /cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost/bin.v2/libs/system/build/msvc-7.1/release/link-static/threading-multi

    mkdir "/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost/bin.v2/libs/system/build/msvc-7.1/release/link-static/threading-multi"

file c:\Documents and Settings\David\My Documents\boost_testing\boost\bin.v2\libs\system\build\msvc-7.1\release\link-static\threading-multi\error_code.obj.rsp
"c:\Documents and Settings\David\My Documents\boost_testing\boost\libs\system\src\error_code.cpp"
 -Fo"c:\Documents and Settings\David\My Documents\boost_testing\boost\bin.v2\libs\system\build\msvc-7.1\release\link-static\threading-multi\error_code.obj"
   -TP
 /O2
 /Ob2
 /W3
 /GR
 /MD
 /Zc:forScope
 /Zc:wchar_t
 /Ogiy
 /Gs
 /Ot
 /GB
 /Op
 /wd4675
 /EHs
 -c

-DBOOST_ALL_NO_LIB=1

-DBOOST_SYSTEM_STATIC_LINK=1

-DNDEBUG

"-I/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost"

compile-c-c++ /cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost/bin.v2/libs/system/build/msvc-7.1/release/link-static/threading-multi/error_code.obj

    cmd.exe /S /C call "C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\vcvars32.bat" >nul "&&" cl /Zm800 -nologo @"c:\Documents and Settings\David\My Documents\boost_testing\boost\bin.v2\libs\system\build\msvc-7.1\release\link-static\threading-multi\error_code.obj.rsp"

...failed compile-c-c++ /cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost/bin.v2/libs/system/build/msvc-7.1/release/link-static/threading-multi/error_code.obj...
...skipped <p/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost/bin.v2/libs/system/build/msvc-7.1/release/link-static/threading-multi>libboost_system-vc71-mt-1_35.lib for lack of <p/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/boost/bin.v2/libs/system/build/msvc-7.1/release/link-static/threading-multi>error_code.obj...
...skipped <pbin/msvc-7.1/release/threading-multi>process_jam_log.exe for lack of <pbin/msvc-7.1/release/threading-multi>process_jam_log.obj...
...failed updating 7 targets...
...skipped 3 targets...
...updated 18 targets...
# Searching for "process_jam_log" in "/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/tools_regression/build"...
Traceback (most recent call last):
  File "run.py", line 60, in <module>
    runner(root)
  File "/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/tools_regression_src/regression.py", line 186, in __init__
    self.main()
  File "/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/tools_regression_src/regression.py", line 493, in main
    getattr(self,action_m)()
  File "/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/tools_regression_src/regression.py", line 450, in command_regression
    self.command_setup()
  File "/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/tools_regression_src/regression.py", line 292, in command_setup
    self.build_if_needed(self.process_jam_log,self.pjl_toolset)
  File "/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/tools_regression_src/regression.py", line 592, in build_if_needed
    tool[ 'build_path' ] = self.tool_path( tool )
  File "/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/tools_regression_src/regression.py", line 617, in tool_path
    , '\n'.join( [ name_or_spec[ 'path' ], build_dir ] )
Exception: Cannot find "process_jam_log" in any of the following locations:
/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/process_jam_log
/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/tools_regression/build


# Preinstalled "/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/bjam" is not found; building one...
# Found "bjam" source directory "/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/tools_bjam"
# Building "bjam" (./build.sh )...
###
### Using 'gcc' toolset.
###
rm -rf bootstrap
mkdir bootstrap
gcc -o bootstrap/jam0 command.c compile.c debug.c expand.c glob.c hash.c hdrmacro.c headers.c jam.c jambase.c jamgram.c lists.c make.c make1.c newstr.c option.c output.c parse.c pathunix.c pathvms.c regexp.c rules.c scan.c search.c subst.c timestamp.c variable.c modules.c strings.c filesys.c builtins.c pwd.c class.c native.c w32_getreg.c modules/set.c modules/path.c modules/regex.c modules/property-set.c modules/sequence.c modules/order.c execunix.c fileunix.c
./bootstrap/jam0 -f build.jam --toolset=gcc --toolset-root= clean
...found 1 target...
...updating 1 target...
[DELETE] clean
...updated 1 target...
./bootstrap/jam0 -f build.jam --toolset=gcc --toolset-root=
...found 47 targets...
...updating 1 target...
[COMPILE] bin.cygwinx86/bjam.exe
...updated 1 target...
# Searching for "bjam" in "/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/tools_bjam"...
Traceback (most recent call last):
  File "run.py", line 60, in <module>
    runner(root)
  File "/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/tools_regression_src/regression.py", line 186, in __init__
    self.main()
  File "/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/tools_regression_src/regression.py", line 493, in main
    getattr(self,action_m)()
  File "/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/tools_regression_src/regression.py", line 450, in command_regression
    self.command_setup()
  File "/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/tools_regression_src/regression.py", line 291, in command_setup
    self.build_if_needed(self.bjam,self.bjam_toolset)
  File "/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/tools_regression_src/regression.py", line 592, in build_if_needed
    tool[ 'build_path' ] = self.tool_path( tool )
  File "/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/tools_regression_src/regression.py", line 617, in tool_path
    , '\n'.join( [ name_or_spec[ 'path' ], build_dir ] )
Exception: Cannot find "bjam" in any of the following locations:
/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/bjam
/cygdrive/c/Documents and Settings/David/My Documents/boost_testing/tools_bjam


Boost-testing list run by mbergal at meta-comm.com