-
Notifications
You must be signed in to change notification settings - Fork 38.7k
build: Fix Boost.Process test for Boost 1.78 #24415
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
Conversation
|
tACK d092dfb |
|
The MSVC failure seems unrelated (see #24151): |
|
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ConflictsReviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first. |
|
🐙 This pull request conflicts with the target branch and needs rebase. Want to unsubscribe from rebase notifications on this pull request? Just convert this pull request to a "draft". |
luke-jr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like -Werror should simply always use --enable-suppress-external-warnings
And never enable -Werror for configure checks...
| TEMP_CXXFLAGS="$CXXFLAGS" | ||
| dnl Boost 1.78 requires the following workaround. | ||
| dnl See: https://github.com/boostorg/process/issues/235 | ||
| CXXFLAGS="$CXXFLAGS -Wno-narrowing" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| CXXFLAGS="$CXXFLAGS -Wno-narrowing" | |
| CXXFLAGS="$CXXFLAGS -Wno-error=narrowing" |
|
Not able to continue to work on this PR (no access to macOS x86_64), and will be happy if someone grab it. |
|
Looks like this had a tested ACK, so if we want it, it can be merged as-is, unless there are concerns with it. |
It requires rebasing, and @luke-jr's suggestion deserves testing. |
|
Ah sorry, I missed the rebase label. |
532c64a build: Fix Boost.Process test for Boost 1.78 (Hennadii Stepanov) Pull request description: Rebased #24415 with Luke's suggestion. Fixes #24413. ACKs for top commit: hebasto: ACK 532c64a, tested on Mac mini (M1, 2020) + macOS Monterey 12.3 (21E230). Tree-SHA512: 74f779695f6bbc45a2b7341a1402f747cc0d433d74825c7196cb9f156db0c0299895365f01665bd0bff12a8ebb5ea33a29b9a52f5eac0007ec35d1dca6544705
532c64a build: Fix Boost.Process test for Boost 1.78 (Hennadii Stepanov) Pull request description: Rebased bitcoin#24415 with Luke's suggestion. Fixes bitcoin#24413. ACKs for top commit: hebasto: ACK 532c64a, tested on Mac mini (M1, 2020) + macOS Monterey 12.3 (21E230). Tree-SHA512: 74f779695f6bbc45a2b7341a1402f747cc0d433d74825c7196cb9f156db0c0299895365f01665bd0bff12a8ebb5ea33a29b9a52f5eac0007ec35d1dca6544705
Fixes #24413.
An alternative to #24414.