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

Bug 855167

Summary: sys-apps/memtest86+-6.00_beta2 calls objcopy directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Ben Kohler <bkohler>
Status: RESOLVED FIXED    
Severity: normal    
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 2022-06-29 18:50:39 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-apps/memtest86+-6.00_beta2 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 2022-06-29 18:50:42 UTC
Created attachment 788774 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-06-29 18:50:43 UTC
Error(s) that match a know pattern:


make: objcopy: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2022-07-01 15:36:21 UTC
The bug has been closed via the following commit(s):

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

commit 8408b03ac54f257822ef6a180ec7dd7fe46167f3
Author:     Ben Kohler <bkohler@gentoo.org>
AuthorDate: 2022-07-01 15:35:44 +0000
Commit:     Ben Kohler <bkohler@gentoo.org>
CommitDate: 2022-07-01 15:36:15 +0000

    sys-apps/memtest86+: fix direct objcopy call, re-organize seds
    
    Closes: https://bugs.gentoo.org/855167
    
    Signed-off-by: Ben Kohler <bkohler@gentoo.org>

 sys-apps/memtest86+/memtest86+-6.00_beta2.ebuild | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)