-
-
Notifications
You must be signed in to change notification settings - Fork 264
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
Build error on power architecture #1648
Comments
I have since received this feedback from @giordano (see JuliaPackaging/Yggdrasil#8007): "I think the problem is that we target an old glibc (2.17), which doesn't have that header, but the corresponding linux header does that job. Unless upstream plans to support old glibc, it's probably fair for us to ship the patch, we do it elsewhere as well." In other words, this issue might be caused by us using an old version of glibc, and if so, please disregard this issue. |
In normal cross-build toolchain in Debian/Ubuntu, This seems regression from 2fa631e. |
@eschnett, a regression has been fixed in |
Thanks. I was setting up a build recipe for Julia language bindings, and we usually stay with released versions there. I'm looking forward to needing fewer patches then! |
I am cross-building zlib-ng for a
powerpc64le-linux-gnu
system. The build fails with the error messageThe text was updated successfully, but these errors were encountered: