https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: sys-boot/tboot-1.10.3 calls ar 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 AR implementation (like llvm-ar). To reproduce, please use sys-devel/gcc-config[-native-symlinks], sys-devel/binutils-config[-native-symlinks].
CC'ing also the author of the commit (a347efebb631f7cda18364295afe2858c11a36b1)
Created attachment 759942 [details] build.log build log and emerge --info
Error(s) that match a know pattern: make[2]: ar: No such file or directory
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b41c080c3595a1cd80bad72222887866b8372f0c commit b41c080c3595a1cd80bad72222887866b8372f0c Author: Christopher Byrne <salah.coronya@gmail.com> AuthorDate: 2021-12-21 18:49:28 +0000 Commit: John Helmert III <ajak@gentoo.org> CommitDate: 2021-12-22 19:55:43 +0000 sys-boot/tboot: Don't call ar directly Closes: https://bugs.gentoo.org/829745 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Christopher Byrne <salah.coronya@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/23456 Signed-off-by: John Helmert III <ajak@gentoo.org> .../tboot-1.10.3-dont-call-strip-directly.patch | 12 ----------- ...tboot-1.10.3-dont-call-toolchain-directly.patch | 24 ++++++++++++++++++++++ sys-boot/tboot/tboot-1.10.3.ebuild | 2 +- 3 files changed, 25 insertions(+), 13 deletions(-)