Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 924672 - dev-db/sqlitestudio-3.4.4-r1 fails to compile: ICE
Summary: dev-db/sqlitestudio-3.4.4-r1 fails to compile: ICE
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: parallel-make lto
  Show dependency tree
 
Reported: 2024-02-15 18:57 UTC by Agostino Sarubbo
Modified: 2024-10-09 12:52 UTC (History)
1 user (show)

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


Attachments
build.log.xz (build.log.xz,48.80 KB, application/x-xz)
2024-02-15 18:57 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 2024-02-15 18:57:13 UTC
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
Comment 1 Agostino Sarubbo gentoo-dev 2024-02-15 18:57:15 UTC
Created attachment 885060 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2024-02-15 18:57:15 UTC
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
Comment 3 Agostino Sarubbo gentoo-dev 2024-02-15 18:58:01 UTC
CC'ing also toolchain@ because it is an ICE
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-02-15 19:59:38 UTC
1. This ebuild shouldn't be forcing LTO.

2. SIGBUS probably means parallel build issues and it overwrote files being mmaped.
Comment 5 Larry the Git Cow gentoo-dev 2024-10-09 12:52:54 UTC
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(-)