Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 734230

Summary: app-i18n/libkkc fails to compile with Clang
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: CJK Team <cjk>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 408963    
Attachments: build.log
other.tar.bz2

Description Agostino Sarubbo gentoo-dev 2020-07-28 10:12:12 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-i18n/libkkc fails to compile.
Discovered on: amd64 (internal ref: tinderbox)

NOTE:
This machine uses a clang/LLVM toolchain.
If you think that this issue is strictly related to clang/LLVM please block bug 408963. If you think that this issue isstrictly related to the LLD linker, please block bug 731004.
Comment 1 Agostino Sarubbo gentoo-dev 2020-07-28 10:12:17 UTC
Created attachment 651168 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-07-28 10:12:20 UTC
Created attachment 651170 [details]
other.tar.bz2

other logs
Comment 3 Akinori Hattori gentoo-dev 2021-10-03 15:45:00 UTC
It seems that Clang does not use sys-libs/compiler-rt, so that re-emerge sys-devel/clang with USE=default-compiler-rt will fix this.
Comment 4 Akinori Hattori gentoo-dev 2022-07-03 04:06:40 UTC
*** Bug 829066 has been marked as a duplicate of this bug. ***
Comment 5 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-07-03 18:44:51 UTC
(In reply to Akinori Hattori from comment #3)
> It seems that Clang does not use sys-libs/compiler-rt, so that re-emerge
> sys-devel/clang with USE=default-compiler-rt will fix this.

It's not a requirement to use compiler-rt with Clang. This system had GCC installed still, so things should work. But it's a bit of an unusual setup, sure.