-
Notifications
You must be signed in to change notification settings - Fork 273
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
Fix #574 - Revert "Improve compatibility of binfmt-bypass with really old Docker images" #662
Fix #574 - Revert "Improve compatibility of binfmt-bypass with really old Docker images" #662
Conversation
…with really old Docker images" This reverts commit c810e70. Notes: - [CentOS 7 reached End of Life][1] on June 30, 2024 - [RedHat moved CentOS Stream 8 & 9 upstream of RHEL][2] - Arch Linux & Manjaro unstable channel have GlibC with symbol version `2.14`: U memcpy@GLIBC_2.14 [1]: https://www.redhat.com/en/topics/linux/centos-linux-eol [2]: https://www.theregister.com/2023/06/23/red_hat_centos_move/
Looks okay to me. Is there an open issue which this PR solves? |
Regarding new builds, I'm still working on the CI bit, making some progress there. But I suppose since this fixes some Arch issue, AIL would be built by AUR anyway. |
Yes, this should fix #574 which was a failed to build from source (FTBFS) issue on Arch Linux. (Downstream issue mentioned on AUR here) It looks like the problem was caused by the The gist of it was that the problem was introduced in c810e70, which was to support some old CentOS 7 versions in docker (according to comments in the code & commit message). CentOS 7 is now EoL, so this hack can probably be removed, as it's causing these build issues on distros with newer GlibC. The other thing that appears to have been fixed is #558 1. After rebuilding the AUR package with this PR's changes, Footnotes
|
Since packaging is under rework (making progress, actually), I'd like to postpone this PR for now and reconsider it when the new build system has been merged. |
See #686 for the new build system. |
#686 has been merged. |
Hi, this patch no longer apply and is no longer needed |
Ok, great! I'll close this due to the other changes fixing the build. P.S.: Please see FabioLolix/PKGBUILD-AUR_fix#53 to fix one last issue with the AUR package. |
This reverts commit c810e70.
Notes:
CentOS 7 reached End of Life on June 30, 2024
RedHat moved CentOS Stream 8 & 9 upstream of RHEL
Arch Linux & Manjaro unstable channel have GlibC with symbol version
2.14
: