Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 727944 - sci-libs/openblas calls ranlib directly
Summary: sci-libs/openblas 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: UPSTREAM
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2020-06-11 15:45 UTC by Agostino Sarubbo
Modified: 2020-09-18 23:27 UTC (History)
3 users (show)

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


Attachments
build.log.bz2 (build.log.bz2,72.64 KB, application/x-bzip2)
2020-06-11 15:46 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 2020-06-11 15:45:55 UTC
@@This is an auto-filed bug@@
If you think that a different summary clarifies the issue better, feel free to change it.

Issue: sci-libs/openblas calls ranlib directly.
Discovered on: amd64

NOTE:
If you think it doesn't make sense fix these type of issues, I'd like to point out that won't be possible use a different RANLIB implementation (like llvm-ranlib) by setting the RANLIB variable. So this issue has been reproduced by setting the RANLIB variable to x86_64-pc-linux-gnu-ranlib and by removing the /usr/bin/ranlib binary.
Comment 1 Agostino Sarubbo gentoo-dev 2020-06-11 15:46:02 UTC
Created attachment 644390 [details]
build.log.bz2

build log and emerge --info
Comment 2 Michael Orlitzky gentoo-dev 2020-06-22 21:28:53 UTC
This was fixed upstream along with AR,

  https://github.com/xianyi/OpenBLAS/commit/abf670757b2838dd68eede5

but I don't think it needs to be hacked around in the ebuild as well. The next time there's a version bump, we'll get it. Thanks ago =)
Comment 3 Agostino Sarubbo gentoo-dev 2020-06-23 07:09:26 UTC
(In reply to Michael Orlitzky from comment #2)
> This was fixed upstream along with AR,
> 
>   https://github.com/xianyi/OpenBLAS/commit/abf670757b2838dd68eede5
> 
> but I don't think it needs to be hacked around in the ebuild as well. The
> next time there's a version bump, we'll get it. Thanks ago =)

Hello Michael, would you mind to let it open? This help me to avoid file duplicates..
Comment 4 Larry the Git Cow gentoo-dev 2020-09-18 23:25:04 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bffd74cd9fafa37de16fe2e30090b80b677b575

commit 5bffd74cd9fafa37de16fe2e30090b80b677b575
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2020-09-18 23:19:02 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2020-09-18 23:25:00 +0000

    sci-libs/openblas: bump to 0.3.10
    
    Closes: https://bugs.gentoo.org/727944
    Package-Manager: Portage-3.0.4, Repoman-3.0.1
    Signed-off-by: Sam James <sam@gentoo.org>

 sci-libs/openblas/Manifest                         |   1 +
 .../openblas-0.3.10-dont-clobber-fflags.patch      |  26 ++++
 sci-libs/openblas/openblas-0.3.10.ebuild           | 143 +++++++++++++++++++++
 3 files changed, 170 insertions(+)