Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 816558 - app-crypt/efitools-1.9.2 calls objcopy directly
Summary: app-crypt/efitools-1.9.2 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: Matthias Maier
URL:
Whiteboard:
Keywords:
Depends on: 888457
Blocks: tc-directly
  Show dependency tree
 
Reported: 2021-10-06 06:05 UTC by Agostino Sarubbo
Modified: 2022-12-26 03:37 UTC (History)
0 users

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


Attachments
build.log (build.log,205.31 KB, text/plain)
2021-10-06 06:05 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 2021-10-06 06:05:28 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-crypt/efitools-1.9.2 calls objcopy 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 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 2021-10-06 06:05:31 UTC
Created attachment 743409 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-10-06 06:05:33 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:46 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(+)