https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-libs/lsbcrypt-1.0.0-r1 calls cc directly. Discovered on: amd64 (internal ref: guru_ci) NOTE: As per QA policy, toolchain tools must not be called directly because they can cause issue in cross-compiling and because is not possible use a different CC implementation (like clang). To reproduce, please use sys-devel/gcc-config[-native-symlinks], sys-devel/binutils-config[-native-symlinks].
Created attachment 865152 [details] build.log build log and emerge --info
Error(s) that match a know pattern: make: gcc: No such file or directory
I have attempted to correct this problem. https://gitweb.gentoo.org/repo/proj/guru.git/commit/?h=dev&id=7c74790b3ae12967717d328d67f65c3043b30f17
The build system itself will be refurbished, as there are several places where CC is directly specified.