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

Bug 761694

Summary: games-arcade/kobodeluxe-0.5.1-r4 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/39399
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2020-12-25 21:05:01 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: games-arcade/kobodeluxe-0.5.1-r2 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-12-25 21:05:03 UTC
Created attachment 679488 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-12-25 21:05:06 UTC
Possible context of error(s):

make[2]: ar: No such file or directory
Comment 3 Agostino Sarubbo gentoo-dev 2022-11-05 16:51:24 UTC
ci has reproduced this issue with version 0.5.1-r4 - Updating summary.
Comment 4 Larry the Git Cow gentoo-dev 2024-11-22 23:22:13 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22eaa894650e176b657066ba208a355191fcb6fa

commit 22eaa894650e176b657066ba208a355191fcb6fa
Author:     Michael Mair-Keimberger <mmk@levelnine.at>
AuthorDate: 2024-11-21 16:35:28 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2024-11-22 23:22:01 +0000

    games-arcade/kobodeluxe: fix calling AR directly
    
    Closes: https://bugs.gentoo.org/761694
    Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 games-arcade/kobodeluxe/kobodeluxe-0.5.1-r5.ebuild | 75 ++++++++++++++++++++++
 1 file changed, 75 insertions(+)