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

Bug 756850

Summary: www-servers/gatling-0.15 calls ar directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Patrick Lauer <patrick>
Status: RESOLVED FIXED    
Severity: normal CC: sping
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-26 16:46:00 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: www-servers/gatling-0.15 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-26 16:46:02 UTC
Created attachment 675124 [details]
build.log

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

make: ar: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2020-11-28 19:41:53 UTC
The bug has been closed via the following commit(s):

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

commit e3576b0b403212275e8779457e127522b210da8c
Author:     Sebastian Pipping <sping@gentoo.org>
AuthorDate: 2020-11-28 19:39:01 +0000
Commit:     Sebastian Pipping <sping@gentoo.org>
CommitDate: 2020-11-28 19:41:28 +0000

    www-servers/gatling: Respect variable AR
    
    Closes: https://bugs.gentoo.org/756850
    Signed-off-by: Sebastian Pipping <sping@gentoo.org>
    Package-Manager: Portage-3.0.0, Repoman-2.3.23

 www-servers/gatling/files/gatling-0.15-ar.patch | 30 +++++++++++++++++++++++++
 www-servers/gatling/gatling-0.15.ebuild         |  1 +
 2 files changed, 31 insertions(+)