Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 724258 - dev-util/elfkickers calls ar directly
Summary: dev-util/elfkickers calls ar directly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Anthony Basile
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2020-05-20 07:57 UTC by Agostino Sarubbo
Modified: 2021-05-16 17:38 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,13.30 KB, text/plain)
2020-05-20 07:57 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2020-05-20 07:57:10 UTC
This is an auto-filed bug because dev-util/elfkickers calls ar directly.
The issue was originally discovered on amd64, 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 x86_64-pc-linux-gnu-ar and by removing the /usr/bin/ar binary.
Comment 1 Agostino Sarubbo gentoo-dev 2020-05-20 07:57:17 UTC
Created attachment 640460 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2021-05-16 17:38:02 UTC
The bug has been closed via the following commit(s):

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

commit 5d9fb1a5e06bd4902df8b2bd0992148957089e25
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2021-05-16 17:32:42 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2021-05-16 17:37:57 +0000

    dev-util/elfkickers: respect user's $(AR)
    
    Reported-by: Agostino Sarubbo
    Closes: https://bugs.gentoo.org/724258
    Package-Manager: Portage-3.0.18, Repoman-3.0.3
    Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

 dev-util/elfkickers/elfkickers-3.1a.ebuild        | 10 +++++-----
 dev-util/elfkickers/files/elfkickers-3.1-AR.patch | 23 +++++++++++++++++++++++
 2 files changed, 28 insertions(+), 5 deletions(-)