https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: sys-libs/libnvidia-container-1.3.3 calls objcopy directly. Discovered on: amd64 (internal ref: guru_tinderbox) 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 OBJCOPY implementation (like llvm-objcopy). To reproduce, please use sys-devel/gcc-config[-native-symlinks], sys-devel/binutils-config[-native-symlinks]. This machine uses a clang/LLVM toolchain with LLD as linker.
Created attachment 702675 [details] build.log build log and emerge --info
Possible context of error(s): make: objcopy: No such file or directory make: objcopy: 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=06a9dd831bf8a98148ed8dd70bfe22936c825d10 commit 06a9dd831bf8a98148ed8dd70bfe22936c825d10 Author: Alexander Golubev <fatzer2@gmail.com> AuthorDate: 2024-11-13 17:17:10 +0000 Commit: Alexander Golubev <fatzer2@gmail.com> CommitDate: 2024-11-13 17:17:10 +0000 sys-libs/libnvidia-container: add 1.17.0 drop 1.14.6 +fixes - drop USE=doc: it installs only trivial documentation which can already be controlled by FEATURE=nodoc - remove licenses from DOCS - make dependency upon sys-libs/libseccomp optional - drop dependency upon dev-build/bmake - move x11-drivers/nvidia-drivers to RDEPEND - make ebuild respect user's flags/CC/etc Closes: https://bugs.gentoo.org/785154 Closes: https://bugs.gentoo.org/785970 Closes: https://bugs.gentoo.org/927989 Signed-off-by: Alexander Golubev <fatzer2@gmail.com> sys-libs/libnvidia-container/Manifest | 2 +- ...ibnvidia-container-1.17.0-fix-makefile-r1.patch | 220 +++++++++++++++++++++ .../libnvidia-container-1.14.6.ebuild | 96 --------- .../libnvidia-container-1.17.0.ebuild | 123 ++++++++++++ .../libnvidia-container-9999.ebuild | 70 ++++--- 5 files changed, 391 insertions(+), 120 deletions(-)