[MacPorts] #43135: py34-scipy at 0.13.3 import scipy.linalg fails with Symbol not found: _acc_cdotc_sub__
MacPorts
noreply at macports.org
Mon Mar 31 17:07:20 PDT 2014
#43135: py34-scipy at 0.13.3 import scipy.linalg fails with Symbol not found:
_acc_cdotc_sub__
---------------------------+--------------------------------
Reporter: inyeol.lee@… | Owner: macports-tickets@…
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version: 2.2.1
Resolution: duplicate | Keywords:
Port: py-scipy |
---------------------------+--------------------------------
Changes (by ryandesign@…):
* cc: sean@…, michaelld@… (added)
* status: new => closed
* resolution: => duplicate
* port: => py-scipy
Old description:
> Macbook Pro OSX 10.9.2
>
> Python 3.4.0 (default, Mar 25 2014, 11:07:05)
> [GCC 4.2.1 Compatible Apple LLVM 5.1 (clang-503.0.38)] on darwin
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import scipy.linalg
> Traceback (most recent call last):
> File "<stdin>", line 1, in <module>
> 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
> >>>
>
> I think this bug is similar / identical to ticket #42676 py27-scipy.
New description:
Macbook Pro OSX 10.9.2
{{{
Python 3.4.0 (default, Mar 25 2014, 11:07:05)
[GCC 4.2.1 Compatible Apple LLVM 5.1 (clang-503.0.38)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import scipy.linalg
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
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
>>>
}}}
I think this bug is similar / identical to ticket #42676 py27-scipy.
--
Comment:
Yes, this is the same issue.
--
Ticket URL: <https://trac.macports.org/ticket/43135#comment:1>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list