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

Bug 858698

Summary: dev-lang/teyjus-2.1-r2 calls ranlib directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Mark Wright <gienah>
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-07-18 06:40:25 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-lang/teyjus-2.1-r2 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-07-18 06:40:27 UTC
Created attachment 792056 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-07-18 06:40:29 UTC
Error(s) that match a know pattern:


      command not found in PATH: ranlib
Comment 3 Larry the Git Cow gentoo-dev 2022-07-18 09:44:34 UTC
The bug has been closed via the following commit(s):

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

commit 45a05ec34477c34d5f3f83fce5a356a5638b647b
Author:     Mark Wright <gienah@gentoo.org>
AuthorDate: 2022-07-18 09:43:58 +0000
Commit:     Mark Wright <gienah@gentoo.org>
CommitDate: 2022-07-18 09:43:58 +0000

    dev-lang/teyjus: Use RANLIB to configure the build environment
    
    Use the environment variable RANLIB to configure the build environment.
    Thanks to Agostino Sarubbo for reporting.
    
    Closes: https://bugs.gentoo.org/858698
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Mark Wright <gienah@gentoo.org>

 dev-lang/teyjus/teyjus-2.1-r2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)