Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 782394 - games-puzzle/pingus-0.7.6-r4 calls ar directly
Summary: games-puzzle/pingus-0.7.6-r4 calls ar directly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2021-04-12 06:40 UTC by Agostino Sarubbo
Modified: 2023-04-29 08:16 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,107.07 KB, text/plain)
2021-04-12 06:40 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-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(-)