-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[C++][CI] macOS compile errors due to boost::asio #45053
Comments
cc @kou |
kou
added a commit
to kou/arrow
that referenced
this issue
Dec 18, 2024
kou
added a commit
to kou/arrow
that referenced
this issue
Dec 18, 2024
kou
added a commit
that referenced
this issue
Dec 18, 2024
### Rationale for this change Boost 1.87.0 removed `BOOST_PROCESS_V2_ASIO_NAMESPACE`: boostorg/process@e827d14 ### What changes are included in this PR? Use `BOOST_PROCESS_V2_NAMESPACE::net` instead. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * GitHub Issue: #45053 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
Issue resolved by pull request 45057 |
lriggs
pushed a commit
to lriggs/arrow
that referenced
this issue
Dec 26, 2024
### Rationale for this change Boost 1.87.0 removed `BOOST_PROCESS_V2_ASIO_NAMESPACE`: boostorg/process@e827d14 ### What changes are included in this PR? Use `BOOST_PROCESS_V2_NAMESPACE::net` instead. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * GitHub Issue: apache#45053 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
lriggs
pushed a commit
to lriggs/arrow
that referenced
this issue
Jan 2, 2025
### Rationale for this change Boost 1.87.0 removed `BOOST_PROCESS_V2_ASIO_NAMESPACE`: boostorg/process@e827d14 ### What changes are included in this PR? Use `BOOST_PROCESS_V2_NAMESPACE::net` instead. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * GitHub Issue: apache#45053 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug, including details regarding any error messages, version, and platform.
See example at https://github.com/apache/arrow/actions/runs/12378188460/job/34549488301?pr=45042#step:12:1551
Component(s)
C++, Continuous Integration
The text was updated successfully, but these errors were encountered: