Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 858698 - dev-lang/teyjus-2.1-r2 calls ranlib directly
Summary: dev-lang/teyjus-2.1-r2 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: Mark Wright
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2022-07-18 06:40 UTC by Agostino Sarubbo
Modified: 2022-07-18 09:44 UTC (History)
0 users

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


Attachments
build.log (build.log,137.75 KB, text/plain)
2022-07-18 06:40 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-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(-)