-
Notifications
You must be signed in to change notification settings - Fork 9k
HADOOP-19551. Fix compilation error of native libraries on newer GCC. #7644
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
base: trunk
Are you sure you want to change the base?
Conversation
This will be covered by HDFS-17226 (#6191). I will merge it first then update this PR. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
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.
+1. Thank you for the patch, @iwasakims .
https://issues.apache.org/jira/browse/HADOOP-19551
Building with
-Pnative
by using GCC 14 on Fedora 40 failed due to imcompatible changes of GCC.-Wno-error=implicit-function-declaration
should be added to CFLAGS in order to retain old behavior on GCC >= 14.and cstdint must be explicitly included on GCC >= 13.