[MacPorts] #42676: py27-scipy @0.13.3_0: import scipy.linalg fails with Symbol not found: _acc_cdotc_sub__

MacPorts noreply at macports.org
Mon Apr 7 06:33:21 PDT 2014


#42676: py27-scipy @0.13.3_0: import scipy.linalg fails with Symbol not found:
_acc_cdotc_sub__
-----------------------------+--------------------
  Reporter:  andre.girard@…  |      Owner:  sean@…
      Type:  defect          |     Status:  new
  Priority:  Normal          |  Milestone:
 Component:  ports           |    Version:  2.2.1
Resolution:                  |   Keywords:
      Port:  py-scipy        |
-----------------------------+--------------------

Comment (by Peter.Danecek@…):

 I have a last piece of information for you, which I think is useful here.
 I just looked at the `py34-scipy` binary package, which was created by the
 buildbot later then the other packages (see above).

 Below the relevant snippet from the test. For the binary package of py34
 subport, we have the same problem as for the source builds, which were
 created by individuals. So this is **very likely** a regression introduced
 after r116719, 2 Feb 2014.

 {{{
 ERROR: Failure: ImportError
 (dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4
 /site-packages/scipy/linalg/_fblas.so, 2): Symbol not found:
 _acc_cdotc_sub__
   Referenced from:
 /opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4
 /site-packages/scipy/linalg/_fblas.so
   Expected in: flat namespace
  in
 /opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4
 /site-packages/scipy/linalg/_fblas.so)
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File
 "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4
 /site-packages/nose/failure.py", line 39, in runTest
     raise self.exc_val.with_traceback(self.tb)
   File
 "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4
 /site-packages/nose/loader.py", line 411, in loadTestsFromName
     addr.filename, addr.module)
   File
 "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4
 /site-packages/nose/importer.py", line 47, in importFromPath
     return self.importFromDir(dir_path, fqname)
   File
 "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4
 /site-packages/nose/importer.py", line 94, in importFromDir
     mod = load_module(part_fqname, fh, filename, desc)
   File
 "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/imp.py",
 line 245, in load_module
     return load_package(name, filename)
   File
 "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/imp.py",
 line 217, in load_package
     return methods.load()
   File "<frozen importlib._bootstrap>", line 1220, in load
   File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked
   File "<frozen importlib._bootstrap>", line 1129, in _exec
   File "<frozen importlib._bootstrap>", line 1448, in exec_module
   File "<frozen importlib._bootstrap>", line 321, in
 _call_with_frames_removed
   File
 "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4
 /site-packages/scipy/interpolate/__init__.py", line 162, in <module>
     from .rbf import Rbf
   File
 "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4
 /site-packages/scipy/interpolate/rbf.py", line 51, in <module>
     from scipy import linalg
   File
 "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4
 /site-packages/scipy/linalg/__init__.py", line 157, in <module>
     from .misc import *
   File
 "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4
 /site-packages/scipy/linalg/misc.py", line 5, in <module>
     from . import blas
   File
 "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4
 /site-packages/scipy/linalg/blas.py", line 131, in <module>
     from scipy.linalg import _fblas
 ImportError:
 dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4
 /site-packages/scipy/linalg/_fblas.so, 2): Symbol not found:
 _acc_cdotc_sub__
   Referenced from:
 /opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4
 /site-packages/scipy/linalg/_fblas.so
   Expected in: flat namespace
  in
 /opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4
 /site-packages/scipy/linalg/_fblas.so

 ======================================================================
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/42676#comment:26>
MacPorts <http://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list