[Python-modules-team] Bug#718900: python3-numpy: .so files missing on kFreeBSD

Aaron M. Ucko ucko at debian.org
Tue Aug 6 18:35:18 UTC 2013


Package: python3-numpy
Version: 1:1.7.1-2+b1
Severity: important

The kFreeBSD python3-numpy packages somehow lack .so files, making
them unusable and causing matplotlib to FTBFS:

  $ dpkg -L python3-numpy | fgrep .so
  $ python3
  Python 3.3.2+ (default, Aug  4 2013, 21:56:44)
  [GCC 4.8.1] on gnukfreebsd9
  Type "help", "copyright", "credits" or "license" for more information.
  >>> import numpy
  Traceback (most recent call last):
    File "<stdin>", line 1, in <module>
    File "/usr/lib/python3/dist-packages/numpy/__init__.py", line 137, in <module>
      from . import add_newdocs
    File "/usr/lib/python3/dist-packages/numpy/add_newdocs.py", line 9, in <module>
      from numpy.lib import add_newdoc
    File "/usr/lib/python3/dist-packages/numpy/lib/__init__.py", line 4, in <module>
      from .type_check import *
    File "/usr/lib/python3/dist-packages/numpy/lib/type_check.py", line 8, in <module>
      import numpy.core.numeric as _nx
    File "/usr/lib/python3/dist-packages/numpy/core/__init__.py", line 5, in <module>
      from . import multiarray
  ImportError: cannot import name multiarray

------------------------------------------------------------

  BUILDING MATPLOTLIB
              matplotlib: yes [1.3.0]
                  python: yes [3.3.2+ (default, Aug  4 2013, 21:56:44)  [GCC
                          4.8.1]]
                platform: yes [gnukfreebsd9]
  
  REQUIRED DEPENDENCIES AND EXTENSIONS
  Requires numpy 1.5 or later to build.  (Numpy not found)
  make: *** [build-3.3-stamp] Error 1
  dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

Curiously, python3-numpy-dbg and python-numpy are both fine, as is
python3-numpy on other platforms.

Could you please take a look?

Thanks!



More information about the Python-modules-team mailing list