Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 734230 - app-i18n/libkkc fails to compile with Clang
Summary: app-i18n/libkkc fails to compile with Clang
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
: 829066 (view as bug list)
Depends on:
Blocks: systemwide-clang
  Show dependency tree
 
Reported: 2020-07-28 10:12 UTC by Agostino Sarubbo
Modified: 2022-07-03 18:44 UTC (History)
0 users

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


Attachments
build.log (build.log,31.33 KB, text/plain)
2020-07-28 10:12 UTC, Agostino Sarubbo
Details
other.tar.bz2 (other.tar.bz2,9.50 KB, application/x-bzip-compressed-tar)
2020-07-28 10:12 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 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.