Package: python-numpy
Version: 1.12.1-3+b2
Severity: serious
Affects: src:casacore

On several platforms, numpy cannot be loaded successfully due to missing
symbols:

    import numpy as NUM;
  File "/usr/lib/python2.7/dist-packages/numpy/__init__.py", line 166,
in <module>
    from . import random
  File "/usr/lib/python2.7/dist-packages/numpy/random/__init__.py", line
99, in <module>
    from .mtrand import *
ImportError:
/usr/lib/python2.7/dist-packages/numpy/random/mtrand.aarch64-linux-gnu.so:
undefined symbol: PyFPE_jbuf


The symbol that is reported as undefined varies between the platforms:

* arm64, s390x, alpha, hurd-i386: PyFPE_jbuf
* mips, mipsel, ppc64el, powerpc, ppc64: PyFPE_counter

These errors cause FTBFS for the "casacore" package:

https://buildd.debian.org/status/logs.php?pkg=casacore&ver=2.3.0-4

Best regards

Ole

Reply via email to