Boost logo

Boost Testing :

From: Bronek Kozicki (brok_at_[hidden])
Date: 2006-08-02 17:42:23


Vladimir Prus wrote:
> I've committed a change to fix error with V2. Except for running with
> como-win on a project containing library, and verifying that output -n is
> safe, I did not test the change, for lack of compiler. Can you see if it
> improves anything?

Hi Volodya

it's little better now, but sill not there. Attached you will find bjam output
and my configuration. Sorry about replying so late, but I missed your message on
the mailing list. I know that you are leaving now - if you have no time or the
fix is nontrivial, do not bother with it and have a good vacation.

B.

E:\DEVEL\BOOST_RTEST\boost\status>"E:\DEVEL\BOOST_RTEST\bjam.exe" --v2 "-sBOOST_BUILD_PATH=E:\DEVEL\BOOST_RTEST" "-sBOOST_ROOT=E:\DEVEL\BOOST_RTEST\boost" como-win-4.3.3_vc7 como-win-4.3.4.1_vc7 -d2 --dump-tests -l1500 link=static "--build-dir=E:\DEVEL\BOOST_RTEST\results"
Building Boost.Regex with the optional Unicode/ICU support disabled.
Please refer to the Boost.Regex documentation for more information
(and if you don't know what ICU is then you probably don't need it).
warn: Unable to construct ../libs/config/test/link/link_test
warn: Unable to construct ../libs/config/test/link/link_test
warn: Unable to construct ../libs/program_options/build/boost_program_options
warn: Unable to construct ../libs/program_options/build/boost_program_options
warn: Unable to construct ../libs/program_options/build/boost_program_options
warn: Unable to construct ../libs/program_options/build/boost_program_options
warn: Unable to construct ../libs/program_options/build/boost_program_options
warn: Unable to construct ../libs/program_options/build/boost_program_options
warn: Unable to construct ../libs/program_options/build/boost_program_options
warn: Unable to construct ../libs/program_options/build/boost_program_options
warn: Unable to construct ../libs/program_options/build/boost_program_options
warn: Unable to construct ../libs/program_options/build/boost_program_options
warn: Unable to construct ../libs/program_options/build/boost_program_options
warn: Unable to construct ../libs/program_options/build/boost_program_options
warn: Unable to construct ../libs/program_options/build/boost_program_options
warn: Unable to construct ../libs/program_options/build/boost_program_options
warn: Unable to construct ../libs/python/test/map_indexing_suite_ext
error: no generators were found for type 'PYTHON_EXTENSION'
error: and the requested properties
error: make sure you've configured the needed tools
See http://boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html
To debug this problem, try the --debug-generators option.
warn: Unable to construct ../libs/python/test/map_indexing_suite_ext
error: no generators were found for type 'PYTHON_EXTENSION'
error: and the requested properties
error: make sure you've configured the needed tools
See http://boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html
To debug this problem, try the --debug-generators option.
E:/DEVEL/BOOST_RTEST/boost/tools/build/v2/tools\python.jam:537: in object(python-test-generator)@60.run
*** argument error
* rule object(property-set)@20787.add ( ps )
* called with: ( )
* missing argument ps
E:/DEVEL/BOOST_RTEST/boost/tools/build/v2/build\property-set.jam:288:see definition of rule 'add' being called
E:/DEVEL/BOOST_RTEST/boost/tools/build/v2/build\generators.jam:829: in try-one-generator-really
E:/DEVEL/BOOST_RTEST/boost/tools/build/v2/build\generators.jam:876: in try-one-generator
E:/DEVEL/BOOST_RTEST/boost/tools/build/v2/build\generators.jam:1087: in construct-really
E:/DEVEL/BOOST_RTEST/boost/tools/build/v2/build\generators.jam:1168: in construct
E:/DEVEL/BOOST_RTEST/boost/tools/build/v2/build\generators.jam:890: in generators.construct-types
E:/DEVEL/BOOST_RTEST/boost/tools/build/v2/build\generators.jam:499: in convert-to-consumable-types
E:/DEVEL/BOOST_RTEST/boost/tools/build/v2/build\generators.jam:326: in run-really
E:/DEVEL/BOOST_RTEST/boost/tools/build/v2/build\generators.jam:304: in object(generator)@61.run
E:/DEVEL/BOOST_RTEST/boost/tools/build/v2/build\generators.jam:829: in try-one-generator-really
E:/DEVEL/BOOST_RTEST/boost/tools/build/v2/build\generators.jam:876: in try-one-generator
E:/DEVEL/BOOST_RTEST/boost/tools/build/v2/build\generators.jam:1087: in construct-really
E:/DEVEL/BOOST_RTEST/boost/tools/build/v2/build\generators.jam:1168: in generators.construct
E:/DEVEL/BOOST_RTEST/boost/tools/build/v2/build\targets.jam:1346: in construct
E:/DEVEL/BOOST_RTEST/boost/tools/build/v2/build\targets.jam:1190: in object(typed-target)@2350.generate
E:/DEVEL/BOOST_RTEST/boost/tools/build/v2/build\targets.jam:764: in generate-really
E:/DEVEL/BOOST_RTEST/boost/tools/build/v2/build\targets.jam:737: in object(main-target)@20342.generate
E:/DEVEL/BOOST_RTEST/boost/tools/build/v2/build\targets.jam:254: in object(project-target)@2283.generate
E:/DEVEL/BOOST_RTEST/boost/tools/build/v2/build\targets.jam:254: in object(project-target)@231.generate
E:/DEVEL/BOOST_RTEST/boost/tools/build/v2\build-system.jam:298: in load
E:\DEVEL\BOOST_RTEST\boost\tools\build\v2/kernel\modules.jam:261: in import
E:\DEVEL\BOOST_RTEST\boost\tools\build\v2/kernel/bootstrap.jam:132: in boost-build
E:\DEVEL\BOOST_RTEST\boost\boost-build.jam:12: in module scope

E:\DEVEL\BOOST_RTEST\boost\status>

using gcc : 3.4.2_mingw : C:/DEVEL/MinGW342/bin/g++.exe ;
using gcc : 3.4.5_mingw : C:/DEVEL/MinGW345/bin/g++.exe ;
using gcc : 3.4.2_mingw_stlport5 : C:/DEVEL/MinGW342/bin/g++.exe ;
using gcc : 3.4.5_mingw_stlport5 : C:/DEVEL/MinGW345/bin/g++.exe ;
using msvc : 6.5 : "C:/Program Files/Microsoft Visual Studio/VC98/Bin/CL.EXE" ;
using msvc : 7.0 : "C:/Program Files/Microsoft Visual Studio .NET/Vc7/bin/cl.exe" ;
using msvc : 7.1 : "C:/Program Files/Microsoft Visual Studio .NET 2003/Vc7/bin/cl.exe" ;
using msvc : 8.0 : "C:/Program Files/Microsoft Visual Studio 8/VC/bin/cl.exe" ;
using msvc : 6.5_stlport5 : "C:/Program Files/Microsoft Visual Studio/VC98/Bin/CL.EXE" ;
using msvc : 7.0_stlport5 : "C:/Program Files/Microsoft Visual Studio .NET/Vc7/bin/cl.exe" ;
using msvc : 7.1_stlport5 : "C:/Program Files/Microsoft Visual Studio .NET 2003/Vc7/bin/cl.exe" ;
using msvc : 8.0_stlport5 : "C:/Program Files/Microsoft Visual Studio 8/VC/bin/cl.exe" ;
using python : 2.4 : C:/DEVEL/python24 ;
using stlport : 5.0 : C:/DEVEL/STLport/stlport C:/DEVEL/STLport/lib ;
using como-win : 4.3.3_vc7 : "vc7.cmd 1>nul && como433.cmd 1>nul &&" C:/DEVEL/Como433/bin/como.exe ;
using como-win : 4.3.4.1_vc7 : "vc7.cmd 1>nul && como4341.cmd 1>nul &&" C:/DEVEL/Como4341/bin/como.exe ;


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