Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 849761 - x11-wm/fvwm3-1.0.4-r2 calls ar directly
Summary: x11-wm/fvwm3-1.0.4-r2 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: Matt Jolly
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2022-06-05 07:02 UTC by Agostino Sarubbo
Modified: 2022-06-18 14:44 UTC (History)
3 users (show)

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


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

Issue: x11-wm/fvwm3-1.0.4-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 2022-06-05 07:02:03 UTC
Created attachment 782843 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-06-05 07:02:05 UTC
Error(s) that match a know pattern:


make[2]: ar: No such file or directory
Comment 3 Agostino Sarubbo gentoo-dev 2022-06-18 13:52:13 UTC
ci has reproduced this issue with version 1.0.4-r2 - Updating summary.
Comment 4 Larry the Git Cow gentoo-dev 2022-06-18 14:44:56 UTC
The bug has been closed via the following commit(s):

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

commit a7487d6657d5da05f029d6734ebe024d5eb34af7
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2022-06-18 14:44:32 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2022-06-18 14:44:32 +0000

    x11-wm/fvwm3: [QA] pass AR to make
    
    Closes: https://bugs.gentoo.org/849761
    Signed-off-by: David Seifert <soap@gentoo.org>

 x11-wm/fvwm3/fvwm3-1.0.4-r2.ebuild | 4 ++--
 x11-wm/fvwm3/fvwm3-9999.ebuild     | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)