Boost logo

Boost :

Subject: Re: [boost] Running Boost Regression Tests
From: frederic.bron_at_[hidden]
Date: 2008-12-02 16:48:02


> frederic.bron_at_[hidden] wrote:
> > OSError: [Errno 2] No such file or directory:
> '/soft/bal/usr/builds/boost_test/results/boost/bin.
> v2/libs/any/test/any_test.test'
> >
> > Any clue?
> >
>
> Are there any obvious problems in results/bjam.log?

Please find below the header of bjam.log, the errors found in it and the last lines:

notice: found boost-build.jam at /soft/bal/usr/builds/boost_test/boost/boost-build.jam
notice: loading Boost.Build from /soft/bal/usr/builds/boost_test/tools_bb
notice: Searching /etc /soft/bal /soft/bal/usr/builds/boost_test/tools_bb /soft/bal/usr/builds/boost_test /soft/bal/usr/builds/boost_test/tools_bb /soft/bal/usr/builds/boost_test/tools_bb/kernel
/soft/bal/usr/builds/boost_test/tools_bb/util /soft/bal/usr/builds/boost_test/tools_bb/build /soft/bal/usr/builds/boost_test/tools_bb/tools /soft/bal/usr/builds/boost_test/tools_bb/contrib
/soft/bal/usr/builds/boost_test/tools_bb/. for site-config configuration file site-config.jam .
notice: Loading site-config configuration file site-config.jam from /soft/bal/usr/builds/boost_test/tools_bb/site-config.jam .
notice: Searching /soft/bal /soft/bal/usr/builds/boost_test/tools_bb /soft/bal/usr/builds/boost_test /soft/bal/usr/builds/boost_test/tools_bb /soft/bal/usr/builds/boost_test/tools_bb/kernel
/soft/bal/usr/builds/boost_test/tools_bb/util /soft/bal/usr/builds/boost_test/tools_bb/build /soft/bal/usr/builds/boost_test/tools_bb/tools /soft/bal/usr/builds/boost_test/tools_bb/contrib
/soft/bal/usr/builds/boost_test/tools_bb/. for user-config configuration file user-config.jam .
notice: Loading user-config configuration file user-config.jam from /soft/bal/usr/builds/boost_test/tools_bb/user-config.jam .
notice: iostreams: using prebuilt zlib
notice: iostreams: using prebuilt bzip2
notice: [python-cfg] Configuring python...
notice: [python-cfg] Checking interpreter command "python"...
notice: [python-cfg] running command '"python" -c "from sys import *; print 'version=%d.%d\nplatform=%s\nprefix=%s\nexec_prefix=%s\nexecutable=%s' %
(version_info[0],version_info[1],platform,prefix,exec_prefix,executable)" 2>&1'
notice: [python-cfg] ...requested configuration matched!
notice: [python-cfg] Details of this Python configuration:
notice: [python-cfg] interpreter command: "python"
notice: [python-cfg] include path: "/usr/include/python2.3"
notice: [python-cfg] library path: "/usr/lib/python2.3/config" "/usr/lib"
warning: No toolsets are configured.
warning: Configuring default toolset "gcc".
warning: If the default is wrong, your build may not work correctly.
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
notice: will use 'g++' for gcc, condition <toolset>gcc-3.4.6
notice: using gcc libraries :: <toolset>gcc-3.4.6 :: /usr/bin /usr/lib /usr/lib32 /usr/lib64
notice: using gcc archiver :: <toolset>gcc-3.4.6 :: /usr/bin/ar
warning: toolset gcc initialization: can not find tool windres
warning: initialized from
notice: using rc compiler :: <toolset>gcc-3.4.6 :: /usr/bin/as
notice: could not find main target intel-linux-10.0
notice: assuming it is a name of file to create.
Building Boost.Regex with the optional Unicode/ICU support disabled.
Note: Please refer to the Boost.Regex documentation for more information
Note: this is a strictly optional feature.
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.
boost-test(COMPILE) "math/build/has_long_double_support" : "libs/math/build/has_long_double_support.cpp"
...

many lines with COMPILE_FAIL like this:

boost-test(COMPILE_FAIL) "any/any_cast_cv_failed" : "libs/any/test/any_cast_cv_failed.cpp"
boost-test(COMPILE_FAIL) "bimap/test_bimap_info_3" : "libs/bimap/test/compile_fail/test_bimap_info_3.cpp"
boost-test(COMPILE_FAIL) "bimap/test_bimap_info_2" : "libs/bimap/test/compile_fail/test_bimap_info_2.cpp"
boost-test(COMPILE_FAIL) "bimap/test_bimap_info_1" : "libs/bimap/test/compile_fail/test_bimap_info_1.cpp"
boost-test(COMPILE_FAIL) "bimap/test_bimap_mutable_3" : "libs/bimap/test/compile_fail/test_bimap_mutable_3.cpp"
boost-test(COMPILE_FAIL) "bimap/test_bimap_mutable_2" : "libs/bimap/test/compile_fail/test_bimap_mutable_2.cpp"
boost-test(COMPILE_FAIL) "bimap/test_bimap_mutable_1" : "libs/bimap/test/compile_fail/test_bimap_mutable_1.cpp"
boost-test(COMPILE_FAIL) "concept_check/old_concept_class_fail" : "libs/concept_check/old_concept_class_fail.cpp"
boost-test(COMPILE_FAIL) "concept_check/old_concept_function_fail" : "libs/concept_check/old_concept_function_fail.cpp"
...
boost-test(COMPILE_FAIL) "config/no_std_wstring_fail" : "libs/config/test/no_std_wstring_fail.cpp"
boost-test(COMPILE_FAIL) "config/no_swprintf_fail" : "libs/config/test/no_swprintf_fail.cpp"
boost-test(COMPILE_FAIL) "config/no_template_streams_fail" : "libs/config/test/no_template_streams_fail.cpp"
boost-test(COMPILE_FAIL) "config/no_template_template_fail" : "libs/config/test/no_template_template_fail.cpp"
boost-test(COMPILE_FAIL) "config/no_two_phase_lookup_fail" : "libs/config/test/no_two_phase_lookup_fail.cpp"
boost-test(COMPILE_FAIL) "config/no_typeid_fail" : "libs/config/test/no_typeid_fail.cpp"
boost-test(COMPILE_FAIL) "config/no_typename_with_ctor_fail" : "libs/config/test/no_typename_with_ctor_fail.cpp"
boost-test(COMPILE_FAIL) "config/no_using_breaks_adl_fail" : "libs/config/test/no_using_breaks_adl_fail.cpp"
boost-test(COMPILE_FAIL) "config/no_using_decl_overld_fail" : "libs/config/test/no_using_decl_overld_fail.cpp"
boost-test(COMPILE_FAIL) "config/no_using_template_fail" : "libs/config/test/no_using_template_fail.cpp"
boost-test(COMPILE_FAIL) "config/no_void_returns_fail" : "libs/config/test/no_void_returns_fail.cpp"
boost-test(COMPILE_FAIL) "config/no_wchar_t_fail" : "libs/config/test/no_wchar_t_fail.cpp"

the end:

boost-test(COMPILE_FAIL) "config/no_wchar_t_fail" : "libs/config/test/no_wchar_t_fail.cpp"
boost-test(RUN) "config/no_wchar_t_pass" : "libs/config/test/no_wchar_t_pass.cpp"
don't know how to make <e>intel-linux-10.0
...found 1 target...
...can't find 1 target...

Avis :
Ce message et toute pièce jointe sont la propriété d'Alcan et sont destinés seulement aux personnes ou à l'entité à qui le message est adressé. Si vous avez reçu ce message par erreur, veuillez le
détruire et en aviser l'expéditeur par courriel. Si vous n'êtes pas le destinataire du message, vous n'êtes pas autorisé à utiliser, à copier ou à divulguer le contenu du message ou ses pièces jointes
en tout ou en partie.

Notice:
This message and any attachments are the property of Alcan and are intended solely for the named recipients or entity to whom this message is addressed. If you have received this message in error
please inform the sender via e-mail and destroy the message. If you are not the intended recipient you are not allowed to use, copy or disclose the contents or attachments in whole or in part.


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