Bug#800392: [Python-modules-team] Bug#800392: Bug#800392: Bug#800392: python-numpy: FTBFS on powerpc due to test failure

2015-10-02 Thread Emilio Pozuelo Monfort
On 02/10/15 07:49, Sandro Tosi wrote: > On Thu, Oct 1, 2015 at 11:24 PM, Emilio Pozuelo Monfort > 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__) ||

Bug#800392: [Python-modules-team] Bug#800392: Bug#800392: Bug#800392: python-numpy: FTBFS on powerpc due to test failure

2015-10-01 Thread Sandro Tosi
> those certainly should work, forgot about them. > you should be able to login to a powerpc porterbox and check. > cat test.c > __POWERPC__ > gcc -E test.c i tried with something like this: $ cat t.c #ifdef __POWERPC__ #ifndef NDEBUG // disable asserts malloc broken //

Bug#800392: [Python-modules-team] Bug#800392: Bug#800392: Bug#800392: python-numpy: FTBFS on powerpc due to test failure

2015-10-01 Thread Emilio Pozuelo Monfort
On Thu, 1 Oct 2015 21:13:04 +0100 Sandro Tosi wrote: > > those certainly should work, forgot about them. > > you should be able to login to a powerpc porterbox and check. > > cat test.c > > __POWERPC__ > > gcc -E test.c > > i tried with something like this: > > $ cat t.c >

Bug#800392: [Python-modules-team] Bug#800392: Bug#800392: Bug#800392: python-numpy: FTBFS on powerpc due to test failure

2015-10-01 Thread Emilio Pozuelo Monfort
On 02/10/15 00:05, Emilio Pozuelo Monfort wrote: > On Thu, 1 Oct 2015 21:13:04 +0100 Sandro Tosi wrote: >>> those certainly should work, forgot about them. >>> you should be able to login to a powerpc porterbox and check. >>> cat test.c >>> __POWERPC__ >>> gcc -E test.c >> >> i

Bug#800392: [Python-modules-team] Bug#800392: Bug#800392: Bug#800392: python-numpy: FTBFS on powerpc due to test failure

2015-09-30 Thread Julian Taylor
On 01.10.2015 00:41, Sandro Tosi wrote: > On Wed, Sep 30, 2015 at 11:19 PM, Julian Taylor > wrote: >> hm is __POWERPC__ not the right macro for that platform? that should >> have worked > > in numpy/core/include/numpy/npy_cpu.h i can find > > #elif

Bug#800392: [Python-modules-team] Bug#800392: Bug#800392: Bug#800392: python-numpy: FTBFS on powerpc due to test failure

2015-09-30 Thread Sandro Tosi
On Wed, Sep 30, 2015 at 11:19 PM, Julian Taylor wrote: > hm is __POWERPC__ not the right macro for that platform? that should > have worked in numpy/core/include/numpy/npy_cpu.h i can find #elif defined(__ppc__) || defined(__powerpc__) || defined(_ARCH_PPC) /*

Bug#800392: [Python-modules-team] Bug#800392: Bug#800392: Bug#800392: python-numpy: FTBFS on powerpc due to test failure

2015-09-29 Thread Scott Kitterman
On Wednesday, September 30, 2015 01:22:51 AM Julian Taylor wrote: > On 30.09.2015 01:14, Julian Taylor wrote: > > On 30.09.2015 01:01, Sandro Tosi wrote: > >> On Tue, Sep 29, 2015 at 8:05 AM, Julian Taylor > >> > >> Is there an elegant way to instruct numpy testsuite to just ignore > >> errors on