Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 816555

Summary: app-crypt/efitools-1.9.2 calls nm directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Matthias Maier <tamiko>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 888457    
Bug Blocks: 243502    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2021-10-06 06:05:22 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-crypt/efitools-1.9.2 calls nm directly.
Discovered on: amd64 (internal ref: 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 NM implementation (like llvm-nm). To reproduce, please use sys-devel/gcc-config[-native-symlinks], sys-devel/binutils-config[-native-symlinks].
Comment 1 Agostino Sarubbo gentoo-dev 2021-10-06 06:05:25 UTC
Created attachment 743406 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-10-06 06:05:27 UTC
Possible context of error(s):

../bin/sh: line 1: nm: command not found
./bin/sh: line 1: objcopy: command not found
Comment 3 Larry the Git Cow gentoo-dev 2022-10-24 21:02:47 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddd706d317284d5120b833e1185d64708961ba7d

commit ddd706d317284d5120b833e1185d64708961ba7d
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2022-10-24 21:02:27 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2022-10-24 21:02:27 +0000

    app-crypt/efitools: update EAPI 6 -> 8
    
    Bug: https://bugs.gentoo.org/794766
    Bug: https://bugs.gentoo.org/816555
    Bug: https://bugs.gentoo.org/816558
    Bug: https://bugs.gentoo.org/876379
    Signed-off-by: David Seifert <soap@gentoo.org>

 app-crypt/efitools/efitools-1.9.2-r1.ebuild   |  52 +++++++++++
 app-crypt/efitools/files/1.9.2-Makefile.patch | 121 ++++++++++++++++++++++++++
 app-crypt/efitools/files/1.9.2-clang16.patch  | 108 +++++++++++++++++++++++
 3 files changed, 281 insertions(+)