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

Bug 913704

Summary: sys-boot/gnu-efi-3.0.17 calls objcopy directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Mike Gilbert <floppym>
Status: RESOLVED FIXED    
Severity: normal CC: soap
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2023-09-06 06:40:08 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-boot/gnu-efi-3.0.17 calls objcopy 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 OBJCOPY implementation (like llvm-objcopy). To reproduce, please use sys-devel/gcc-config[-native-symlinks], sys-devel/binutils-config[-native-symlinks].
Comment 1 Agostino Sarubbo gentoo-dev 2023-09-06 06:40:10 UTC
Created attachment 869895 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-09-06 06:40:12 UTC
Error(s) that match a know pattern:


/bin/sh: line 1: objcopy: command not found
Comment 3 Larry the Git Cow gentoo-dev 2023-09-06 08:02:03 UTC
The bug has been closed via the following commit(s):

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

commit 31a84c73e7c9b2a77d968c2506ae333aed367414
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2023-09-06 08:01:55 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2023-09-06 08:01:55 +0000

    sys-boot/gnu-efi: pass OBJCOPY to build system
    
    Closes: https://bugs.gentoo.org/913704
    Signed-off-by: David Seifert <soap@gentoo.org>

 sys-boot/gnu-efi/gnu-efi-3.0.17.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)