-
Notifications
You must be signed in to change notification settings - Fork 132
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
Fedora 27/glibc 2.26 support #126
Comments
Fedora 27 GAs in October (probably). |
I am going to look into opening a PR for this. Should I just add the fixes under |
Thanks! Best to update the submodules--they should generally be able to stay in sync with release/2.0.0 for CoreCLR/CoreFX/Core-Setup now. |
Those fixes were merged into |
The default
|
Thanks for the hints. It looks to me like I will work on porting the fixes to the |
Ah, sorry about that, I remembered #268 (updating |
As far as I can tell, we now use recent enough versions of coreclr and corefx that all the fixes are now available out of the box. |
Fedora 27 uses
glibc
2.26. This introduces some incompatible build-time changes. See https://sourceware.org/glibc/wiki/Release/2.26#Packaging_Changes for more details.So Fedora 27 (as well as any other distribution using
glibc
2.26) will need some additional fixes:For now, we are carrying these as: https://pagure.io/fedora-dotnet/blob/f0c2fa0abb63c100a494d417c26036879e65f8f1/f/f27-libc.patch
The text was updated successfully, but these errors were encountered: