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

Bug 833788

Summary: net-news/sfeed-1.2 calls ranlib directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Cédric Krier <cedk>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2022-02-20 08:55:37 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-news/sfeed-1.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-02-20 08:55:39 UTC
Created attachment 765504 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-02-20 08:55:41 UTC
Error(s) that match a know pattern:


make: ranlib: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2022-02-20 10:52:40 UTC
The bug has been closed via the following commit(s):

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

commit e18f1d984044423ed6ac39b6bb76a831d566328e
Author:     Cédric Krier <cedk@gentoo.org>
AuthorDate: 2022-02-20 10:52:02 +0000
Commit:     Cédric Krier <cedk@gentoo.org>
CommitDate: 2022-02-20 10:52:32 +0000

    net-news/sfeed: Set RANLIB and AR and patch for LDFLAGS
    
    Closes: https://bugs.gentoo.org/833788
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Cédric Krier <cedk@gentoo.org>

 net-news/sfeed/files/sfeed-1.2-ldflags.patch | 20 ++++++++++++++++++++
 net-news/sfeed/sfeed-1.2.ebuild              | 18 +++++++++---------
 2 files changed, 29 insertions(+), 9 deletions(-)