Boost C++ Libraries: Ticket #4783: unit_tests fails on every platform: test.jam: No such file or directory https://svn.boost.org/trac10/ticket/4783 <p> The build/unit_tests test fails on every platform with </p> <pre class="wiki">test.jam: No such file or directory </pre><p> Note that the BOOST_BUILD_PATH passed to bjam has a trailing .. on the directory. Indeed test.jam is not found in the parent directory specified, but the test subdirectory. So omit the trailing '..' and it should work. </p> <p> For many platforms, this is the only failure for build. But this failure marks build as fail/yellow on the main regression matrix for every platform, reducing confidence in it. (This is why I mark it a showstopper.) </p> <p> Typical failure report: </p> <hr /> <p> Run []: fail </p> <p> failure {{{ "['bjam', '-sBOOST_BUILD_PATH="/home/jcbell/nonRAID/boost_rt/trunk/boost/tools/build/v2/test/.."', '-d0', '--quiet', '--debug', '--build-system=test', '--test-config="/home/jcbell/nonRAID/boost_rt/trunk/boost/tools/build/v2/test/test-config.jam"', '--ignore-toolset-requirements']" returned 1 }}} reason {{{ unexpected status returned by bjam }}} STDOUT {{{ don't know how to make all </p> <p> }}} STDERR {{{ test.jam: No such file or directory </p> <p> }}} stacktrace {{{ at line 566 of /home/jcbell/nonRAID/boost_rt/trunk/boost/tools/build/v2/test/BoostBuild.py (fail_test) ?from line 464 of /home/jcbell/nonRAID/boost_rt/trunk/boost/tools/build/v2/test/BoostBuild.py (run_build_system) ?from line 11 of /home/jcbell/nonRAID/boost_rt/trunk/boost/tools/build/v2/test/unit_tests.py (&lt;module&gt;) ?from line 51 of test_all.py (run_tests) ?from line 240 of test_all.py (&lt;module&gt;) </p> <p> }}} </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4783 Trac 1.4.3 Jim Bell <jim@…> Mon, 25 Oct 2010 13:45:28 GMT severity changed https://svn.boost.org/trac10/ticket/4783#comment:1 https://svn.boost.org/trac10/ticket/4783#comment:1 <ul> <li><strong>severity</strong> <span class="trac-field-old">Showstopper</span> → <span class="trac-field-new">Regression</span> </li> </ul> Ticket Steven Watanabe Tue, 11 Mar 2014 23:47:26 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4783#comment:2 https://svn.boost.org/trac10/ticket/4783#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> I don't see this in the current regression matrix. </p> Ticket