access tests: fix test failure when run as root

2019-10-06 Thread Bruno Haible
One of the gnulib tests, test-access, fails when running as root. This patch fixes it. 2019-10-06 Bruno Haible access tests: Fix test failure when run as root. * tests/test-access.c: Include root-uid.h. (geteuid): Define fallback. (main): Don't expect that

Re: [PATCH] users.txt: Fix URL for libidn2

2019-10-06 Thread Bruno Haible
Thanks, applied.

[PATCH] users.txt: Fix URL for libidn2

2019-10-06 Thread Tim Rühsen
From 3bde5ad266986687ad38a8742244099970ed7cc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Sun, 6 Oct 2019 16:52:23 +0200 Subject: [PATCH] users.txt: Fix URL for libidn2 --- users.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users.txt b/users.txt

Re: wget -q in bootstrap is too silent

2019-10-06 Thread Tim Rühsen
Thank you, Paul ! On 06.10.19 06:38, Paul Eggert wrote: > On 10/4/19 8:34 AM, Tim Rühsen wrote: >> Instead of -q we could use -nv to avoid disguising the real error. >> But there will be some diagnostic noice... > > At this point the bootstrap script is so noisy that a bit more won't > hurt,

Re: [PATCH] users.txt: add GNU nano

2019-10-06 Thread Bruno Haible
Benno Schulenberg wrote: > +2019-10-06 Benno Schulenberg(tiny change) > + > + users.txt: add GNU nano > + Nano has been making use of gnulib since March 2017, version 2.8.0. > + Thanks. Applied. Bruno