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#54305 - [python-numpy] numpy is broken with gcc updated to 7.x
Attached to Project:
Arch Linux
Opened by Yuheng XIE (elephant) - Monday, 05 June 2017, 06:47 GMT
Last edited by Antonio Rojas (arojas) - Monday, 05 June 2017, 06:52 GMT
Opened by Yuheng XIE (elephant) - Monday, 05 June 2017, 06:47 GMT
Last edited by Antonio Rojas (arojas) - Monday, 05 June 2017, 06:52 GMT
|
DetailsDescription:
Arch Linux's gcc is now 7.1, which no longer provides /usr/lib/libgfortran.so.3. Thus makes python-numpy broken. Please recompile and release a new python-numpy that works with /usr/lib/libgfortran.so.4. Thanks! Additional info: * package version(s) local/python 3.6.1-1 local/python-numpy 1.12.1-1 local/gcc 7.1.1-2 (base-devel) local/gcc-fortran 7.1.1-2 local/gcc-libs 7.1.1-2 (base) local/gcc5 5.4.0-1 * config and/or log files etc. Steps to reproduce: $ python Python 3.6.1 (default, Mar 27 2017, 00:27:06) [GCC 6.3.1 20170306] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import numpy Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/numpy/core/__init__.py", line 16, in <module> from . import multiarray ImportError: libgfortran.so.3: cannot open shared object file: No such file or directory During handling of the above exception, another exception occurred: Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python3.6/site-packages/numpy/__init__.py", line 142, in <module> from . import add_newdocs File "/usr/lib/python3.6/site-packages/numpy/add_newdocs.py", line 13, in <module> from numpy.lib import add_newdoc File "/usr/lib/python3.6/site-packages/numpy/lib/__init__.py", line 8, in <module> from .type_check import * File "/usr/lib/python3.6/site-packages/numpy/lib/type_check.py", line 11, in <module> import numpy.core.numeric as _nx File "/usr/lib/python3.6/site-packages/numpy/core/__init__.py", line 24, in <module> raise ImportError(msg) ImportError: Importing the multiarray numpy extension module failed. Most likely you are trying to import a failed build of numpy. If you're working with a numpy git repo, try `git clean -xdf` (removes all files not under version control). Otherwise reinstall numpy. |
This task depends upon
Closed by Antonio Rojas (arojas)
Monday, 05 June 2017, 06:52 GMT
Reason for closing: Not a bug
Additional comments about closing: Caused by unsupported packages
Monday, 05 June 2017, 06:52 GMT
Reason for closing: Not a bug
Additional comments about closing: Caused by unsupported packages