Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 730788 - games-board/cgoban calls ar directly
Summary: games-board/cgoban 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:17 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,15.04 KB, text/plain)
2020-07-05 08:17 UTC, Agostino Sarubbo
Details
other.tar.bz2 (other.tar.bz2,247 bytes, application/x-bzip-compressed-tar)
2020-07-05 08:17 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:17:14 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: games-board/cgoban 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:17:20 UTC
Created attachment 647646 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-07-05 08:17:24 UTC
Created attachment 647648 [details]
other.tar.bz2

other logs
Comment 3 Larry the Git Cow gentoo-dev 2020-07-05 20:06:21 UTC
The bug has been closed via the following commit(s):

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

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

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

 games-board/cgoban/cgoban-1.9.14-r2.ebuild          | 15 +++++++--------
 games-board/cgoban/files/cgoban-1.9.14-cflags.patch | 20 ++++++++++++--------
 2 files changed, 19 insertions(+), 16 deletions(-)