2014-06-16 20:46 GMT+01:00 Andreas Tille <[email protected]>: > On Mon, Jun 16, 2014 at 04:43:40PM +0100, Ghislain Vaillant wrote: > > > > > Sure, but the existing entry never lead to an upload in the first place > > (hence not marked as Done). Anyway I'll just move it down the queue so > you > > can have a better look at it. > > Ahhh, well done. Sorry for beeing to noisy - I did not checked this > since pynfft sounded quite familiar from sponsering. You did perfectly > well. > > No problem :-)
> On the other hand I can not build the package since the clean target > fails: > > running clean > running clean > Traceback (most recent call last): > File "setup.py", line 33, in <module> > import numpy > File "/usr/lib/python3/dist-packages/numpy/__init__.py", line 153, in > <module> > from . import add_newdocs > File "/usr/lib/python3/dist-packages/numpy/add_newdocs.py", line 13, in > <module> > from numpy.lib import add_newdoc > File "/usr/lib/python3/dist-packages/numpy/lib/__init__.py", line 8, in > <module> > from .type_check import * > File "/usr/lib/python3/dist-packages/numpy/lib/type_check.py", line 11, > in <module> > import numpy.core.numeric as _nx > File "/usr/lib/python3/dist-packages/numpy/core/__init__.py", line 6, in > <module> > from . import multiarray > ImportError: cannot import name multiarray > debian/rules:28: recipe for target 'override_dh_auto_clean' failed > make[1]: *** [override_dh_auto_clean] Error 1 > > This happens with git-buildpackage and pbuilder. Python-numpy and > python3-numpy are installed on the local machine. > > The error seems to indicate that Numpy is somehow not working for Python 3 on your setup. Is your unstable pbuilder up-to-date ? > Did you tried to build using pbuilder? > > Yes, I have a working setup with gbp + git-pbuilder + cowbuilder. Lintian did find a warning after my last successful package build, which I fixed. Best, Ghislain

