bcp does not copy or list concept_check as bimap dependency
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 48/100
Research direction
Start with the bcp tool's dependency discovery and --list/copy entry points, then compare its result for bimap with boostdep --list-dependencies bimap. Trace the dependency from boost/bimap/detail/bimap_core.hpp to boost/concept_check.hpp and ensure both listing and output copying include concept_check. Re-run the reproduction commands and compile the simple bimap program to confirm the dependency is available.
Written by the indexing model from the issue text.
Description
Problem description
bcp neither copies (to the output-path) nor --lists concept_check dependency for bimap
Problem reproduction
cd $HOMEgit clone https://github.com/boostorg/boost.git boostcd boostgit checkout boost-1.86.0git submodule update --init./bootstrap.sh./b2 tools/bcp./dist/bin/bcp --list bimap- Nothing from
concept_check(onlylibs/bimap/include/boost/bimap/detail/concept_tags.hpp) mkdir $HOME/boost_for_bimap./dist/bin/bcp bimap $HOME/boost_for_bimap- Try to compile simple C++ program using
#include "boost/bimap/bimap.hppproviding following include directories to compiler (I used gcc 9.4.0 on Ubuntu 20.04 LTS but it should not matter):
- $HOME/boost_for_bimap
- $HOME/boost_for_bimap/libs/bimap/include
- Observe compile error:
In file included from $HOME/boost_for_bimap/libs/bimap/include/boost/bimap/bimap.hpp:61,
from $HOME/<my_simple_program>.cpp:<line_number>,
$HOME/boost_for_bimap/libs/bimap/include/boost/bimap/detail/bimap_core.hpp:31:10: fatal error: boost/concept_check.hpp: No such file or directory
31 | #include <boost/concept_check.hpp>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Inconsistency with boostdep
./dist/bin/boostdep --list-dependencies bimap
correctly outputs concept_check as first primary dependency:
Primary dependencies for bimap:
concept_check:
<boost/concept_check.hpp>
from <boost/bimap/detail/bimap_core.hpp>
from <boost/bimap/list_of.hpp>
from <boost/bimap/multiset_of.hpp>
from <boost/bimap/set_of.hpp>
from <boost/bimap/unconstrained_set_of.hpp>
from <boost/bimap/unordered_multiset_of.hpp>
from <boost/bimap/unordered_set_of.hpp>
from <boost/bimap/vector_of.hpp>
- Dominant language
- C++
- Stars
- 23
- Forks
- 38
- PR merge metrics
- No merged PRs in 30d
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/bcp
-
Difficulty 3/5 1-2 days Newbie friendliness 76/100
-
Could not use custom namespace on Boost 1.89.0: Unable to find file or target named boost_align Open
Difficulty 4/5 3-5 days Newbie friendliness 35/100
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
-
Difficulty 3/5 1-2 days Newbie friendliness 25/100
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 ·