Bug 565267 - Undefined symbol in numpy
Summary: Undefined symbol in numpy
Keywords:
Status: CLOSED DUPLICATE of bug 562577
Alias: None
Product: Fedora
Classification: Fedora
Component: numpy
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Gwyn Ciesla
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-02-14 08:43 UTC by Susi Lehtola
Modified: 2010-02-14 08:48 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-02-14 08:48:55 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Susi Lehtola 2010-02-14 08:43:01 UTC
import numpy
  File "/usr/lib/python2.6/site-packages/numpy/__init__.py", line 132, in <module>
    import add_newdocs
  File "/usr/lib/python2.6/site-packages/numpy/add_newdocs.py", line 9, in <module>
    from lib import add_newdoc
  File "/usr/lib/python2.6/site-packages/numpy/lib/__init__.py", line 13, in <module>
    from polynomial import *
  File "/usr/lib/python2.6/site-packages/numpy/lib/polynomial.py", line 17, in <module>
    from numpy.linalg import eigvals, lstsq
  File "/usr/lib/python2.6/site-packages/numpy/linalg/__init__.py", line 47, in <module>
    from linalg import *
  File "/usr/lib/python2.6/site-packages/numpy/linalg/linalg.py", line 22, in <module>
    from numpy.linalg import lapack_lite
ImportError: /usr/lib/python2.6/site-packages/numpy/linalg/lapack_lite.so: undefined symbol: zgesdd_

Comment 1 Susi Lehtola 2010-02-14 08:44:04 UTC
This is from the build log of pypar, FTBFS bug #564955.

Comment 2 Susi Lehtola 2010-02-14 08:48:55 UTC

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


Note You need to log in before you can comment on or make changes to this bug.