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

Bug 792249

Summary: net-mail/mailfront-2.22 calls ar directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal CC: 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 2021-05-26 14:23:39 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-mail/mailfront-2.22 calls ar directly.
Discovered on: amd64 (internal ref: ci)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
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 2021-05-26 14:23:41 UTC
Created attachment 711390 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-05-26 14:23:43 UTC
Possible context of error(s):

./makelib: line 4: ar: command not found
./makelib: line 5: ranlib: command not found
Comment 3 Larry the Git Cow gentoo-dev 2024-08-07 19:34:29 UTC
The bug has been closed via the following commit(s):

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

commit 8af93c014c2cec57b4f93b963756266f5967c35c
Author:     Petr Vaněk <arkamar@gentoo.org>
AuthorDate: 2024-08-07 11:00:30 +0000
Commit:     Petr Vaněk <arkamar@gentoo.org>
CommitDate: 2024-08-07 19:32:34 +0000

    net-mail/mailfront: respect AR, RANLIB and LDFLAGS
    
    Closes: https://bugs.gentoo.org/727834
    Closes: https://bugs.gentoo.org/792249
    Closes: https://bugs.gentoo.org/792252
    Signed-off-by: Petr Vaněk <arkamar@gentoo.org>

 net-mail/mailfront/mailfront-2.22-r1.ebuild | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)