[1.34.0] make check fails on Linux

Begin forwarded message:
From: "Tarjei Knapstad" <tarjei.knapstad@gmail.com> Date: April 26, 2007 8:16:14 AM PDT To: "Thomas Witt" <witt@acm.org> Subject: Re: [boost] [1.34.0] Volunteers needed to check tarballs
On 4/26/07, Thomas Witt <witt@acm.org> wrote:
On Apr 26, 2007, at 6:55 AM, Tarjei Knapstad wrote:
Thanks, I've downloaded and started a build. Will check that it builds, that the tests work, examples work, docs are OK and
anything
else I can think of and get back to you as soon as possible. (I'm doing this on a Core 2 Duo laptop running CentOS 4.4 btw).
My experiences so far... :)
<snip/>
==== Unit tests ====
'make check' fails:
user-config.jam: No such file or directory warning: No toolsets are configured. warning: Configuring default toolset "gcc". warning: If the default is wrong, you may not be able to build C++ programs. 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: could not find main target test notice: assuming it's a name of file to create don't know how to make <e>test ...found 1 target... ...can't find 1 target...
If I manually copy boost_1_34_0/user-config.jam to the status/ directory it can find the toolset and the warnings disappear, but it still doesn't find any targets.
Am I supposed to build and run the tests some other way? (I couldn't find any docs)
<snip/>
Except for not being able to run the unit tests it looks good to me.
Regards, -- Tarjei
-- Thomas Witt witt@acm.org

on Fri Apr 27 2007, Thomas Witt <witt-AT-acm.org> wrote:
Am I supposed to build and run the tests some other way? (I couldn't find any docs)
I'm surprised "make check" gets you anywhere at all. To run the tests, cd status bjam HTH, -- Dave Abrahams Boost Consulting http://www.boost-consulting.com Don't Miss BoostCon 2007! ==> http://www.boostcon.com
participants (2)
-
David Abrahams
-
Thomas Witt