-
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.75.0: Missing libraries: boost_fiber, boost_nowide, boost_fiber_numa, boost_json #4097
Comments
run into the same issue with boost/1.74.0 ERROR: boost/1.74.0: Error in package_info() method, line 1331 |
@dmn-star I just came here to comment the exact same thing
The only change that I could probably blame is upgrading to Xcode 12.3 (12C33). Did you upgrade as well? |
the problematic lines are: |
@DominikDeak Yes, I use Xcode 12.3 I think the changes cause the problem #3999 |
Full log with |
I can confirm the same error on MacOS Big Sur and cross building for iOS! |
Will probably be fixed by PR #3977, but you have to use the custom profile with compiler.cppstd=14 and build boost on your Mac to get nowide, json, numa compiled. see #3977 (comment) and #3977 (comment) |
@DominikDeak just try conan install boost/1.75.0@ --build -s compiler.cppstd=14 from boost recipe "apple-clang": 12 |
@dmn-star That did the trick, cheers! |
@DominikDeak could you please check current master? #3977 should have fixed the issue. |
Unfortunately, the issue is still not resolved on my end (see log snippets below). The only way I can build boost is by explicitly setting Ran the commands:
Resulted in error:
Additional info:
|
Setting cppstd is the only correct way when building for macOS (for any c++ libs from Conan). I have added compiler.cppstd=14 to my default profiles. CCI uses C++03 default mode to build the libs but recent Xcode C++14. |
Oh, I see, That's why the default will work in these cases when the CCI artifactory gets a new revision. |
I have the same issue on macOS 11.6 with XCode 13.2 |
Seems like Conan fails to build
boost/1.75.0
on macOS/Xcode 12.3 environment. I'm getting the following error:See full logs at the bottom of this issue.
This seems like a systemic problem on macOS platforms.
Related issues
Package and Environment Details
Conan profile
Steps to reproduce
Run the command:
conan install boost/1.75.0@ --build
Logs
Click to expand log
The text was updated successfully, but these errors were encountered: