Bug 2059049

Summary: numpy can not be imported due to miscompilation of flexiblas
Product: Red Hat Enterprise Linux 9 Reporter: Mattias Ellert <mattias.ellert>
Component: numpyAssignee: Matej Mužila <mmuzila>
Status: CLOSED DUPLICATE QA Contact: RHEL CS Apps Subsystem QE <rhel-cs-apps-subsystem-qe>
Severity: urgent Docs Contact:
Priority: urgent    
Version: CentOS StreamCC: bstinson, jwboyer, nforro
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-02-28 13:49:31 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 2044859, 2058840    
Bug Blocks:    

Description Mattias Ellert 2022-02-28 04:02:27 UTC
Description of problem:

# python3 -c "import numpy"
flexiblas dlopen: /usr/lib64/flexiblas//libflexiblas_fallback_lapack.so: undefined symbol: _gfortran_transfer_character_write
flexiblas  Failed to load the LAPACK fallback library.  Abort!
Aborted (core dumped)

Version-Release number of selected component (if applicable):

# rpm -q python3 python3-numpy flexiblas
python3-3.9.10-2.el9.x86_64
python3-numpy-1.20.1-5.el9.x86_64
flexiblas-3.0.4-7.el9.x86_64

How reproducible:

Always

Steps to Reproduce:
1. python3 -c "import numpy"

Actual results:

Failure

Expected results:

Success

Additional info:

I already filed this bug against flexiblas, but I file it against numpy too for visibility. It is not necessary to change the numpy package if flexiblas is fixed.

Comment 1 Matej Mužila 2022-02-28 13:49:31 UTC

*** This bug has been marked as a duplicate of bug 2058840 ***