https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: app-editors/xemacs-21.5.34-r5 fails to compile. Discovered on: amd64 (internal ref: ci) NOTE: This machine uses GLIBC-2.32. If you think that this issue is strictly related to GLIBC please block bug 736174.
Created attachment 655910 [details] build.log build log and emerge --info
sys_siglist is removed in glibc-2.32 and strsignal should be used instead. This problem affects xemacs-21.4.24 ebuilds as well.
(In reply to Mats Lidell from comment #2) > sys_siglist is removed in glibc-2.32 and strsignal should be used instead. > > This problem affects xemacs-21.4.24 ebuilds as well. This may help you: https://src.fedoraproject.org/rpms/xemacs/blob/master/f/xemacs-21.5.34-strsignal.patch
Thanks for providing the patch.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa0f2ac8fe28b871da7d7b91844d7313daef909f commit aa0f2ac8fe28b871da7d7b91844d7313daef909f Author: Mats Lidell <matsl@gentoo.org> AuthorDate: 2020-08-29 20:41:37 +0000 Commit: Mats Lidell <matsl@gentoo.org> CommitDate: 2020-08-30 18:11:25 +0000 app-editors/xemacs: Compile on >=glibc-2.32 Use strsignal to compile on >=glibc-2.32. Closes: https://bugs.gentoo.org/738396 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Mats Lidell <matsl@gentoo.org> .../xemacs/files/xemacs-21.5.34-strsignal.patch | 92 ++++++++++++++++++++++ app-editors/xemacs/xemacs-21.5.34-r5.ebuild | 1 + 2 files changed, 93 insertions(+)
*** Bug 712466 has been marked as a duplicate of this bug. ***