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

Bug 852680

Summary: net-mail/relay-ctrl-3.2 calls ar directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Robin Johnson <robbat2>
Status: RESOLVED FIXED    
Severity: normal CC: sam, t
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-17 06:43:09 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-mail/relay-ctrl-3.2 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-17 06:43:11 UTC
CC'ing also the author of the commit (16a93122f27d78f42875dcfec84593c65803fe59)
Comment 2 Agostino Sarubbo gentoo-dev 2022-06-17 06:43:12 UTC
Created attachment 785849 [details]
build.log

build log and emerge --info
Comment 3 Agostino Sarubbo gentoo-dev 2022-06-17 06:43:14 UTC
Error(s) that match a know pattern:


./makelib: line 4: ar: command not found
./makelib: line 5: ranlib: command not found
Comment 4 Larry the Git Cow gentoo-dev 2022-07-12 05:58:31 UTC
The bug has been closed via the following commit(s):

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

commit 68419a85a2903bc66a0ab8f10643531677b1c273
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-07-12 04:48:01 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-07-12 05:58:24 +0000

    net-mail/relay-ctrl: respect AR, RANLIB
    
    Closes: https://bugs.gentoo.org/852683
    Closes: https://bugs.gentoo.org/852680
    Signed-off-by: Sam James <sam@gentoo.org>

 net-mail/relay-ctrl/relay-ctrl-3.1.1-r2.ebuild | 3 +++
 net-mail/relay-ctrl/relay-ctrl-3.1.1-r3.ebuild | 3 +++
 net-mail/relay-ctrl/relay-ctrl-3.2.ebuild      | 3 +++
 3 files changed, 9 insertions(+)