A boost/Jamroot A boost/boost.css U boost Checked out revision 41288. # Found patch file "/private/tmp/kbelco/boost/patch_boost". Executing it. # Preinstalled "/private/tmp/kbelco/boost/bjam" is not found; building one... # Found "bjam" source directory "/private/tmp/kbelco/boost/tools_bjam" # Building "bjam" (./build.sh darwin)... ### ### Using 'darwin' toolset. ### rm -rf bootstrap mkdir bootstrap cc -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=darwin --toolset-root= clean ...found 1 target... ...updating 1 target... ...updated 1 target... ./bootstrap/jam0 -f build.jam --toolset=darwin --toolset-root= ...found 47 targets... ...updating 2 targets... [MKDIR] bin.macosxx86 [COMPILE] bin.macosxx86/bjam ...updated 2 targets... # Searching for "bjam" in "/private/tmp/kbelco/boost/tools_bjam"... # bjam succesfully built in "/private/tmp/kbelco/boost/tools_bjam/bin.macosxx86/bjam" location # Preinstalled "/private/tmp/kbelco/boost/process_jam_log" is not found; building one... # Found "process_jam_log" source directory "/private/tmp/kbelco/boost/tools_regression/build" # Building "process_jam_log" ("/private/tmp/kbelco/boost/tools_bjam/bin.macosxx86/bjam" "-sBOOST_BUILD_PATH=/private/tmp/kbelco/boost:/private/tmp/kbelco/boost/tools_bb" "-sBOOST_ROOT=/private/tmp/kbelco/boost/boost" "--boost=/private/tmp/kbelco/boost/boost" "--boost-build=/private/tmp/kbelco/boost/tools_bb" "--debug-configuration" process_jam_log -d2 -l300 darwin)... notice: found boost-build.jam at /private/tmp/kbelco/boost/boost-build.jam notice: loading Boost.Build from /private/tmp/kbelco/boost/tools_bb notice: searching "/etc" "/home/kbelco" "/private/tmp/kbelco/boost/tools_bb" "/private/tmp/kbelco/boost" "/private/tmp/kbelco/boost/tools_bb" "/private/tmp/kbelco/boost/tools_bb/kernel" "/private/tmp/kbelco/boost/tools_bb/util" "/private/tmp/kbelco/boost/tools_bb/build" "/private/tmp/kbelco/boost/tools_bb/tools" "/private/tmp/kbelco/boost/tools_bb/new" "/private/tmp/kbelco/boost/tools_bb/." for "site-config.jam" notice: loading site-config.jam from /private/tmp/kbelco/boost/tools_bb/site-config.jam notice: searching "/home/kbelco" "/private/tmp/kbelco/boost/tools_bb" "/private/tmp/kbelco/boost" "/private/tmp/kbelco/boost/tools_bb" "/private/tmp/kbelco/boost/tools_bb/kernel" "/private/tmp/kbelco/boost/tools_bb/util" "/private/tmp/kbelco/boost/tools_bb/build" "/private/tmp/kbelco/boost/tools_bb/tools" "/private/tmp/kbelco/boost/tools_bb/new" "/private/tmp/kbelco/boost/tools_bb/." for "user-config.jam" notice: loading user-config.jam from /private/tmp/kbelco/boost/tools_bb/user-config.jam 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: "/System/Library/Frameworks/Python.framework/Versions/2.3/include/python2.3" notice: [python-cfg] library path: "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/config" "/System/Library/Frameworks/Python.framework/Versions/2.3/lib" notice: [python-cfg] no framework directory found; using library path 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). warning: No toolsets are configured. warning: Configuring default toolset "gcc". warning: If the default is wrong, you may not be able to build C++ programs. warning: Use the "--toolset=xxxxx" option to override our guess. warning: For more configuration options, please consult warning: http://boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html notice: will use 'g++' for gcc, condition gcc-4.0.1 notice: using gcc libraries :: gcc-4.0.1 :: /usr/bin /usr/lib /usr/lib32 /usr/lib64 notice: using gcc archiver :: gcc-4.0.1 :: /usr/bin/ar warning: toolset gcc initialization: can't find tool windres warning: initialized from notice: using rc compiler :: gcc-4.0.1 :: windres notice: could not find main target darwin notice: assuming it's a name of file to create don't know how to make darwin ...found 1 target... ...can't find 1 target... # Searching for "process_jam_log" in "/private/tmp/kbelco/boost/tools_regression/build"... Traceback (most recent call last): File "run.py", line 51, in ? runner(root) File "/private/tmp/kbelco/boost/tools_regression_src/regression.py", line 183, in __init__ self.main() File "/private/tmp/kbelco/boost/tools_regression_src/regression.py", line 476, in main getattr(self,action_m)() File "/private/tmp/kbelco/boost/tools_regression_src/regression.py", line 433, in command_regression self.command_setup() File "/private/tmp/kbelco/boost/tools_regression_src/regression.py", line 289, in command_setup self.build_if_needed(self.process_jam_log,self.pjl_toolset) File "/private/tmp/kbelco/boost/tools_regression_src/regression.py", line 575, in build_if_needed tool[ 'build_path' ] = self.tool_path( tool ) File "/private/tmp/kbelco/boost/tools_regression_src/regression.py", line 598, in tool_path raise Exception( 'Cannot find "%s" in any of the following locations:\n%s' % ( Exception: Cannot find "process_jam_log" in any of the following locations: /private/tmp/kbelco/boost/process_jam_log /private/tmp/kbelco/boost/tools_regression/build