Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 833788 - net-news/sfeed-1.2 calls ranlib directly
Summary: net-news/sfeed-1.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: Cédric Krier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2022-02-20 08:55 UTC by Agostino Sarubbo
Modified: 2022-02-20 10:52 UTC (History)
0 users

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


Attachments
build.log (build.log,43.66 KB, text/plain)
2022-02-20 08:55 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-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(-)