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

Bug 756040

Summary: games-util/xqf-1.0.6.2 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

Description Agostino Sarubbo gentoo-dev 2020-11-22 09:26:36 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: games-util/xqf-1.0.6.2 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 2020-11-22 09:26:38 UTC
Created attachment 674260 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-11-22 09:26:40 UTC
Possible context of error(s):

make[3]: ar: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2020-11-22 14:15:39 UTC
The bug has been closed via the following commit(s):

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

commit 6ebb9c8d9e3d5bd63cebcf51b58ababdbcebc48d
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2020-11-22 14:15:23 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2020-11-22 14:15:23 +0000

    games-util/xqf: Call AM_PROG_AR
    
    Closes: https://bugs.gentoo.org/756040
    Package-Manager: Portage-3.0.9, Repoman-3.0.2
    Signed-off-by: David Seifert <soap@gentoo.org>

 games-util/xqf/files/xqf-1.0.6.2-underlink.patch | 28 ++++++++++++++++--------
 1 file changed, 19 insertions(+), 9 deletions(-)