Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#47049 - [atlas-lapack-base] __odrpack.so: undefined symbol: dswap_ in scipy
Attached to Project:
Community Packages
Opened by M. Greyson Christoforo (greyltc) - Thursday, 12 November 2015, 18:30 GMT
Last edited by Antonio Rojas (arojas) - Saturday, 14 November 2015, 08:14 GMT
Opened by M. Greyson Christoforo (greyltc) - Thursday, 12 November 2015, 18:30 GMT
Last edited by Antonio Rojas (arojas) - Saturday, 14 November 2015, 08:14 GMT
|
DetailsDescription:
The ODR module is broken. Additional info: * package version(s): 0.16.1-1 Steps to reproduce: pacman -S python2-scipy python2 /usr/lib/python2.7/site-packages/scipy/odr/tests/test_odr.py This test fails with the following output: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/scipy/odr/tests/test_odr.py", line 8, in <module> from scipy.odr import Data, Model, ODR, RealData, odr_stop File "/usr/lib/python2.7/site-packages/scipy/odr/__init__.py", line 114, in <module> from .odrpack import * File "/usr/lib/python2.7/site-packages/scipy/odr/odrpack.py", line 42, in <module> from scipy.odr import __odrpack ImportError: /usr/lib/python2.7/site-packages/scipy/odr/__odrpack.so: undefined symbol: dswap_ |
This task depends upon
Closed by Antonio Rojas (arojas)
Saturday, 14 November 2015, 08:14 GMT
Reason for closing: Fixed
Additional comments about closing: atlas-lapack-base 3.10.2-3
Saturday, 14 November 2015, 08:14 GMT
Reason for closing: Fixed
Additional comments about closing: atlas-lapack-base 3.10.2-3
I've reinstalled both packages, and still I get this error.
$ python /usr/lib/python3.5/site-packages/scipy/odr/tests/test_odr.py
Traceback (most recent call last):
File "/usr/lib/python3.5/site-packages/scipy/odr/tests/test_odr.py", line 8, in <module>
from scipy.odr import Data, Model, ODR, RealData, odr_stop
File "/usr/lib/python3.5/site-packages/scipy/odr/__init__.py", line 114, in <module>
from .odrpack import *
File "/usr/lib/python3.5/site-packages/scipy/odr/odrpack.py", line 42, in <module>
from scipy.odr import __odrpack
ImportError: /usr/lib/python3.5/site-packages/scipy/odr/__odrpack.cpython-35m-x86_64-linux-gnu.so: undefined symbol: dswap_
and replaced my downloaded packages with these locally built copies and I'm getting the same thing.
I'm at a loss. I don't see any upstream reports about this.
Build and check logs attached.