Your message dated Sun, 08 Sep 2013 15:55:19 +0200
with message-id <87k3irfmew....@deep-thought.43-1.org>
and subject line Re: Bug#721101 closed by Scott Kitterman <sc...@kitterman.com>
(Bug#721101: fixed in python-numpy 1:1.7.1-3)
has caused the Debian Bug report #718900,
regarding python3-numpy: .so files missing on kFreeBSD
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
718900: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=718900
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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!
--- End Message ---
--- Begin Message ---
Source: python-numpy
Source-Version: 1:1.7.1-3
ow...@bugs.debian.org (Debian Bug Tracking System) writes:
> #721101: python-numpy: fails to build twice in a row
This should have been #718900:
* Fix regex for python3 debug .so files so kfreebsd .so files aren't removed
in error (Closes: #718900)
(The changelog in SVN was corrected after the upload.)
Ansgar
--- End Message ---