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

Bug 730788

Summary: games-board/cgoban calls ar directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    
Attachments: build.log
other.tar.bz2

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(-)