[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Test failures on i686-linux
From: |
Andreas Enge |
Subject: |
Re: Test failures on i686-linux |
Date: |
Sun, 16 Apr 2023 20:51:49 +0200 |
Hi Tim,
Am Sun, Apr 16, 2023 at 06:38:32PM +0200 schrieb Tim Rühsen:
> Hm, cb114... looks like it's the needed commit. Maybe also cherry-pick
> 27d3fcba3331a981bcb8807c663a16b8fa4ebeb3 (gnulib update).
it looks like this is definitely needed. But integrating it into our build
system is tricky, since it is not just a matter of applying a patch to
the tarball. (Actually, it looks like the gnulib update is the only one
that is needed. When I run ./bootstrap with the new gnulib, then git
checkout v1.21.3, ./configure and make dist, I get a tarball that works
for us on i686.)
> > Have you got an idea which other commit would be crucial? Or do you think
> > you could make a new release soonish?
> We should indeed make a release soon. Do you have some spare time @Darshit ?
That would indeed be most welcome! I would be happy to test a release
candidate. The one I got and put there:
https://www.multiprecision.org/wget-1.21.3.24-2b723.tar.lz
works with the core-updates branch of Guix on i686 and x86_64.
Andreas