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

Bug 724968

Summary: net-dialup/dwun 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    
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-05-24 08:14:33 UTC
This is an auto-filed bug because net-dialup/dwun 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-24 08:14:38 UTC
Created attachment 641334 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2022-09-27 21:22:54 UTC
The bug has been closed via the following commit(s):

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

commit 70b31c6195caa75f74898ecd4fbb68db3fb52e17
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-09-27 18:45:38 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-09-27 21:21:09 +0000

    net-dialup/dwun: EAPI 8, fix implicit function decls, respect AR
    
    Closes: https://bugs.gentoo.org/724968
    Closes: https://bugs.gentoo.org/870676
    Signed-off-by: Sam James <sam@gentoo.org>

 net-dialup/dwun/dwun-0.96e-r6.ebuild               | 58 ++++++++++++++++++++++
 ...dwun-0.96e-implicit-function-declarations.patch | 14 ++++++
 .../dwun/files/dwun-0.96e-rename-configure.patch   |  9 ++++
 net-dialup/dwun/files/dwun-0.96e-respect-AR.patch  | 11 ++++
 4 files changed, 92 insertions(+)