Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 720794 - mail-filter/libmilter calls ar directly
Summary: mail-filter/libmilter 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: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2020-05-03 11:44 UTC by Agostino Sarubbo
Modified: 2021-06-01 09:44 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,12.33 KB, text/plain)
2020-05-03 11:44 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-03 11:44:18 UTC
This is an auto-filled bug because mail-filter/libmilter 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-03 11:44:33 UTC
Created attachment 635822 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2021-06-01 09:44:08 UTC
The bug has been closed via the following commit(s):

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

commit e18ccba2971857056c22c9958a1f330fd9adaa52
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2021-06-01 09:34:59 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2021-06-01 09:43:54 +0000

    mail-filter/libmilter: respect AR
    
    emake AR=... is sufficient and no need to touch config.m4
    
    Closes: https://bugs.gentoo.org/720794
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 mail-filter/libmilter/libmilter-1.0.2_p1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)