Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 852683 - net-mail/relay-ctrl-3.2 calls ranlib directly
Summary: net-mail/relay-ctrl-3.2 calls ranlib directly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2022-06-17 06:43 UTC by Agostino Sarubbo
Modified: 2022-07-12 05:58 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,43.22 KB, text/plain)
2022-06-17 06:43 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 2022-06-17 06:43:15 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

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

build log and emerge --info
Comment 3 Agostino Sarubbo gentoo-dev 2022-06-17 06:43:20 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:32 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(+)