build break in graph_parallel - because of the removed libs/system/build/Jamfile.v2
@jeremy-murphy is already working on this.
Since Oct 13, 2025.
Assessment
This issue has not been assessed yet.
Description
Problem comes using Boost 1.89.
The build error is this:
error: Unable to find file or target named
error: 'libs/system/build//boost_system'
error: referred to from project at error:
'../libs/graph_parallel/test'
error: could not resolve project reference
'libs/system/build'
I know that boost_system is header-only since Boost 1.69.
Also the libs/system/build/Jamfile.v2 exists in Boost 1.88, for compatibility reasons, I presume, but now it has been removed in Boost 1.89.
So the reference of
<library>../../system/build//boost_system
in
libs/graph_parallel/test/Jamfile.v2
now points to a nonexistent target.
I found two such invalid references in Boost 1.89:
libs/graph_parallel/test/Jamfile.v2:12: : requirements <library>../build//boost_graph_parallel <library>../../system/build//boost_system ;
libs/graph_parallel/example/Jamfile.v2:9: <library>../../system/build//boost_system
Summary: libs/system/build/Jamfile.v2 has been removed, without checking dependent Jamfiles.
But any automated non-regression build covering graph_parallel/test would have caught it instantly :(
- Dominant language
- C++
- Stars
- 33
- Forks
- 41
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 1
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from boostorg/graph_parallel
-
Difficulty 4/5 3-5 days Newbie friendliness 30/100
boostorg/graph_parallel#39 · 3 comments ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 35/100
boostorg/graph_parallel#37 · 2 comments ·
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
boostorg/graph_parallel#33 · 2 comments ·
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
boostorg/graph_parallel#27 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
boostorg/graph_parallel#26 ·
All issues in boostorg/graph_parallel
Similar issues
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
AXERA-TECH/ax-llm#77 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
games-on-whales/wolf#509 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
bug-unconfirmed
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
NVIDIA/cuda-samples#453 ·