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

Bug 835552

Summary: dev-lang/smlnj-110.99.2 calls ranlib directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Team for the ML programming language family <ml>
Status: RESOLVED FIXED    
Severity: normal CC: xgqt
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-03-18 09:09:48 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-lang/smlnj-110.99.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-03-18 09:09:50 UTC
Created attachment 767298 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-03-18 09:09:52 UTC
Error(s) that match a know pattern:


make[2]: ranlib: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2022-03-18 09:31:50 UTC
The bug has been closed via the following commit(s):

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

commit 1f2f7c0e3e2551ef668f71d4e35af2a22d15d106
Author:     Maciej Barć <xgqt@gentoo.org>
AuthorDate: 2022-03-18 09:29:38 +0000
Commit:     Maciej Barć <xgqt@gentoo.org>
CommitDate: 2022-03-18 09:30:39 +0000

    dev-lang/smlnj: fix base/runtime/objs/makefile
    
    Closes: https://bugs.gentoo.org/835552
    Signed-off-by: Maciej Barć <xgqt@gentoo.org>

 dev-lang/smlnj/smlnj-110.99.2.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)