https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-R/jsonlite-1.7.2 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 713505 [details] build.log build log and emerge --info
Possible context of error(s): /var/tmp/portage/dev-R/jsonlite-1.7.2/temp/environment: line 232: cd: /var/tmp/portage/dev-R/jsonlite-1.7.2/work/jsonlite: No such file or directory 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=ab71309999c98c824c9d0d01bdf286329bb83b38 commit ab71309999c98c824c9d0d01bdf286329bb83b38 Author: Alessandro Barbieri <lssndrbarbieri@gmail.com> AuthorDate: 2021-09-04 22:47:48 +0000 Commit: Alessandro Barbieri <lssndrbarbieri@gmail.com> CommitDate: 2021-09-04 22:51:02 +0000 dev-R/jsonlite: respect AR Closes: https://bugs.gentoo.org/794100 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com> dev-R/jsonlite/jsonlite-1.7.2.ebuild | 6 +++++- dev-R/jsonlite/metadata.xml | 10 ++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-)