Boost logo

Boost Testing :

From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2007-03-16 10:44:20


David Abrahams wrote:
> on Fri Mar 16 2007, Markus Schöpflin <markus.schoepflin-AT-comsoft.de> wrote:
>
>> I get the following error message in my builds:
>>
>> /vol2/boost/boost/tools/build/v2/build/feature.jam:432: in
>
> Can you please post your user-config.jam (and site-config.jam if you
> use one) and the initial output of running bjam with
> --debug-configuration?

Here is my full user-config.jam. I don't use site-config.jam. Note that I
only use the hp_cxx toolsets at the moment.

---%<---
import toolset : using ;

using hp_cxx
   : # Version
   65_042_tru64
   : # Commands
   : # Options
   <compileflags>"-version V6.5-042 -ieee -msg_disable
badppdirkey,nostdlonglong"
   <linkflags>"-version V6.5-042 -ieee -use_non_shared_libcxx"
   ;

using hp_cxx
   : # Version
   71_006_tru64
   : # Commands
   : # Options
   <compileflags>"-version V7.1-006 -ieee -msg_disable
badppdirkey,nostdlonglong"
   <linkflags>"-version V7.1-006 -ieee -use_non_shared_libcxx"
   ;

using gcc
   : # Version
   3_4_3_tru64
   : # Commands
   /opt/gcc-3.4.3/bin/g++
   : # Options
   <compileflags>"-mieee"
   <linkflags>"-mieee"
   ;

using gcc
   : # Version
   4_0_3_tru64
   : # Commands
   /opt/gcc-4.0.3/bin/g++
   : # Options
   <compileflags>"-mieee -g0"
   <linkflags>"-mieee -s"
   ;

using gcc
   : # Version
   4_1_1_tru64
   : # Commands
   /opt/gcc-4.1.1/bin/g++
   : # Options
   <compileflags>"-mieee -gcoff"
   <linkflags>"-mieee -gcoff"
   ;

using python : 2.4 : /opt/Python-2.4.1 ;
--->%---

and here is the output produced by
/vol2/boost/boost/tools/jam/src/bin.osf/bjam --v2 --debug-configuration
"-sBOOST_BUILD_PATH=/vol2/boost" "-sBOOST_ROOT=/vol2/boost/boost"
hp_cxx-65_042_tru64:

---%<---
notice: found boost-build.jam at /vol2/boost/boost/boost-build.jam
notice: loading Boost.Build from /vol2/boost/boost/tools/build/v2
notice: searching "/etc" "/net/homes/schoepf" "/vol2/boost"
"/vol2/boost/boost/tools/build/v2"
"/vol2/boost/boost/tools/build/v2/kernel"
"/vol2/boost/boost/tools/build/v2/util"
"/vol2/boost/boost/tools/build/v2/build"
"/vol2/boost/boost/tools/build/v2/tools"
"/vol2/boost/boost/tools/build/v2/new" "/vol2/boost/boost/tools/build/v2/."
for "site-config.jam"
notice: loading site-config.jam from
/vol2/boost/boost/tools/build/v2/site-config.jam
notice: searching "/net/homes/schoepf" "/vol2/boost"
"/vol2/boost/boost/tools/build/v2"
"/vol2/boost/boost/tools/build/v2/kernel"
"/vol2/boost/boost/tools/build/v2/util"
"/vol2/boost/boost/tools/build/v2/build"
"/vol2/boost/boost/tools/build/v2/tools"
"/vol2/boost/boost/tools/build/v2/new" "/vol2/boost/boost/tools/build/v2/."
for "user-config.jam"
notice: loading user-config.jam from /vol2/boost/user-config.jam
notice: using gcc libraries :: <toolset>gcc-3_4_3_tru64 ::
/opt/gcc-3.4.3/bin /opt/gcc-3.4.3/lib /opt/gcc-3.4.3/lib32 /opt/gcc-3.4.3/lib64
notice: using gcc archiver :: <toolset>gcc-3_4_3_tru64 :: ar
warning: toolset gcc initialization: can't find tool windres
warning: initialized from
notice: using rc compiler :: <toolset>gcc-3_4_3_tru64 :: as
notice: using gcc libraries :: <toolset>gcc-4_0_3_tru64 ::
/opt/gcc-4.0.3/bin /opt/gcc-4.0.3/lib /opt/gcc-4.0.3/lib32 /opt/gcc-4.0.3/lib64
notice: using gcc archiver :: <toolset>gcc-4_0_3_tru64 :: ar
warning: toolset gcc initialization: can't find tool windres
warning: initialized from
notice: using rc compiler :: <toolset>gcc-4_0_3_tru64 :: as
notice: using gcc libraries :: <toolset>gcc-4_1_1_tru64 ::
/opt/gcc-4.1.1/bin /opt/gcc-4.1.1/lib /opt/gcc-4.1.1/lib32 /opt/gcc-4.1.1/lib64
notice: using gcc archiver :: <toolset>gcc-4_1_1_tru64 :: ar
warning: toolset gcc initialization: can't find tool windres
warning: initialized from
notice: using rc compiler :: <toolset>gcc-4_1_1_tru64 :: as
notice: [python-cfg] Configuring python...
notice: [python-cfg] user-specified version: "2.4"
notice: [python-cfg] Checking interpreter command
"/opt/Python-2.4.1/bin/python2.4"...
notice: [python-cfg] ...requested configuration matched!
notice: [python-cfg] Python interpreter command is
"/opt/Python-2.4.1/bin/python2.4"
notice: [python-cfg] Python include path is
"/opt/Python-2.4.1/include/python2.4"
notice: [python-cfg] Python library path is
"/opt/Python-2.4.1/lib/python2.4/config" "/opt/Python-2.4.1/lib"
/vol2/boost/boost/tools/build/v2/build/feature.jam:432: in
feature.validate-value-string from module feature
error: "gcc:<source>rt" is not a known value of feature <toolset>
error: legal values: "hp_cxx" "gcc"
/vol2/boost/boost/tools/build/v2/build/property.jam:267: in validate1 from
module property
/vol2/boost/boost/tools/build/v2/build/property.jam:290: in validate from
module property
/vol2/boost/boost/tools/build/v2/build/property.jam:298: in
property.validate-property-sets from module property
/vol2/boost/boost/tools/build/v2/build/toolset.jam:148: in flags from
module toolset
/vol2/boost/boost/tools/build/v2/tools/python.jam:803: in configure from
module python
/vol2/boost/boost/tools/build/v2/tools/python.jam:103: in python.init from
module python
/vol2/boost/boost/tools/build/v2/build/toolset.jam:27: in using from module
toolset
/vol2/boost/user-config.jam:51: in modules.load from module user-config
/vol2/boost/boost/tools/build/v2/build-system.jam:95: in load-config from
module build-system
/vol2/boost/boost/tools/build/v2/build-system.jam:143: in load from module
build-system
/vol2/boost/boost/tools/build/v2/kernel/modules.jam:261: in import from
module modules
/vol2/boost/boost/tools/build/v2/kernel/bootstrap.jam:132: in boost-build
from module
/vol2/boost/boost/boost-build.jam:9: in module scope from module
--->%---

Markus


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