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

Bug 744919

Summary: app-crypt/efitools-1.9.2 calls ar directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Matthias Maier <tamiko>
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 2020-09-27 05:26:14 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-crypt/efitools-1.9.2 calls ar 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 AR implementation (like llvm-ar). To reproduce, please use sys-devel/gcc-config[-native-symlinks], sys-devel/binutils-config[-native-symlinks] and set the AR variable to x86_64-pc-linux-gnu-ar.
Comment 1 Agostino Sarubbo gentoo-dev 2020-09-27 05:26:17 UTC
Created attachment 662620 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-09-27 05:26:19 UTC
Possible context of error(s):

make[1]: ar: No such file or directory
make[1]: ar: No such file or directory
make[1]: ar: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2021-10-06 03:36:31 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=915705ee5db3fff848c1af34db5aa4a68320619b

commit 915705ee5db3fff848c1af34db5aa4a68320619b
Author:     Matthias Maier <tamiko@gentoo.org>
AuthorDate: 2021-10-06 03:35:27 +0000
Commit:     Matthias Maier <tamiko@gentoo.org>
CommitDate: 2021-10-06 03:36:27 +0000

    app-crypt/efitools: do not call ar directly
    
    Closes: https://bugs.gentoo.org/744919
    Package-Manager: Portage-3.0.23, Repoman-3.0.3
    Signed-off-by: Matthias Maier <tamiko@gentoo.org>

 app-crypt/efitools/efitools-1.8.1.ebuild        |  1 +
 app-crypt/efitools/efitools-1.9.2.ebuild        |  1 +
 app-crypt/efitools/files/1.8.1-respect-ar.patch | 25 +++++++++++++++++++++++++
 3 files changed, 27 insertions(+)