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.
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
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
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
>
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