Boost logo

Boost Testing :

Subject: Re: [Boost-testing] run.py not quite working on Solaris
From: Rene Rivera (grafikrobot_at_[hidden])
Date: 2011-02-07 11:00:36


On 2/7/2011 7:55 AM, Pavel Heimlich, a.k.a. hajma wrote:
> Hi,
> I tried to run the tests as described at
> http://www.boost.org/development/running_regression_tests.html
> on Solaris 11 express using the Sun Studio 12u1 compiler by running
> python run.py --runner=Solaris11 --toolsets=sun
> but it failed with
> ...
> error: toolset gcc initialization:
> error: no command provided, default command 'g++' not found
> ...
> full log at
> http://pastebin.com/85SRSG3d
>
> Did I miss something or is it broken?

You missed something.. The --toolsets option specifies the toolsets for
testing. For you it's failing to build the testing tools, specifically
process_jam_log. For some platform, the two compilers used are different
because the testing toolset is sometimes not capable of building PJL.
Hence we default to using g++ on *nix for building PJL. To specify the
compiler for building PJL add the "--pjl-toolsel" option.

HTH

-- 
-- Grafik - Don't Assume Anything
-- Redshift Software, Inc. - http://redshift-software.com
-- rrivera/acm.org (msn) - grafik/redshift-software.com
-- 102708583/icq - grafikrobot/aim,yahoo,skype,efnet,gmail

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