Re: test-float fails on powerpc

2012-04-29 Thread Santiago Vila
On Sun, 29 Apr 2012, Santiago Vila wrote: > What could be the reason? Oops! I forgot to run autoconf to update the configure script. Now it works. Sorry for the noise.

Re: test-float fails on powerpc

2012-04-29 Thread Santiago Vila
On Sun, 29 Apr 2012, Bruno Haible wrote: > This is not useful, because on Linux/PowerPC *is* broken. > It would be better for you to incorporate the fix. Either by invoking > "gnulib-tool --update", or by taking just the bug's workaround from > the gnulib repository: > http://git.savannah.gnu.org

Re: test-float fails on powerpc

2012-04-29 Thread Santiago Vila
On Sun, 29 Apr 2012, Bruno Haible wrote: > This failure location indicates a severe problem with > > > In the meantime, I will disable this test in the Debian package. > > This is not useful, because on Linux/PowerPC *is* broken. > It would be better for you to incorporate the fix. Either by i

Re: test-float fails on powerpc

2012-04-29 Thread Bruno Haible
Hello Santiago, > I implicitly enabled gnulib tests in the Debian diffutils package > (by switching debian/rules to debhelper) and now the package fails to > build from source on the powerpc architecture because test-float fails: > > ./test-float > test-float.c:333: assertion failed > Aborted >

test-float fails on powerpc

2012-04-29 Thread Santiago Vila
Hello. I implicitly enabled gnulib tests in the Debian diffutils package (by switching debian/rules to debhelper) and now the package fails to build from source on the powerpc architecture because test-float fails: ./test-float test-float.c:333: assertion failed Aborted This is the relevant cod