Summary: | app-editors/xemacs-21.5.35-r7 - [meson] [glibc] [gcc-15] sandbox issue | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | XEmacs team <xemacs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | matsl |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=949633 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
app-editors:xemacs-21.5.35-r7:20250206-204136.log.xz emerge-history.txt etc.clang.tar.xz etc.portage.tar.xz logs.tar.xz qlist-info.txt sandbox.log |
Description
Toralf Förster
![]() Created attachment 918270 [details]
emerge-info.txt
Created attachment 918271 [details]
app-editors:xemacs-21.5.35-r7:20250206-204136.log.xz
Created attachment 918272 [details]
emerge-history.txt
Created attachment 918273 [details]
etc.clang.tar.xz
Created attachment 918274 [details]
etc.portage.tar.xz
Created attachment 918275 [details]
logs.tar.xz
Created attachment 918276 [details]
qlist-info.txt
Created attachment 918277 [details]
sandbox.log
This problem seems to relate to fontconfig 2.16. By inserting a .uuid file in /usr/shared/fonts I have recreated the problem on both a stable gentoo, with fontconfig updated from 2.15 to 2.16, and on a testing system as well since that has fontconfig 2.16. Not sure why this has not surfaced before but installing fontconfig seems to clean of any .uuid files under /usr/share/fonts which, I guess, will reduce the risk of this happening. Still trying to get my head around this issue and what a proper solution should look like. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8a0efc2698acd6ed4985edf7a96afb27a3a37d7 commit f8a0efc2698acd6ed4985edf7a96afb27a3a37d7 Author: Mats Lidell <matsl@gentoo.org> AuthorDate: 2025-02-19 18:53:52 +0000 Commit: Mats Lidell <matsl@gentoo.org> CommitDate: 2025-02-19 18:55:26 +0000 app-editors/xemacs: Call FcInit only when needed Closes: https://bugs.gentoo.org/949384 Signed-off-by: Mats Lidell <matsl@gentoo.org> app-editors/xemacs/xemacs-21.5.35-r7.ebuild | 264 ---------------------------- 1 file changed, 264 deletions(-) https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8c11a0c8d0709a872c44dbe312040cfb68753fe commit a8c11a0c8d0709a872c44dbe312040cfb68753fe Author: Mats Lidell <matsl@gentoo.org> AuthorDate: 2025-02-19 18:45:26 +0000 Commit: Mats Lidell <matsl@gentoo.org> CommitDate: 2025-02-19 18:55:26 +0000 app-editors/xemacs: Call FcInit only when needed Closes: https://bugs.gentoo.org/949384 Signed-off-by: Mats Lidell <matsl@gentoo.org> .../xemacs-21.5.35-delay-fcinit-until-needed.patch | 63 +++++ app-editors/xemacs/xemacs-21.5.35-r8.ebuild | 265 +++++++++++++++++++++ 2 files changed, 328 insertions(+) |