Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 792252 - net-mail/mailfront-2.22 calls ranlib directly
Summary: net-mail/mailfront-2.22 calls ranlib directly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2021-05-26 14:23 UTC by Agostino Sarubbo
Modified: 2024-08-07 19:34 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,38.98 KB, text/plain)
2021-05-26 14:23 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 2021-05-26 14:23:45 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-mail/mailfront-2.22 calls ranlib 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 RANLIB implementation (like llvm-ranlib). 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:48 UTC
Created attachment 711393 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-05-26 14:23:50 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:26 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(-)