-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[package] <boost>/<1.77.0>: Conan's cached binary seems wrong #13168
Labels
bug
Something isn't working
Comments
ConanException: build process for the Boost library failed during the execution of the b2I may have a congruent issue, however I'm not sure. workflow
problem
system's hardware and software configuration
tools on system
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
I have a project that depends on Boost. When I run
conan install
, it downloads a binary from Conan Center. When I try to link, I get this error:When I reinstall dependencies with
--build boost
, I can link successfully.The project is rippled, branch
conan
. It uses the default valueTrue
for theboost
package optionfPIC
.Package and Environment Details
Conan profile
Steps to reproduce
conan install .. --build missing
cmake ..
cmake --build .
Logs
Click to expand log
The text was updated successfully, but these errors were encountered: