Re: As for issue of downloading the patch

2018-04-27 Thread Bruno Haible
XUERUI YAN wrote: > Hey Karl, > > Exactly it shows "An error occurred. Error was: No bug number" when we try > to download the patch with wget/curl for this bug: > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=30963#10 The following commands work for me: wget 'https://debbugs.gnu.org/cgi/bugr

Re: As for issue of downloading the patch

2018-04-27 Thread XUERUI YAN
Hey Karl, Exactly it shows "An error occurred. Error was: No bug number" when we try to download the patch with wget/curl for this bug: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=30963#10 And I did not see other link of bug patches downloading has the same issue. Thanks! Sincerely, Xuerui O

Re: [PATCH v2 1/4] sha1sum: use AF_ALG when available

2018-04-27 Thread Paul Eggert
On 04/27/2018 08:50 AM, Matteo Croce wrote: Does this require a change in the coreutils project configure.ac too? I don't see why. Only Gnulib-supplied code needs to worry about HAVE_LINUX_IF_ALG_H, right? So the configury can all be done in the Gnulib-supplied lib/*.m4 file. Although 'config

Re: [PATCH v2 1/4] sha1sum: use AF_ALG when available

2018-04-27 Thread Matteo Croce
On Wed, Apr 25, 2018 at 2:25 PM, Dmitry V. Levin wrote: > As struct sockaddr_alg is not provided by glibc, > you'd have to check for HAVE_LINUX_IF_ALG_H after all. > Does this require a change in the coreutils project configure.ac too? Regards, -- Matteo Croce per aspera ad upstream