Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 825050 - net-wireless/mdk-3.6-r1 calls ranlib directly
Summary: net-wireless/mdk-3.6-r1 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: Rick Farina (Zero_Chaos)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2021-11-19 19:14 UTC by Agostino Sarubbo
Modified: 2021-11-19 20:41 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,40.10 KB, text/plain)
2021-11-19 19:14 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-11-19 19:14:53 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-wireless/mdk-3.6-r1 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 2021-11-19 19:14:55 UTC
Created attachment 753486 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-11-19 19:14:57 UTC
Error(s) that match a know pattern:


make[2]: ranlib: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2021-11-19 20:41:40 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f29aaf16c23c3467285bbf37f25f79c53a2afbe

commit 9f29aaf16c23c3467285bbf37f25f79c53a2afbe
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2021-11-19 20:41:15 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2021-11-19 20:41:15 +0000

    net-wireless/mdk: pass RANLIB to emake
    
    Closes: https://bugs.gentoo.org/825050
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 net-wireless/mdk/mdk-3.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)