Summary: | app-i18n/uim-1.8.9-r2 - make[1]: [Makefile:<snip>: installed-modules.scm]<snip> Segmentation fault | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | CJK Team <cjk> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | esigra, nbowler |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=661806 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 914580, 915000, 941869 | ||
Attachments: |
emerge-info.txt
app-i18n:uim-1.8.9-r1:20240105-153238.log.xz emerge-history.txt environment etc.clang.tar.xz etc.portage.tar.xz logs.tar.xz qlist-info.txt temp.tar.xz |
Description
Toralf Förster
![]() Created attachment 881501 [details]
emerge-info.txt
Created attachment 881502 [details]
app-i18n:uim-1.8.9-r1:20240105-153238.log.xz
Created attachment 881503 [details]
emerge-history.txt
Created attachment 881504 [details]
environment
Created attachment 881505 [details]
etc.clang.tar.xz
Created attachment 881506 [details]
etc.portage.tar.xz
Created attachment 881507 [details]
logs.tar.xz
Created attachment 881508 [details]
qlist-info.txt
Created attachment 881509 [details]
temp.tar.xz
This looks like the exact same problem reported years ago in bug #661806. That was fixed by adding -fno-inline-small-functions to CFLAGS but the fix is only applied on x86. I am seeing the exact same failure on ARM as well (with gcc-13). Adding -fno-inline-small-functions to CFLAGS also fixes the problem there. tinderbox_arm has reproduced this issue with version 1.8.9-r2 - Updating summary. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d2e2408603a83597ba7b893abbd8dd574208bfa commit 4d2e2408603a83597ba7b893abbd8dd574208bfa Author: Sam James <sam@gentoo.org> AuthorDate: 2024-11-12 19:57:16 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-11-12 19:57:16 +0000 app-i18n/uim: always pass -fno-inline-small-functions Closes: https://bugs.gentoo.org/921399 Signed-off-by: Sam James <sam@gentoo.org> app-i18n/uim/uim-1.8.9-r2.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Normally I'd like to investigate such an issue more but I don't have the energy for it at the moment. |