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

Bug 720712

Summary: dev-util/strace calls ar directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/strace/strace/pull/137
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2020-05-02 19:21:24 UTC
This is an auto-filled bug because dev-util/strace calls ar directly.
The issue was originally discovered on arm64, but it may be reproducible on other arches as well.
If you think that a different summary clarifies the issue better, feel free to change it.
Attached build log and emerge --info.

NOTE:
If you think it doesn't make sense fix these type of issues, I'd like to point out that won't be possible use a different AR implementation (like llvm-ar) by setting the AR variable. So this issue has been reproduced by setting the AR variable to aarch64-unknown-linux-gnu-ar and by removing the /usr/bin/ar binary.
Comment 1 Agostino Sarubbo gentoo-dev 2020-05-02 19:22:02 UTC
Created attachment 635736 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2020-05-02 20:31:54 UTC
The bug has been closed via the following commit(s):

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

commit 943946b119a14f044dc1af8f7b90535f782bff4e
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2020-05-02 20:31:15 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2020-05-02 20:31:15 +0000

    dev-util/strace: respect AR variable
    
    Closes: https://bugs.gentoo.org/720712
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 dev-util/strace/files/strace-5.6-AR.patch | 27 +++++++++++++++++++++++++++
 dev-util/strace/strace-5.6.ebuild         |  3 ++-
 2 files changed, 29 insertions(+), 1 deletion(-)