-
-
Notifications
You must be signed in to change notification settings - Fork 280
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
2.35-r0: glibc compatibility regression due to removal of /lib64 #181
Comments
@thotypous: Would you please provide a minimal example |
Similar reprod |
I'm not using Docker. I'm running Alpine on bare metal. This is the affected package: https://gist.github.com/thotypous/219170b3099c2694cfb4918f2e56fcb9 |
For others, if this helps, we have updated our Dockerfile to recreate the missing symlink after installing the glibc package:
|
Programs which used to run normally with the 2.34-r0 release are broken after ddfe092.
I'm not sure how this could be fixed, since
abuild
now fails if the package contains/lib64
(otherwise you would not have removed it in ddfe092, of course)but restoring the link from
/usr/glibc-compat/lib/ld-linux-x86-64.so.2
to/lib64/ld-linux-x86-64.so.2
fixes the issue.Please see some examples below:
and starting again from a fresh system in order to get more verbose error messages:
The text was updated successfully, but these errors were encountered: