https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: sys-boot/tboot-1.10.3 calls strip 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 STRIP implementation (like llvm-strip). To reproduce, please use sys-devel/gcc-config[-native-symlinks], sys-devel/binutils-config[-native-symlinks].
CC'ing also the author of the commit (302e8ab6fca4bb824c4b9b657fa454ad163ff10e)
Created attachment 759864 [details] build.log build log and emerge --info
Error(s) that match a know pattern: make[2]: strip: No such file or directory
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a347efebb631f7cda18364295afe2858c11a36b1 commit a347efebb631f7cda18364295afe2858c11a36b1 Author: Christopher Byrne <salah.coronya@gmail.com> AuthorDate: 2021-12-20 17:31:59 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-12-21 01:39:17 +0000 sys-boot/tboot: Don't call strip directly Closes: https://bugs.gentoo.org/829696 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/23439 Signed-off-by: Sam James <sam@gentoo.org> .../tboot/files/tboot-1.10.3-dont-call-strip-directly.patch | 12 ++++++++++++ sys-boot/tboot/tboot-1.10.3.ebuild | 5 +++-- 2 files changed, 15 insertions(+), 2 deletions(-)