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

Bug 746095

Summary: games-rpg/adonthell-0.3.8 calls ar directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal Keywords: PullRequest
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/17961
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2020-10-02 07:52:35 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: games-rpg/adonthell-0.3.8 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-10-02 07:52:37 UTC
Created attachment 663499 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-10-02 07:52:40 UTC
Possible context of error(s):

make[3]: ar: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2020-10-22 21:19:18 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24ab5599bcad574f7d3c89bbc2cbb0d371b434a6

commit 24ab5599bcad574f7d3c89bbc2cbb0d371b434a6
Author:     Alexey Sokolov <sokolov@google.com>
AuthorDate: 2020-10-17 22:54:32 +0000
Commit:     James Le Cuirot <chewi@gentoo.org>
CommitDate: 2020-10-22 21:18:19 +0000

    games-rpg/adonthell: don't call ar directly
    
    Closes: https://bugs.gentoo.org/746095
    Package-Manager: Portage-3.0.8, Repoman-3.0.1
    Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
    Closes: https://github.com/gentoo/gentoo/pull/17961
    Signed-off-by: James Le Cuirot <chewi@gentoo.org>

 games-rpg/adonthell/adonthell-0.3.8.ebuild         | 11 ++++++++++-
 games-rpg/adonthell/files/adonthell-0.3.8-ar.patch | 11 +++++++++++
 2 files changed, 21 insertions(+), 1 deletion(-)