https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-R/commonmark-1.7 calls ar 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 AR implementation (like llvm-ar). To reproduce, please use sys-devel/gcc-config[-native-symlinks], sys-devel/binutils-config[-native-symlinks].
Created attachment 738139 [details] build.log build log and emerge --info
Possible context of error(s): make: ar: 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=9ac9f8dfc1decbcd2b10565935252c72da807d51 commit 9ac9f8dfc1decbcd2b10565935252c72da807d51 Author: Alessandro Barbieri <lssndrbarbieri@gmail.com> AuthorDate: 2021-09-08 10:43:25 +0000 Commit: Alessandro Barbieri <lssndrbarbieri@gmail.com> CommitDate: 2021-09-08 10:46:18 +0000 R-packages.eclass: pass AR via MAKEFLAGS Closes: https://bugs.gentoo.org/812113 Closes: https://bugs.gentoo.org/812110 Closes: https://bugs.gentoo.org/812107 Closes: https://bugs.gentoo.org/812104 Closes: https://bugs.gentoo.org/812101 Closes: https://bugs.gentoo.org/812098 Closes: https://bugs.gentoo.org/812095 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com> eclass/R-packages.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)