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].
Created attachment 711390 [details] build.log build log and emerge --info
Possible context of error(s): ./makelib: line 4: ar: command not found ./makelib: line 5: ranlib: command not found
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(-)