Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 738396 - app-editors/xemacs-21.5.34-r5: fails to compile on >=glibc-2.32 (error: sys_siglist undeclared)
Summary: app-editors/xemacs-21.5.34-r5: fails to compile on >=glibc-2.32 (error: sys_s...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: XEmacs team
URL:
Whiteboard:
Keywords: PATCH
: 712466 (view as bug list)
Depends on:
Blocks: glibc-2.32
  Show dependency tree
 
Reported: 2020-08-21 13:12 UTC by Agostino Sarubbo
Modified: 2020-09-12 06:45 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,141.53 KB, text/plain)
2020-08-21 13:12 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2020-08-21 13:12:03 UTC
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.
Comment 1 Agostino Sarubbo gentoo-dev 2020-08-21 13:12:06 UTC
Created attachment 655910 [details]
build.log

build log and emerge --info
Comment 2 Mats Lidell gentoo-dev 2020-08-24 21:00:25 UTC
sys_siglist is removed in glibc-2.32 and strsignal should be used instead. 

This problem affects xemacs-21.4.24 ebuilds as well.
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-08-26 00:12:52 UTC
(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
Comment 4 Mats Lidell gentoo-dev 2020-08-29 20:11:18 UTC
Thanks for providing the patch.
Comment 5 Larry the Git Cow gentoo-dev 2020-08-30 18:11:35 UTC
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(+)
Comment 6 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-09-12 06:45:35 UTC
*** Bug 712466 has been marked as a duplicate of this bug. ***