Boost logo

Boost Testing :

From: Carl Daniel (cpdaniel_at_[hidden])
Date: 2005-07-30 15:35:26


Aleksey Gurtovoy wrote:
> Assuming the latest 'regression.py'(CVS /
> http://www.meta-comm.com/engineering/boost/regression.py.gz),
>
> python regression.py get-source download

Worked fine.

>
> python regression.py cleanup

Not necessary - the machine starts clean.

> python regression.py get-source unpack

Worked.

> python regression.py update-itself

Can't do this - no internet access (I'll do it on machine A and push the
updated file through the VPN).

> python regression.py setup [--toolsets=...]

Having trouble here - unable to build bjam - looks like there's a problem
building bjam with VC8?

E:\cpdaniel\Dev\boost_regression>python regression.py setup
# Preinstalled "E:\cpdaniel\Dev\boost_regression\bjam.exe" is not found;
buildin
g one...
# Warning: No bootstrap toolset for "bjam.exe" was specified.
# Using default toolset for the platform ().
# Found "bjam.exe" source directory
"E:\cpdaniel\Dev\boost_regression\boost\tool
s\build\jam_src"
# Building "bjam.exe" (build.bat )...

E:\cpdaniel\Dev\boost_regression>cd
"E:\cpdaniel\Dev\boost_regression\boost\tool
s\build\jam_src"

E:\cpdaniel\Dev\boost_regression\boost\tools\build\jam_src>build.bat
Setting environment for using Microsoft Visual Studio .NET 2003 tools.
(If you have another version of Visual Studio or Visual C++ installed and
wish
to use its tools from the command line, run vcvars32.bat for that version.)
###
### Using 'vc7' toolset.
###

E:\cpdaniel\Dev\boost_regression\boost\tools\build\jam_src>rd /S /Q
bootstrap

E:\cpdaniel\Dev\boost_regression\boost\tools\build\jam_src>md bootstrap

E:\cpdaniel\Dev\boost_regression\boost\tools\build\jam_src>cl /nologo /GZ
/Zi /M
Ld -DNT -DYYDEBUG kernel32.lib advapi32.lib /Febootstrap\jam0 command.c
compile
.c execnt.c execunix.c execvms.c expand.c filent.c fileos2.c fileunix.c
filevms.
c glob.c hash.c hdrmacro.c headers.c jam.c jambase.c jamgram.c lists.c
make.c ma
ke1.c newstr.c option.c parse.c pathunix.c pathvms.c regexp.c rules.c scan.c
sea
rch.c subst.c timestamp.c variable.c modules.c strings.c filesys.c
builtins.c pw
d.c class.c w32_getreg.c native.c modules/set.c modules/path.c
modules/regex.c
modules/property-set.c modules/sequence.c modules/order.c
command.c
compile.c
execnt.c
execunix.c
execunix.c(12) : fatal error C1083: Cannot open include file: 'unistd.h': No
suc
h file or directory
execvms.c
expand.c
filent.c
fileos2.c
fileunix.c
filevms.c
glob.c
hash.c
hdrmacro.c
headers.c
jam.c
jambase.c
jamgram.c
lists.c
make.c
make1.c
Generating Code...
Compiling...
newstr.c
option.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
w32_getreg.c
native.c
Generating Code...
Compiling...
set.c
path.c
regex.c
property-set.c
sequence.c
order.c
Generating Code...
# Searching for "bjam.exe" in
"E:\cpdaniel\Dev\boost_regression\boost\tools\buil
d\jam_src"...
Traceback (most recent call last):
  File "regression.py", line 882, in ?
    commands[ command ]( **accept_args( args ) )
  File "regression.py", line 433, in setup
    build_if_needed( bjam, bjam_toolset, toolsets )
  File "regression.py", line 384, in build_if_needed
    tool[ 'build_path' ] = tool_path( tool )
  File "regression.py", line 345, in tool_path
    raise Exception( 'Cannot find "%s" in any of the following
locations:\n%s' %
 (
Exception: Cannot find "bjam.exe" in any of the following locations:
E:\cpdaniel\Dev\boost_regression\bjam.exe
E:\cpdaniel\Dev\boost_regression\boost\tools\build\jam_src

E:\cpdaniel\Dev\boost_regression>


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