Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 893258 - mail-filter/zdkimfilter-3.15 calls ar directly
Summary: mail-filter/zdkimfilter-3.15 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: Hanno Böck
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2023-02-05 09:01 UTC by Agostino Sarubbo
Modified: 2023-12-31 02:45 UTC (History)
0 users

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


Attachments
build.log (build.log,63.70 KB, text/plain)
2023-02-05 09:01 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 2023-02-05 09:01:23 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: mail-filter/zdkimfilter-3.13-r1 calls ar directly.
Discovered on: amd64 (internal ref: ci)

NOTE:
As per QA policy, toolchain tools must not be called directly because they can cause issue in cross-compiling and because is not possible use a different AR implementation (like llvm-ar). To reproduce, please use sys-devel/gcc-config[-native-symlinks], sys-devel/binutils-config[-native-symlinks].
Comment 1 Agostino Sarubbo gentoo-dev 2023-02-05 09:01:26 UTC
Created attachment 849882 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-02-05 09:01:27 UTC
Error(s) that match a know pattern:


make[3]: ar: No such file or directory
Comment 3 Agostino Sarubbo gentoo-dev 2023-03-11 16:57:19 UTC
ci has reproduced this issue with version 3.14 - Updating summary.
Comment 4 Agostino Sarubbo gentoo-dev 2023-03-30 08:00:38 UTC
ci has reproduced this issue with version 3.15 - Updating summary.
Comment 5 Larry the Git Cow gentoo-dev 2023-12-31 02:45:30 UTC
The bug has been closed via the following commit(s):

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

commit 84ca6a9211958d303a421d35c93bac1a5baaee86
Author:     Michael Mair-Keimberger <mmk@levelnine.at>
AuthorDate: 2023-12-29 21:50:09 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2023-12-31 02:39:48 +0000

    mail-filter/zdkimfilter: fix calling ar directly, bug #893258
    
    Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
    
    Closes: https://bugs.gentoo.org/893258
    Closes: https://github.com/gentoo/gentoo/pull/34550
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 mail-filter/zdkimfilter/zdkimfilter-3.15.ebuild | 8 ++++++++
 1 file changed, 8 insertions(+)