Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 855167 - sys-apps/memtest86+-6.00_beta2 calls objcopy directly
Summary: sys-apps/memtest86+-6.00_beta2 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: Ben Kohler
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2022-06-29 18:50 UTC by Agostino Sarubbo
Modified: 2022-07-01 15:36 UTC (History)
0 users

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


Attachments
build.log (build.log,59.64 KB, text/plain)
2022-06-29 18:50 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 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(-)