Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 834874 - app-misc/fdutils-5.6_p2 calls ar directly
Summary: app-misc/fdutils-5.6_p2 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: 2022-03-10 07:37 UTC by Agostino Sarubbo
Modified: 2022-03-15 17:31 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,49.70 KB, text/plain)
2022-03-10 07:37 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 2022-03-10 07:37:03 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-misc/fdutils-5.6_p2 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 2022-03-10 07:37:05 UTC
CC'ing also the author of the commit (d8c28af972c4fa3cb6a6df5a69e6a21d0ae92c88)
Comment 2 Agostino Sarubbo gentoo-dev 2022-03-10 07:37:06 UTC
Created attachment 766664 [details]
build.log

build log and emerge --info
Comment 3 Agostino Sarubbo gentoo-dev 2022-03-10 07:37:08 UTC
Error(s) that match a know pattern:


make[1]: ar: No such file or directory
Comment 4 Thomas Bracht Laumann Jespersen 2022-03-10 08:57:01 UTC
I'll take care of this one.
Comment 5 Larry the Git Cow gentoo-dev 2022-03-15 17:31:32 UTC
The bug has been closed via the following commit(s):

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

commit bd003ff3ac0a077118ab9e33783fd9e2408a4274
Author:     Thomas Bracht Laumann Jespersen <t@laumann.xyz>
AuthorDate: 2022-03-10 14:26:06 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-03-15 17:31:23 +0000

    app-misc/fdutils: Fix direct calls to "ar"
    
    Closes: https://bugs.gentoo.org/834874
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
    Closes: https://github.com/gentoo/gentoo/pull/24477
    Signed-off-by: Sam James <sam@gentoo.org>

 app-misc/fdutils/fdutils-5.6_p2.ebuild             |  2 ++
 .../fdutils/files/fdutils-5.6_p2-variable-ar.patch | 30 ++++++++++++++++++++++
 2 files changed, 32 insertions(+)