Created attachment 604212 [details] build.log During configuration checks, the ebuild fails compiling a test program with the error message: /usr/lib/gcc/i686-pc-linux-gnu/9.2.0/../../../../i686-pc-linux-gnu/bin/ld: cannot find /usr/lib/llvm/9/bin/../../../../lib/clang/9.0.1/lib/linux/libclang_rt.builtins-i386.a: No such file or directory The build then terminates. The emerge --info and ebuild log will be uploaded as attachments in the next few minutes.
Created attachment 604214 [details] emerge --info emerge --info
I've hit this as well. I checked, that for 8.0.1, that /usr/lib/clang/8.0.1/lib/linux actually belongs to compiler-rt. So, some build config must be off here.
Is that clang with USE=default-compiler-rt?
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e283ddd7e7cfd33203278872556a5b7db34eaa1 commit 8e283ddd7e7cfd33203278872556a5b7db34eaa1 Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2020-01-29 08:47:41 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2020-01-29 08:47:41 +0000 sys-libs/compiler-rt: Fix stripping -nodefaultlibs Closes: https://bugs.gentoo.org/706266 Signed-off-by: Michał Górny <mgorny@gentoo.org> sys-libs/compiler-rt/compiler-rt-10.0.0.9999.ebuild | 2 +- sys-libs/compiler-rt/compiler-rt-11.0.0.9999.ebuild | 2 +- sys-libs/compiler-rt/compiler-rt-7.1.0.ebuild | 2 +- sys-libs/compiler-rt/compiler-rt-8.0.1.ebuild | 2 +- sys-libs/compiler-rt/compiler-rt-9.0.1.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-)