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

Bug 804951

Summary: sci-libs/cdf-3.8.0-r1 calls ranlib directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Science Related Packages <sci>
Status: RESOLVED FIXED    
Severity: normal CC: sam
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 2021-07-29 06:34:09 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sci-libs/cdf-3.8.0-r1 calls ranlib directly.
Discovered on: amd64 (internal ref: ci)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
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 2021-07-29 06:34:11 UTC
Created attachment 727584 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-07-29 06:34:13 UTC
Possible context of error(s):

make[2]: ranlib: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2024-03-22 07:12:51 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e1d16eb94174d187d5db3417b786f476f78efeb

commit 3e1d16eb94174d187d5db3417b786f476f78efeb
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-03-22 07:10:53 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-03-22 07:11:55 +0000

    sci-libs/cdf: add 3.9.0
    
    Reported the aliasing issue upstream by email.
    
    Closes: https://bugs.gentoo.org/804951
    Closes: https://bugs.gentoo.org/862675
    Signed-off-by: Sam James <sam@gentoo.org>

 sci-libs/cdf/Manifest                            |   9 ++
 sci-libs/cdf/cdf-3.9.0.ebuild                    | 148 +++++++++++++++++++++++
 sci-libs/cdf/files/cdf-3.9.0-respect-flags.patch |  85 +++++++++++++
 3 files changed, 242 insertions(+)