Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 849761

Summary: x11-wm/fvwm3-1.0.4-r2 calls ar directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Matt Jolly <kangie>
Status: RESOLVED FIXED    
Severity: normal CC: kangie, proxy-maint, sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    
Attachments: build.log

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(-)