Bug#681270: causes FTBFS of pymvpa2 on s390x: TypeError: Improper input parameters in leastsq call

2012-07-12 Thread Denis Laxalde
tags 681270 +moreinfo thanks Yaroslav Halchenko wrote: Please see attached a somewhat minimalistic code to reproduce the problem. it fails only on s390x -- fine on s390 and any other architecture/port where pymvpa2 was just built. Traceback (most recent call last): File

Processed: Re: Bug#681270: causes FTBFS of pymvpa2 on s390x: TypeError: Improper input parameters in leastsq call

2012-07-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: tags 681270 +moreinfo Bug #681270 [python-scipy] causes FTBFS of pymvpa2 on s390x: TypeError: Improper input parameters in leastsq call Added tag(s) moreinfo. thanks Stopping processing here. Please contact me if you need assistance. --

Bug#681270: causes FTBFS of pymvpa2 on s390x: TypeError: Improper input parameters in leastsq call

2012-07-12 Thread Denis Laxalde
tags 681270 -moreinfo thanks Yaroslav Halchenko wrote: BTW -- there is a bulk of possibly related unittests failures on s390x (if only someone was brave enough to take care about http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678546), e.g. (a piece of diff from output on s390)... Ok, scipy

Processed: Re: Bug#681270: causes FTBFS of pymvpa2 on s390x: TypeError: Improper input parameters in leastsq call

2012-07-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: tags 681270 -moreinfo Bug #681270 [python-scipy] causes FTBFS of pymvpa2 on s390x: TypeError: Improper input parameters in leastsq call Removed tag(s) moreinfo. thanks Stopping processing here. Please contact me if you need assistance. --

Bug#681270: causes FTBFS of pymvpa2 on s390x: TypeError: Improper input parameters in leastsq call

2012-07-12 Thread Yaroslav Halchenko
On Thu, 12 Jul 2012, Denis Laxalde wrote: BTW -- there is a bulk of possibly related unittests failures on s390x (if only someone was brave enough to take care about http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678546), e.g. (a piece of diff from output on s390)... Ok, scipy is

Bug#681270: causes FTBFS of pymvpa2 on s390x: TypeError: Improper input parameters in leastsq call

2012-07-12 Thread Yaroslav Halchenko
and keeping things going forward -- building current head of scipy at once gcc warnings already become informative (once again diff from s390) and might be actually pointing to the issue we are enjoing 6509a6510,6526 In file included from scipy/optimize/_minpackmodule.c:7:0:

Bug#681270: [Python-modules-team] Bug#681270: causes FTBFS of pymvpa2 on s390x: TypeError: Improper input parameters in leastsq call

2012-07-12 Thread Yaroslav Halchenko
that was it -- assuring 'int' storage to be passed instead of npy_intp (which is long int on s390x and int on s390) resolves this issue... now I wonder what would be the cleanest patch ;-) (also running unittests with this fix to see how many tests get fixed) On Thu, 12 Jul 2012, Yaroslav

Bug#681270: causes FTBFS of pymvpa2 on s390x: TypeError: Improper input parameters in leastsq call

2012-07-12 Thread Denis Laxalde
Yaroslav Halchenko wrote: that was it -- assuring 'int' storage to be passed instead of npy_intp (which is long int on s390x and int on s390) resolves this issue... Good to know. fitpack (interpolate) might also benefit from this. now I wonder what would be the cleanest patch;-) (also

Bug#681270: causes FTBFS of pymvpa2 on s390x: TypeError: Improper input parameters in leastsq call

2012-07-12 Thread Yaroslav Halchenko
On Thu, 12 Jul 2012, Denis Laxalde wrote: that was it -- assuring 'int' storage to be passed instead of npy_intp (which is long int on s390x and int on s390) resolves this issue... Good to know. fitpack (interpolate) might also benefit from this. may be -- at least there were no gcc warnings

Processed: Re: Bug#681270: causes FTBFS of pymvpa2 on s390x: TypeError: Improper input parameters in leastsq call

2012-07-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: forwarded 681270 http://projects.scipy.org/scipy/ticket/1700 Bug #681270 [python-scipy] causes FTBFS of pymvpa2 on s390x: TypeError: Improper input parameters in leastsq call Set Bug forwarded-to-address to

Bug#681270: causes FTBFS of pymvpa2 on s390x: TypeError: Improper input parameters in leastsq call

2012-07-11 Thread Yaroslav Halchenko
Package: python-scipy Version: 0.10.1+dfsg1-3 Severity: serious Justification: fails to build from source (but built successfully in the past) Please see attached a somewhat minimalistic code to reproduce the problem. it fails only on s390x -- fine on s390 and any other architecture/port where