https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: app-text/smu-1.5 calls cc directly. Discovered on: amd64 (internal ref: guru_ci) NOTE: This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html 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 738151 [details] build.log build log and emerge --info
Possible context of error(s): make: cc: No such file or directory
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f21d03ff3c0ce73b8be3da53cd309690fe9b2948 commit f21d03ff3c0ce73b8be3da53cd309690fe9b2948 Author: Nickolas Raymond Kaczynski <nrk@disroot.org> AuthorDate: 2021-09-08 10:07:12 +0000 Commit: Nickolas Raymond Kaczynski <nrk@disroot.org> CommitDate: 2021-09-08 10:09:30 +0000 app-text/smu: fix calling CC directly Closes: https://bugs.gentoo.org/812116 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Nickolas Raymond Kaczynski <nrk@disroot.org> app-text/smu/smu-1.5.ebuild | 7 +++++++ app-text/smu/smu-9999.ebuild | 7 +++++++ 2 files changed, 14 insertions(+)