Boost logo

Boost Testing :

From: K. Noel Belcourt (kbelco_at_[hidden])
Date: 2007-09-16 22:01:12


On Sep 16, 2007, at 4:11 PM, Rene Rivera wrote:

> K. Noel Belcourt wrote:
>> When checking my results this afternoon I noticed this error message
>> (no file specified!) that I've never seen before. It occurs while
>> trying to build process jam log. It seems like this was working fine
>> up until just recently.
> [...]
>> src/bin.linux/bjam" --v2 "-sBOOST_BUILD_PATH=/var/scratch2/boost" "-
>> sBOOST_ROOT=/var/scratch2/boost/boost" gcc)...
> [...]
>> no file specified!
>
> Weird. I don't see that problem on my Linux run that is currently
> running (source timestamp of 2007-09-16T21:41:03Z).

Well I just retried it on Linux and on Sun, same message. Everything
looks okay but it would help if I knew what file was missing? I've
included the entire regression.py output from the Sun.

-- Noel

# Getting sources (2007-09-17T01:54:36Z)...
# Downloading "http://beta.boost.org/development/snapshot.php/trunk"
to "/sierra/Dev/kbelco/boost"...
# Looking for old unpacked archives...
# Unpacking boost tarball ("/sierra/Dev/kbelco/boost/boost-
trunk.tar.bz2")...
# Unpacked into directory "/sierra/Dev/kbelco/boost/boost-
trunk-2007-09-16-21-54-36-EDT"
# Renaming "/sierra/Dev/kbelco/boost/boost-trunk-2007-09-16-21-54-36-
EDT" into "/sierra/Dev/kbelco/boost/boost"
# Found patch file "/sierra/Dev/kbelco/boost/patch_boost". Executing it.
# Preinstalled "/sierra/Dev/kbelco/boost/bjam" is not found; building
one...
# Found "bjam" source directory "/sierra/Dev/kbelco/boost/boost/tools/
jam/src"
# Building "bjam" (./build.sh sun)...
###
### Using 'sun' toolset.
###
rm -rf bootstrap
mkdir bootstrap
cc -o bootstrap/jam0 command.c compile.c debug.c execunix.c expand.c
fileunix.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
execnt.c filent.c
command.c:
compile.c:
debug.c:
execunix.c:
expand.c:
fileunix.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:
execnt.c:
filent.c:
./bootstrap/jam0 -f build.jam --toolset=sun --toolset-root=/opt/
SUNWspro/ clean
...found 1 target...
...updating 1 target...
...updated 1 target...
./bootstrap/jam0 -f build.jam --toolset=sun --toolset-root=/opt/
SUNWspro/
...found 47 targets...
...updating 2 targets...
[MKDIR] bin.solaris
[COMPILE] bin.solaris/bjam
command.c:
compile.c:
debug.c:
expand.c:
glob.c:
hash.c:
hcache.c:
headers.c:
hdrmacro.c:
jam.c:
jambase.c:
jamgram.c:
lists.c:
make.c:
make1.c:
mem.c:
newstr.c:
option.c:
output.c:
parse.c:
regexp.c:
rules.c:
scan.c:
search.c:
subst.c:
w32_getreg.c:
timestamp.c:
variable.c:
modules.c:
strings.c:
filesys.c:
builtins.c:
pwd.c:
class.c:
native.c:
modules/set.c:
modules/path.c:
modules/regex.c:
modules/property-set.c:
modules/sequence.c:
modules/order.c:
execunix.c:
fileunix.c:
pathunix.c:
...updated 2 targets...
# Searching for "bjam" in "/sierra/Dev/kbelco/boost/boost/tools/jam/
src"...
# bjam succesfully built in "/sierra/Dev/kbelco/boost/boost/tools/jam/
src/bin.solaris/bjam" location
# Preinstalled "/sierra/Dev/kbelco/boost/process_jam_log" is not
found; building one...
# Found "process_jam_log" source directory "/sierra/Dev/kbelco/boost/
boost/tools/regression/build"
# Building "process_jam_log" ("/sierra/Dev/kbelco/boost/boost/tools/
jam/src/bin.solaris/bjam" --v2 "-sBOOST_BUILD_PATH=/sierra/Dev/kbelco/
boost" "-sBOOST_ROOT=/sierra/Dev/kbelco/boost/boost" sun address-
model=64)...
sh: /usr/bin/g++-3.3: not found
sh: /usr/bin/g++: not found
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.
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).
no file specified!
# Searching for "process_jam_log" in "/sierra/Dev/kbelco/boost/boost/
dist/bin"...
# Sending report to "kbelco_at_[hidden]"
# Sending mail through "mail.sandia.gov"...
Traceback (most recent call last):
   File "regression.py", line 1019, in <module>
     commands[ command ]( **accept_args( args ) )
   File "regression.py", line 812, in regression
     v2, [] )
   File "regression.py", line 459, in setup
     build_if_needed( process_jam_log, pjl_toolset, toolsets, v2 )
   File "regression.py", line 405, in build_if_needed
     tool[ 'build_path' ] = tool_path( tool, v2 )
   File "regression.py", line 368, in tool_path
     , '\n'.join( [ name_or_spec[ 'path' ], build_path_root ] )
Exception: Cannot find "process_jam_log" in any of the following
locations:
/sierra/Dev/kbelco/boost/process_jam_log
/sierra/Dev/kbelco/boost/boost/dist/bin


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