Master regression tests failing
There seems to be a problem on master with all tests failing. It results in this in the log: error: Unable to find file or target named error: '/var/boost/run/boost_root/libs/system/build//boost_system' error: referred to from project at error: '../libs/graph_parallel/test' error: could not resolve project reference '/var/boost/run/boost_root/libs/system/build' Tom
On Tue, Sep 23, 2025 at 4:30 PM Tom Kent via Boost <boost@lists.boost.org> wrote:
There seems to be a problem on master with all tests failing. It results in this in the log:
error: Unable to find file or target named error: '/var/boost/run/boost_root/libs/system/build//boost_system' error: referred to from project at error: '../libs/graph_parallel/test' error: could not resolve project reference '/var/boost/run/boost_root/libs/system/build'
That can be remedied by having the graph_parallel maintainers merge develop to master. As the master branch is 3 years behind develop. -- -- René Ferdinand Rivera Morell -- Don't Assume Anything -- No Supongas Nada -- Robot Dreams - http://robot-dreams.net
I created this ticket 9 days before Tom opened this thread: https://github.com/boostorg/boost/issues/1075 btw, 3 years seems a lot :(
joo.peter wrote:
I created this ticket 9 days before Tom opened this thread: https://github.com/boostorg/boost/issues/1075
btw, 3 years seems a lot :(
It's not caught because https://github.com/boostorg/graph_parallel/blob/5520a5617d2763c48a06a4ff277a... the tests are only enabled when MPI is configured, and on our CI it (probably) isn't.
okay, thanks. btw, I am using '--with-libraries=all', which turns on MPI too, I presume. I’ll wait until this one gets properly fixed, and use Boost 1.88.0 until then.
participants (4)
-
joo.peter@gmail.com -
Peter Dimov -
René Ferdinand Rivera Morell -
Tom Kent