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

Bug 785946

Summary: [guru] net-news/sfeed-0.9.20 calls ranlib directly
Product: GURU Reporter: Agostino Sarubbo <ago>
Component: Package issuesAssignee: Haelwenn (lanodan) Monnier <contact>
Status: RESOLVED FIXED    
Severity: normal CC: guru-bugs
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 785607    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2021-04-27 06:35:41 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-news/sfeed-0.9.20 calls ranlib directly.
Discovered on: amd64 (internal ref: guru_tinderbox)

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].
This machine uses a clang/LLVM toolchain with LLD as linker.
Comment 1 Agostino Sarubbo gentoo-dev 2021-04-27 06:35:44 UTC
Created attachment 702657 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-04-27 06:35:45 UTC
Possible context of error(s):

make: ranlib: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2021-05-17 19:11:33 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=57ffb9a7ed63cced3ab1d159006af4e12625f02d

commit 57ffb9a7ed63cced3ab1d159006af4e12625f02d
Author:     Anna Vyalkova <cyber@sysrq.in>
AuthorDate: 2021-05-16 14:22:54 +0000
Commit:     Anna Vyalkova <cyber@sysrq.in>
CommitDate: 2021-05-16 16:11:06 +0000

    net-news/sfeed: fix AR and RANLIB, drop old
    
    Closes: https://bugs.gentoo.org/785946
    Signed-off-by: Anna Vyalkova <cyber@sysrq.in>

 net-news/sfeed/Manifest            |  1 -
 net-news/sfeed/sfeed-0.9.18.ebuild | 35 -----------------------------------
 net-news/sfeed/sfeed-0.9.20.ebuild |  4 ++--
 net-news/sfeed/sfeed-9999.ebuild   |  4 ++--
 4 files changed, 4 insertions(+), 40 deletions(-)