Your message dated Fri, 2 Oct 2015 06:49:45 +0100
with message-id 
<cab4xwxytyq3bu76tikrg-vdnvnphxy7zodt6lokmcb2dn4k...@mail.gmail.com>
and subject line Re: [Python-modules-team] Bug#800392: Bug#800392: Bug#800392: 
python-numpy: FTBFS on powerpc due to test failure
has caused the Debian Bug report #800392,
regarding python-numpy: FTBFS on powerpc due to test failure
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.)


-- 
800392: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=800392
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-numpy
Version: 1:1.9.2-2
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Here's the build-log excerpt:

test_basic (test_multiarray.TestChoose) ... ok
test_broadcast1 (test_multiarray.TestChoose) ... ok
test_broadcast2 (test_multiarray.TestChoose) ... ok
test_basic (test_multiarray.TestClip) ... python2.7-dbg: 
numpy/core/src/multiarray/lowlevel_strided_loops.c.src:820: 
_aligned_contig_cast_double_to_longdouble: Assertion `npy_is_aligned(dst, 
__builtin_offsetof (struct {char c; npy_longdouble v;}, v))' failed.
Running unit tests for numpy
NumPy version 1.9.2
NumPy is installed in 
/«PKGBUILDDIR»/debian/tmp/usr/lib/python2.7/dist-packages/numpy
Python version 2.7.10 (default, Sep 13 2015, 20:30:50) [GCC 5.2.1 20150911]
nose version 1.3.6
Aborted
make[1]: *** [override_dh_auto_install] Error 134
debian/rules:147: recipe for target 'override_dh_auto_install' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
make: *** [binary-arch] Error 2
debian/rules:15: recipe for target 'binary-arch' failed

Seems like this may be related to #702169.

Resolution of this bug will be an issue with making python3.5 the default
python3, so it would be good to get this resolved soon.

Thanks,

Scott K

--- End Message ---
--- Begin Message ---
On Thu, Oct 1, 2015 at 11:24 PM, Emilio Pozuelo Monfort
<po...@debian.org> wrote:
> numpy/core/src/multiarray/lowlevel_strided_loops.c.src:10:15: warning: extra
> tokens at end of #ifdef directive
>  #ifdef defined(__ppc__) || defined(__powerpc__) || defined(_ARCH_PPC)
>                ^
> That's because you mixed 'ifdef' together with defined. That should have been 
> 'if'.
>
> Anyway, just changed that with
>
> #if defined(__powerpc__) & !defined(__powerpc64__)

it worked! thanks a ton!

> BTW you can build packages on the porterbox :-)

yeah, i know, was kinda in a rush and clearly mistakes happen.

-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi

--- End Message ---
_______________________________________________
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to