Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 913704 - sys-boot/gnu-efi-3.0.17 calls objcopy directly
Summary: sys-boot/gnu-efi-3.0.17 calls objcopy directly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mike Gilbert
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2023-09-06 06:40 UTC by Agostino Sarubbo
Modified: 2023-09-06 08:02 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,72.02 KB, text/plain)
2023-09-06 06:40 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 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(-)