Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 913610 - sys-fs/mtd-utils-2.1.6 calls ar directly
Summary: sys-fs/mtd-utils-2.1.6 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: Robin Johnson
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2023-09-04 09:19 UTC by Agostino Sarubbo
Modified: 2023-12-31 02:45 UTC (History)
1 user (show)

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


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

Issue: sys-fs/mtd-utils-2.1.6 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-09-04 09:19:10 UTC
Created attachment 869573 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-09-04 09:19:11 UTC
Error(s) that match a know pattern:


make: ar: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2023-12-31 02:45:29 UTC
The bug has been closed via the following commit(s):

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

commit d539f9db1a52840e4c09c28386e865ada9f3e078
Author:     Michael Mair-Keimberger <mmk@levelnine.at>
AuthorDate: 2023-12-28 20:40:56 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2023-12-31 02:40:44 +0000

    sys-fs/mtd-utils: fix calling ar directly, bug #913610
    
    Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
    
    Closes: https://bugs.gentoo.org/913610
    Closes: https://github.com/gentoo/gentoo/pull/34525
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 sys-fs/mtd-utils/mtd-utils-2.1.6-r2.ebuild | 58 ++++++++++++++++++++++++++++++
 1 file changed, 58 insertions(+)