Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 785970 - [guru] sys-libs/libnvidia-container-1.3.3 calls objcopy directly
Summary: [guru] sys-libs/libnvidia-container-1.3.3 calls objcopy directly
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: vowstar
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qa-guru
  Show dependency tree
 
Reported: 2021-04-27 08:22 UTC by Agostino Sarubbo
Modified: 2024-11-14 16:17 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,72.29 KB, text/plain)
2021-04-27 08:22 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2021-04-27 08:22:33 UTC
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.
Comment 1 Agostino Sarubbo gentoo-dev 2021-04-27 08:22:35 UTC
Created attachment 702675 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-04-27 08:22:37 UTC
Possible context of error(s):

make: objcopy: No such file or directory
make: objcopy: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2024-11-14 16:17:31 UTC
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(-)