Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 804951 - sci-libs/cdf-3.8.0-r1 calls ranlib directly
Summary: sci-libs/cdf-3.8.0-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: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2021-07-29 06:34 UTC by Agostino Sarubbo
Modified: 2024-03-22 07:12 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,60.75 KB, text/plain)
2021-07-29 06:34 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 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(+)