Re: Test failures on i686-linux

2023-05-20 Thread Andreas Enge
Am Wed, May 10, 2023 at 06:44:52PM +0200 schrieb Andreas Enge:
> a quick reminder, it would be great if we could get a new wget1 release!

We did on the same day, thanks a lot!

Andreas




Re: Test failures on i686-linux

2023-05-10 Thread Andreas Enge
Hello,

a quick reminder, it would be great if we could get a new wget1 release!

Thanks,

Andreas


Am Mon, Apr 17, 2023 at 09:18:33AM +0200 schrieb Darshit Shah:
> I'll try and make a new release this week. 
> 
> On Sun, Apr 16, 2023, at 20:51, Andreas Enge wrote:
> > 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



Re: Test failures on i686-linux

2023-04-16 Thread Andreas Enge
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




Test failures on i686-linux

2023-04-16 Thread Andreas Enge
Hello,

when trying to build wget for i686-linux in Guix, we are getting test
failures (x86_64 works well):
FAIL: Test-hsts
Error: Expected file hw not found..
FAIL: Test--https
Error: Expected file File1 not found..
FAIL: Test-pinnedpubkey-der-https
Error: Expected file File1 not found..
FAIL: Test-pinnedpubkey-hash-https
Error: Expected file File1 not found..
FAIL: Test-pinnedpubkey-pem-https
Error: Expected file File1 not found..

Using a tarball rolled with "make dist" from the latest git HEAD solves the
problem, just backporting commit cb114fbbf73eb687d28b01341c8d4266ffa96c9d
does not seem to be enough.

Have you got an idea which other commit would be crucial? Or do you think
you could make a new release soonish?

Thanks for your help,

Andreas