-
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.78.0: build from source fails with MSVC 2022 due to outdated b2 dep #9047
Labels
bug
Something isn't working
Comments
I locally bumped b2 in the boost formula to version 4.7.1. This seemed to fix the issue but I'm not sure if there could be other breakages as a result. Gonna do some testing and if things work I'll open a PR. |
accwebs
added a commit
to accwebs/conan-center-index
that referenced
this issue
Jan 25, 2022
….5.0'). This fixes conan-io#9047 ('build from source fails with MSVC 2022 due to outdated b2 dep')
4 tasks
accwebs
added a commit
to accwebs/conan-center-index
that referenced
this issue
Jan 29, 2022
….5.0'). Add patches to fix bugs in Boost<=1.77.0 so they build with newer b2 This fixes conan-io#9047 ('build from source fails with MSVC 2022 due to outdated b2 dep')
accwebs
added a commit
to accwebs/conan-center-index
that referenced
this issue
Jan 31, 2022
….5.0'). Add patches to fix bugs in Boost<=1.77.0 so they build with newer b2 This fixes conan-io#9047 ('build from source fails with MSVC 2022 due to outdated b2 dep')
conan-center-bot
pushed a commit
that referenced
this issue
Feb 3, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue summary
It appears later b2 package versions + recipes had support for VS 2022 added. Latest version of b2 is 4.7.1, but currently the present Boost recipe still references b2/4.5.0. Thus, you get the following with Microsoft Visual Studio 2022 when trying to build boost (which in turn tries to build b2):
Caution: Conan n00b here so I might have gotten this report wrong ;-)
Package and Environment Details (include every applicable attribute)
Conan profile (output of
conan profile show default
orconan profile show <profile>
if custom profile is in use)Steps to reproduce (Include if Applicable)
conan install
with--build
option. Conan will attempt to build b2 and it will failure due to older b2 not being set up to build with MSVC 2022.The text was updated successfully, but these errors were encountered: