-
Notifications
You must be signed in to change notification settings - Fork 71
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
sys/ustat.h not found for gcc-4.9.2 build #57
Comments
@gshimansky I think the proposed change makes sense. Would you be able to submit a pull request? If not we can pull it in ourselves, but that way you'd get credit for it. It looks like that's originally from this LLVM commit so is Apache 2.0 licensed. |
Ok give me some time, I'll submit a PR tomorrow. |
Thanks @gshimansky, I appreciate it. |
gshimansky
added a commit
to gshimansky/native-toolchain
that referenced
this issue
Dec 18, 2019
xyu
pushed a commit
to Automattic/cloudera-native-toolchain
that referenced
this issue
Sep 15, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a problem with building libsanitizer in gcc-4.9.2 on Ubuntu 19.10. There is no sys/ustat.h file in the system. Suggested patch looks like this. Idea is taken from this link https://github.com/vmware/photon/blob/master/SPECS/gcc/libsanitizer-avoidustat.h-glibc-2.28.patch
The text was updated successfully, but these errors were encountered: