Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 730800 - games-board/xmahjongg calls ar directly
Summary: games-board/xmahjongg 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: 2020-07-05 08:19 UTC by Agostino Sarubbo
Modified: 2020-07-05 20:06 UTC (History)
0 users

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


Attachments
build.log (build.log,12.98 KB, text/plain)
2020-07-05 08:19 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 2020-07-05 08:19:22 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: games-board/xmahjongg calls ar directly.
Discovered on: amd64

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-07-05 08:19:29 UTC
Created attachment 647662 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2020-07-05 20:06:17 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d09ab946a7e19abdfa549a585e7a54128e44480

commit 4d09ab946a7e19abdfa549a585e7a54128e44480
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2020-07-05 20:05:44 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2020-07-05 20:05:44 +0000

    games-board/xmahjongg: Call AM_PROG_AR
    
    Closes: https://bugs.gentoo.org/730800
    Package-Manager: Portage-2.3.103, Repoman-2.3.23
    Signed-off-by: David Seifert <soap@gentoo.org>

 .../xmahjongg/files/xmahjongg-3.7-autotools.patch  | 26 ++++++++++++++++++++++
 games-board/xmahjongg/xmahjongg-3.7-r1.ebuild      | 16 +++++++------
 2 files changed, 35 insertions(+), 7 deletions(-)