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

Bug 780450

Summary: games-roguelike/scourge-0.21.1-r1 calls ar directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal CC: soap
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 2021-04-05 22:02:49 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: games-roguelike/scourge-0.21.1-r1 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-05 22:02:51 UTC
Created attachment 697818 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-04-05 22:02:53 UTC
Possible context of error(s):

make[3]: ar: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2021-04-10 09:03:49 UTC
The bug has been closed via the following commit(s):

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

commit 1189b6de0315cd2a9a3810b2e60bc45f5ce1be78
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-04-10 08:53:19 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-04-10 09:03:37 +0000

    games-roguelike/scourge: respect AR
    
    Closes: https://bugs.gentoo.org/780450
    Signed-off-by: Sam James <sam@gentoo.org>

 .../scourge/files/scourge-0.21.1-freetype_pkgconfig.patch           | 6 ++----
 games-roguelike/scourge/files/scourge-0.21.1-gcc47.patch            | 4 ++--
 games-roguelike/scourge/scourge-0.21.1-r1.ebuild                    | 2 ++
 3 files changed, 6 insertions(+), 6 deletions(-)
Comment 4 Larry the Git Cow gentoo-dev 2021-04-10 09:11:06 UTC
The bug has been closed via the following commit(s):

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

commit d9299e664d5510020546132ed9b5370c69300b86
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-04-10 09:10:18 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-04-10 09:10:18 +0000

    games-roguelike/scourge: actually commit AR patch
    
    Closes: https://bugs.gentoo.org/780450
    Signed-off-by: Sam James <sam@gentoo.org>

 games-roguelike/scourge/files/scourge-0.21.1-respect-AR.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)