Boost logo

Boost :

From: Thomas Wenisch (twenisch_at_[hidden])
Date: 2004-01-20 13:08:36


Hi Dave,

On Tue, 20 Jan 2004, David Abrahams wrote:

> I apologize to the list for the length of that post; I gave him a
> poor grep expression :(

Ok, I ran the better grep expression you sent me privately, and the much
more reasonable output (< 50 lines) is attached below. My apologies for
not deleting the previous post. I assumed that, when it bounced off the
list, it would not be posted.

>
> is there a file called "Jamfile" in the current directory when you do
> the bjam invocation?
>

There is not. There is a file called "jamfile" with lowercase j. If I
rename this to Jamfile, I get a large number of errors similar to the
following:

Jamfile:10: in load-jamfiles
warning: unknown rule import
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/bootstrap.jam:15: in
boost-build
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/boost-build.jam:17: in
module scope
test_vector text_archive
Jamfile:69: in test-bsl-run_files
warning: unknown rule run
Jamfile:114: in load-jamfiles
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/bootstrap.jam:15: in
boost-build
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/boost-build.jam:17: in
module scope
test_vector text_warchive

This goes on for several hundred lines.

Is it possible I am trying to launch bjam from the wrong directory? I am
in $(BOOST_ROOT)/libs/serialization/test when I ran the above command.

Robert,

is it possible that something is broken in serialization13.zip? Is there
a newer serialization release that I should try?

Thanks for all the help.

Regards,
-Tom Wenisch
Computer Architecture Lab
Carnegie Mellon University

jambase.c:14:>>>> set dir = /afs/ece.cmu.edu/project/impetus/partitions/vol6/boost
jambase.c:15:>>>> GLOB /afs/ece.cmu.edu/project/impetus/partitions/vol6/boost : boost-build.jam
jambase.c:15:>>>> set globs = /afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/boost-build.jam
jambase.c:55:>> local boost-build-files = /afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/boost-build.jam
jambase.c:58:>> set .boost-build-file = /afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/boost-build.jam
jambase.c:74:>> include /afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/boost-build.jam
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/boost-build.jam:1:>> set BOOST_ROOT = /afs/ece.cmu.edu/project/impetus/partitions/vol6/boost
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/boost-build.jam:17:>> boost-build tools/build
jambase.c:32:>>>> set BOOST_BUILD_PATH = /afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build
jambase.c:34:>>>> GLOB /afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build : bootstrap.jam
jambase.c:33:>>>> local bootstrap-file = /afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/bootstrap.jam
jambase.c:35:>>>> set .bootstrap-file = /afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/bootstrap.jam
jambase.c:49:>>>> include /afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/bootstrap.jam
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/bootstrap.jam:6:>>>> set SEARCH on <jam-module>allyourbase.jam = /afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/bootstrap.jam:7:>>>> include <jam-module>allyourbase.jam
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/allyourbase.jam:314:>>>> switch LINUX
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/allyourbase.jam:401:>>>> set CHMOD ?= chmod
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/allyourbase.jam:402:>>>> set LEX ?= lex
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/allyourbase.jam:403:>>>> set OPTIM ?= -O
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/allyourbase.jam:404:>>>> set RANLIB ?= ranlib

--
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/allyourbase.jam:515:>>>> NOTFILE all first shell files lib dll exe obj dirs clean uninstall test
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/allyourbase.jam:516:>>>> ALWAYS clean uninstall
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/allyourbase.jam:1137:>>>> set SOURCE_GENERATING_EXTENSIONS ?= .lpp .ypp .l .y
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/allyourbase.jam:1341:>>>> set gSUBDIR_GLOBALS = SUBDIR SUBDIR_TOKENS SEARCH_SOURCE LOCATE_SOURCE LOCATE_TARGET SOURCE_GRIST RELATIVE_SUBDIR RELATIVE_SUBDIR_TOKENS
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/bootstrap.jam:8:>>>> set SEARCH on <jam-module>boost-base.jam = /afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/bootstrap.jam:9:>>>> include <jam-module>boost-base.jam
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/boost-base.jam:76:>>>> set TOOLS ?= gcc
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/boost-base.jam:79:>>>> set SHARED_TYPES = DLL
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/boost-base.jam:80:>>>> set STATIC_TYPES = LIB
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/boost-base.jam:238:>>>> set RUN_PATH ?= /afs/ece/project/impetus/partitions/vol6/tools/intel/compiler70/ia32/bin /afs/ece/project/impetus/tools/gdb-5.3 /afs/ece/project/impetus/tools/gcc-3.3.2/bin /usr/bin/X11 /usr/afsws/bin /usr/local/bin /usr/local/j2sdk1.4.0/bin /usr/local/kde/bin /usr/X11R6/bin /usr/athena/bin /usr/afs/bin /usr/bin /bin /sbin /usr/sbin /usr/local/condor/bin /usr/local/condor/sbin . /afs/ece.cmu.edu/project/impetus/tools/fminit/bibframe-0.8.1/bin /usr/local/frame/bin /nfs/home/twenisch/batch /afs/ece.cmu.edu/project/impetus/tools/fminit/bibframe-0.8.1/bin
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/boost-base.jam:241:>>>> set RUN_LD_LIBRARY_PATH ?= /afs/ece/project/impetus/tools/gcc-3.3.2/lib /afs/ece/project/impetus/partitions/vol6/tools/intel/compiler70/ia32/lib
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/boost-base.jam:250:>>>> set PATH = /afs/ece/project/impetus/partitions/vol6/tools/intel/compiler70/ia32/bin /afs/ece/project/impetus/tools/gdb-5.3 /afs/ece/project/impetus/tools/gcc-3.3.2/bin /usr/bin/X11 /usr/afsws/bin /usr/local/bin /usr/local/j2sdk1.4.0/bin /usr/local/kde/bin /usr/X11R6/bin /usr/athena/bin /usr/afs/bin /usr/bin /bin /sbin /usr/sbin /usr/local/condor/bin /usr/local/condor/sbin . /afs/ece.cmu.edu/project/impetus/tools/fminit/bibframe-0.8.1/bin /usr/local/frame/bin /nfs/home/twenisch/batch /afs/ece.cmu.edu/project/impetus/tools/fminit/bibframe-0.8.1/bin
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/boost-base.jam:253:>>>> set LD_LIBRARY_PATH = /afs/ece/project/impetus/tools/gcc-3.3.2/lib /afs/ece/project/impetus/partitions/vol6/tools/intel/compiler70/ia32/lib
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/boost-base.jam:256:>>>> set DOLLAR = $
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/boost-base.jam:864:>>>> set SEARCH on <jam-module>features.jam = /afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/boost-base.jam:865:>>>> include <jam-module>features.jam
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/features.jam:8:>>>> feature profiling : off on
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/boost-base.jam:588:>>>>|> set gFEATURES += <profiling>
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/boost-base.jam:589:>>>>|> set gUNGRISTED(<profiling>) = profiling
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/boost-base.jam:590:>>>>|> set gFEATURE_VALUES(<profiling>) = off on
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/features.jam:10:>>>> feature struct-alignment : auto 1 2 4 8 16
--
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/boost-base.jam:712:>>>>|>>>>|>> set  = 
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/boost-base.jam:713:>>>>|>>>>|>> set gTARGET_VARIABLES = NEEDLIBS NEEDIMPS
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/boost-base.jam:714:>>>>|>>>>|>> set gTOOLSET_LIB_PATH = 
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/boost-base.jam:718:>>>>|>>>>|>> local gIN_INCLUDE_TOOLS = true
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/boost-base.jam:719:>>>>|>>>>|>> set SEARCH on <jam-module>gcc-tools.jam = /afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/boost-base.jam:720:>>>>|>>>>|>> include <jam-module>gcc-tools.jam
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/gcc-tools.jam:47:>>>>|>>>>|>> set-as-singleton GCC_ROOT_DIRECTORY GCC_BIN_DIRECTORY GCC_INCLUDE_DIRECTORY GCC_STDLIB_DIRECTORY
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/allyourbase.jam:484:>>>>|>>>>|>>>> set GCC_ROOT_DIRECTORY = 
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/allyourbase.jam:487:>>>>|>>>>|>>>> set gSINGLETON(GCC_ROOT_DIRECTORY) = 
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/allyourbase.jam:488:>>>>|>>>>|>>>> set gSINGLETON_SET(GCC_ROOT_DIRECTORY) = true
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/allyourbase.jam:490:>>>>|>>>>|>>>> set GCC_ROOT_DIRECTORY ?= 
--
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/allyourbase.jam:1631:>>>>|> local jamfile = 
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/allyourbase.jam:1632:>>>>|> local as-dependant = 
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/allyourbase.jam:1633:>>>>|> local gIN_LIB_INCLUDE = 
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/allyourbase.jam:1635:>>>>|> set gIN_LIB_INCLUDE = TRUE
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/allyourbase.jam:1640:>>>>|> set gINCLUDED_AS_DEPENDANT(Jamfile) = TRUE
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/allyourbase.jam:1641:>>>>|> include Jamfile
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/allyourbase.jam:1647:>>>>|> set gIN_LIB_INCLUDE = 
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/allyourbase.jam:1652:>>>>|> set gINCLUDED(#(jamfile-path)) = TRUE
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/allyourbase.jam:1653:>>>>|> include Jamfile
/afs/ece.cmu.edu/project/impetus/partitions/vol6/boost/tools/build/bootstrap.jam:25:>>>> MATCH ^(-).* : -d+5

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk