FS#22758 - [lapack] /usr/lib/liblapack.so.3: undefined symbol: chetrs2

Attached to Project: Arch Linux
Opened by Green (The_Green_Arrow) - Friday, 04 February 2011, 20:23 GMT
Last edited by Ronald van Haren (pressh) - Saturday, 05 February 2011, 09:06 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Ronald van Haren (pressh)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

Description:
After updating to latest lapack, I get this error when trying to use numpy library :


from numpy.random import rand
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)



/usr/lib/python2.7/site-packages/numpy/__init__.py in <module>()
134 return loader(*packages, **options)
135
--> 136 import add_newdocs
137 __all__ = ['add_newdocs']
138

/usr/lib/python2.7/site-packages/numpy/add_newdocs.py in <module>()
7 # core/fromnumeric.py, core/defmatrix.py up-to-date.

8
----> 9 from numpy.lib import add_newdoc
10
11 ###############################################################################


/usr/lib/python2.7/site-packages/numpy/lib/__init__.py in <module>()
11
12 import scimath as emath
---> 13 from polynomial import *
14 #import convertcode

15 from utils import *

/usr/lib/python2.7/site-packages/numpy/lib/polynomial.py in <module>()
15 from numpy.lib.function_base import trim_zeros, sort_complex
16 from numpy.lib.type_check import iscomplex, real, imag
---> 17 from numpy.linalg import eigvals, lstsq
18
19 class RankWarning(UserWarning):

/usr/lib/python2.7/site-packages/numpy/linalg/__init__.py in <module>()
46 from info import __doc__
47
---> 48 from linalg import *
49
50 from numpy.testing import Tester

/usr/lib/python2.7/site-packages/numpy/linalg/linalg.py in <module>()
21 isfinite, size, finfo, absolute, log, exp
22 from numpy.lib import triu
---> 23 from numpy.linalg import lapack_lite
24 from numpy.matrixlib.defmatrix import matrix_power
25 from numpy.compat import asbytes

ImportError: /usr/lib/liblapack.so.3: undefined symbol: chetrs2_


Additional info:
* lapack 3.3.0-1


Steps to reproduce: upgrade lapack
This task depends upon

Closed by  Ronald van Haren (pressh)
Saturday, 05 February 2011, 09:06 GMT
Reason for closing:  Fixed
Additional comments about closing:  3.3.0-2
Comment by Eric Belanger (Snowman) - Saturday, 05 February 2011, 00:31 GMT
According to comment on  FS#22759 :
There are some missing lines from Makefile.lapack file and not all of source files are compiled.
Comment by MaLiK (malik_cjm) - Saturday, 05 February 2011, 01:06 GMT
New version of Makefile.lapack and Makefile.blas created. After package rebuild with does files error is gone.

Loading...