-
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
[CI][C++] Compilation failures with protoc 29.0.0 #44954
Comments
We will need to find a way to selectively disable those warnings for protobuf-generated files somehow. Or, worse, we'll have to remove those |
pitrou
added a commit
to pitrou/arrow
that referenced
this issue
Dec 5, 2024
pitrou
added a commit
to pitrou/arrow
that referenced
this issue
Dec 5, 2024
pitrou
added a commit
to pitrou/arrow
that referenced
this issue
Dec 6, 2024
pitrou
added a commit
to pitrou/arrow
that referenced
this issue
Dec 6, 2024
kou
pushed a commit
that referenced
this issue
Dec 7, 2024
### Rationale for this change ### What changes are included in this PR? ### Are these changes tested? ### Are there any user-facing changes? * GitHub Issue: #44954 Lead-authored-by: Antoine Pitrou <[email protected]> Co-authored-by: Jacob Wujciak-Jens <[email protected]> Co-authored-by: Antoine Pitrou <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
Issue resolved by pull request 44955 |
For the record, protobuf is reverting the offending upstream changes (for now?): |
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.
The protobuf compiler has started adding C++ deprecated attributes to class and enum declarations.
This in turns breaks our CI builds on macOS, and will probably break other builds later:
https://github.com/apache/arrow/actions/runs/12172205626/job/33950463294
Component(s)
C++, Continuous Integration
The text was updated successfully, but these errors were encountered: