Boost logo

Boost :

Subject: Re: [boost] Regression testing - is procedure changed?
From: Bjørn Roald (bjorn_at_[hidden])
Date: 2015-02-01 11:53:02


On 01. feb. 2015 12:05, Dmitry Moskalchuk wrote:
> Ok, I've followed updated regression testing instruction, but can't get
> it running. Here is what I did (running on Ubuntu 14.04):
>
> $ curl -OL
> https://raw.githubusercontent.com/boostorg/regression/develop/src/run.py
> $ python run.py --tag=develop --platform=Linux --toolsets=gcc
> --libraries=any,array
>
> However, it fails on build of process_jam_log:
>
> /home/crystax/tmp/boost.3/boost_bb/src/build/project.jam:262: in
> find-jamfile from module project
> error: Unable to load Jamfile.
> error: Could not find a Jamfile in directory
> '/home/crystax/tmp/boost.3/boost_root/tools/regression/build'.

I reproduced your problem and was looking into it, however
Jürgen Hunold just posted a pull_request that fixes it.

https://github.com/boostorg/boost/pull/57

It seems the references too tools/regression was not removed from
tools/Jamfile.v2 so bjam tries to build it.

--
Bjørn

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