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

Bug 725194

Summary: net-misc/rwhoisd calls ar directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal Keywords: PullRequest
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/28676
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2020-05-25 07:16:32 UTC
This is an auto-filed bug because net-misc/rwhoisd 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-25 07:16:38 UTC
Created attachment 641544 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2023-12-09 18:11:02 UTC
The bug has been closed via the following commit(s):

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

commit 8e0c7585f5ff58e7a5c9538ad7d60c69699032d4
Author:     Pascal Jäger <pascal.jaeger@leimstift.de>
AuthorDate: 2022-12-15 21:55:46 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-12-09 18:06:02 +0000

    net-misc/rwhoisd: fix build for clang16
    
    Closes: https://bugs.gentoo.org/725194
    Closes: https://bugs.gentoo.org/861830
    Closes: https://bugs.gentoo.org/870940
    Closes: https://bugs.gentoo.org/893906
    Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
    Closes: https://github.com/gentoo/gentoo/pull/28676
    Signed-off-by: Sam James <sam@gentoo.org>

 net-misc/rwhoisd/Manifest                          |  1 +
 net-misc/rwhoisd/files/rwhoisd-1.5.9.6-c99.patch   | 89 ++++++++++++++++++++++
 .../files/rwhoisd-1.5.9.6-fix-direct-ar-call.patch | 33 ++++++++
 net-misc/rwhoisd/rwhoisd-1.5.9.6-r3.ebuild         | 61 +++++++++++++++
 4 files changed, 184 insertions(+)