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

Bug 782394

Summary: games-puzzle/pingus-0.7.6-r4 calls ar directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal CC: sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=905269
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2021-04-12 06:40:45 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: games-puzzle/pingus-0.7.6-r3 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 2021-04-12 06:40:48 UTC
Created attachment 699333 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-04-12 06:40:50 UTC
Possible context of error(s):

sh: line 1: ar: command not found
Comment 3 Agostino Sarubbo gentoo-dev 2023-02-16 07:53:32 UTC
ci has reproduced this issue with version 0.7.6-r4 - Updating summary.
Comment 4 Larry the Git Cow gentoo-dev 2023-04-28 23:17:17 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6226f613d81c0226e7bfd79e0462c36485c18072

commit 6226f613d81c0226e7bfd79e0462c36485c18072
Author:     Pacho Ramos <pacho@gentoo.org>
AuthorDate: 2023-04-28 23:16:21 +0000
Commit:     Pacho Ramos <pacho@gentoo.org>
CommitDate: 2023-04-28 23:17:09 +0000

    games-puzzle/pingus: Honour arguments in the wrapper
    
    And respect AR variabke
    
    Closes: https://bugs.gentoo.org/782394
    Signed-off-by: Pacho Ramos <pacho@gentoo.org>

 games-puzzle/pingus/files/pingus-0.7.6-echo-e.patch                   | 4 ++--
 .../pingus/{pingus-0.7.6-r4.ebuild => pingus-0.7.6-r5.ebuild}         | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)