Boost logo

Boost Testing :

From: Robert Ramey (ramey_at_[hidden])
Date: 2007-08-30 12:58:10


I've run the regression.py on my windows xp system script. It produces a log
which contains
the following: But
a) it seems end alot sooner than I expect.
b) I've explicitly requrested msvc-7.1 as the toolset - but it seems to like
my cygwin directory.
c) No results appear on the trunk testing page.

Just make sure - ran it again the next day - same results.

Then I looked into the bjam.log in the results directory - see below: Among
a lot of
miscelaneous stuff I find:

error: Unable to find file or target named
error: '/boost/python//boost_python'
error: referred from project at
error: '../libs/parameter/test'

which I don't expect to see.

What am I doing wrong and how can I fix this.

Robert Ramey

**** regression.py output *****

$ python regression.py --runner Ramey --toolsets=msvc-7.1 &
[1] 2912
$ # Cleaning up "/cygdrive/c/boostrtest/boost" directory ...
# Cleaning up "/cygdrive/c/boostrtest/boost/bin" directory ...# Cleaning up
"/cygdrive/c/boostrtest/boost/bin.v2" directory ...
# Cleaning up "/cygdrive/c/boostrtest/results" directory ...
# Getting sources (2007-08-29T20:37:08Z)...
# Downloading
"http://engineering.meta-comm.com/boost/snapshot/boost-trunk.tar.b

z2" to "/cygdrive/c/boostrtest"...
# Looking for old unpacked archives...
# Unpacking boost tarball ("/cygdrive/c/boostrtest/boost-trunk.tar.bz2")...
# Unpacked into directory
"/cygdrive/c/boostrtest/boost-trunk-07-08-27-0433"

# Renaming "/cygdrive/c/boostrtest/boost-trunk-07-08-27-0433" into
"/cygdrive/c/

boostrtest/boost"
# Found preinstalled "/cygdrive/c/boostrtest/bjam"; will use it.
# Found preinstalled "/cygdrive/c/boostrtest/process_jam_log"; will use it.
# Making "/cygdrive/c/boostrtest/results" directory...
# Starting tests ("/cygdrive/c/boostrtest/bjam" --v2
"-sBOOST_BUILD_PATH=/cygdri

ve/c/boostrtest" "-sBOOST_ROOT=/cygdrive/c/boostrtest/boost"
msvc-7.1 -d2 --dump

-tests "--build-dir=/cygdrive/c/boostrtest/results"
>>"/cygdrive/c/boostrtest/r

esults/bjam.log" 2>&1)...
# Getting test case results out of
"/cygdrive/c/boostrtest/results/bjam.log"...
boost_root: c:/boostrtest/boost
locate_root: c:/boostrtest/boost/status/cygdrive/c/boostrtest/results
no errors detected
# Publishing test logs ...
# Walking directory "/cygdrive/c/boostrtest/results" ...
# Collecting test logs into "/cygdrive/c/boostrtest/results/Ramey.xml"...
# Reading comments file "/cygdrive/c/boostrtest/comment.html"...
# Collecting test logs ...
# Walking directory "/cygdrive/c/boostrtest/results" ...
# Done writing "/cygdrive/c/boostrtest/results/Ramey.xml".
# Compressing "/cygdrive/c/boostrtest/results/Ramey.xml"...
# Done writing "/cygdrive/c/boostrtest/results/Ramey.zip".
# Uploading log archive "/cygdrive/c/boostrtest/results/Ramey.zip" to
ftp://fx.m

eta-comm.com/boost-regression/trunk
# Compressing "/cygdrive/c/boostrtest/results/bjam.log"...
# Done writing
"/cygdrive/c/boostrtest/results/Ramey.2007-08-29-20-37-08.log.zip

".
# Uploading log archive
"/cygdrive/c/boostrtest/results/Ramey.2007-08-29-20-37-0

8.log.zip" to ftp://fx.meta-comm.com/boost-regression/trunk/logs
# Collecting files for BoostBook into
"/cygdrive/c/boostrtest/results/boostbook.

zip"...
# Uploading log archive "/cygdrive/c/boostrtest/results/boostbook.zip" to
ftp://

fx.meta-comm.com/boost-regression/trunk
# Updating /cygdrive/c/boostrtest/regression.py from
/cygdrive/c/boostrtest/boos

t/tools/regression/xsl_reports/runner/regression.py...
# Checking modification dates...
# Warning: The current version of script appears to be newer than the
source.
# Update skipped.

**** results/bjam.log

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.
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.
warning: Python location is not configured
warning: the Boost.Python library won't be built
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 "msvc".
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

error: Unable to find file or target named
error: '/boost/python//boost_python'
error: referred from project at
error: '../libs/parameter/test'

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.
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.
warning: Python location is not configured
warning: the Boost.Python library won't be built
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 "msvc".
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

error: Unable to find file or target named
error: '/boost/python//boost_python'
error: referred from project at
error: '../libs/parameter/test'


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