Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 835552 - dev-lang/smlnj-110.99.2 calls ranlib directly
Summary: dev-lang/smlnj-110.99.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: Gentoo Team for the ML programming language family
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2022-03-18 09:09 UTC by Agostino Sarubbo
Modified: 2022-03-18 09:31 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,59.38 KB, text/plain)
2022-03-18 09:09 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-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(-)