https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-db/sqlitestudio-3.4.4-r1 fails to compile. Discovered on: amd64 (internal ref: lto_tinderbox) System: LTO-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#LTO) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Created attachment 885060 [details] build.log.xz build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Error(s) that match a know pattern in addition to what has been reported in the summary: lto1: internal compiler error: Bus error lto1: internal compiler error: resolution sub id 0x508f0b52757852d8 not in object file lto1: internal compiler error: unexpected file name ../../../build/qrc_qmake_qmake in linker resolution file. Expected ../../../build/moc_csvexport.o lto1: internal compiler error: unexpected file name ../../../build/qrc_qmake_qmake in linker resolution file. Expected ../../../build/moc_sqlexport.o lto1: internal compiler error: Bus error
CC'ing also toolchain@ because it is an ICE
1. This ebuild shouldn't be forcing LTO. 2. SIGBUS probably means parallel build issues and it overwrote files being mmaped.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efcad109bf466b26305cb3cd6be714971d3c50c7 commit efcad109bf466b26305cb3cd6be714971d3c50c7 Author: Sam James <sam@gentoo.org> AuthorDate: 2024-10-09 12:52:20 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-10-09 12:52:36 +0000 dev-db/sqlitestudio: build with -j1 The build system is qmake so a pain to fix. Closes: https://bugs.gentoo.org/902991 Closes: https://bugs.gentoo.org/924672 Closes: https://bugs.gentoo.org/928736 Closes: https://bugs.gentoo.org/941074 Signed-off-by: Sam James <sam@gentoo.org> dev-db/sqlitestudio/sqlitestudio-3.4.4-r1.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-)