https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: app-emulation/ruffle-0_p20230125 calls cc directly. Discovered on: amd64 (internal ref: 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 849371 [details] build.log build log and emerge --info
Error(s) that match a know pattern: = note: No such file or directory (os error 2) error: linker `cc` not found
This only happens when using rust-bin over rust, afaik will happen for any packages that has C code in crates and the problem isn't with the packages themselves. Never really looked into it.
Guess I'll close, can't do anything here, until rust-bin situation improves please use dev-lang/rust is need CC to be respected.