Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 831862 - dev-ml/camlidl-1.05-r1 calls ranlib directly
Summary: dev-ml/camlidl-1.05-r1 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: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2022-01-23 08:04 UTC by Agostino Sarubbo
Modified: 2022-01-24 13:31 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,50.85 KB, text/plain)
2022-01-23 08:04 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-01-23 08:04:30 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-ml/camlidl-1.05-r1 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-01-23 08:04:33 UTC
Created attachment 763311 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-01-23 08:04:34 UTC
Error(s) that match a know pattern:


make[1]: ranlib: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2022-01-24 13:31:32 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9959ec1a453b88d35cc57f7f309c1ad857cf9ff5

commit 9959ec1a453b88d35cc57f7f309c1ad857cf9ff5
Author:     Alfredo Tupone <tupone@gentoo.org>
AuthorDate: 2022-01-24 13:31:21 +0000
Commit:     Alfredo Tupone <tupone@gentoo.org>
CommitDate: 2022-01-24 13:31:21 +0000

    dev-ml/camlidl: do not call ranlib directly
    
    Closes: https://bugs.gentoo.org/831862
    Package-Manager: Portage-3.0.28, Repoman-3.0.3
    Signed-off-by: Alfredo Tupone <tupone@gentoo.org>

 dev-ml/camlidl/camlidl-1.05-r1.ebuild | 4 ++--
 dev-ml/camlidl/metadata.xml           | 5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)