[PATCH] Do not store build time in MODULES.html

2020-03-10 Thread Bernhard M. Wiedemann
This allows for reproducible builds. See https://reproducible-builds.org/ for why that matters. This patch was done while working on reproducible builds for openSUSE. --- MODULES.html.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULES.html.sh b/MODULES.html.sh index 7

Re: [PATCH] fchmodat, lchmod: port to buggy Linux filesystems

2020-03-10 Thread Florian Weimer
* Pádraig Brady: > On 10/03/2020 11:52, Florian Weimer wrote: >> * Pádraig Brady: >> >>> On 09/03/2020 18:51, Paul Eggert wrote: On 3/9/20 10:30 AM, Pádraig Brady wrote: > A very similar "ENOTSUP" problem is being reported with coreutils-8.32 > with `mknod -m 666 /dev/random c 1

Re: [PATCH] fchmodat, lchmod: port to buggy Linux filesystems

2020-03-10 Thread Pádraig Brady
On 10/03/2020 11:52, Florian Weimer wrote: * Pádraig Brady: On 09/03/2020 18:51, Paul Eggert wrote: On 3/9/20 10:30 AM, Pádraig Brady wrote: A very similar "ENOTSUP" problem is being reported with coreutils-8.32 with `mknod -m 666 /dev/random c 1 8` when trying to build Fedora rawhide in a c

Re: [PATCH] fchmodat, lchmod: port to buggy Linux filesystems

2020-03-10 Thread Kamil Dudka
On Tuesday, March 10, 2020 12:52:14 PM CET Florian Weimer wrote: > * Pádraig Brady: > > I've requested an strace from the failing system. The strace in the failing case looks like this: [...] umask(000) = 022 umask(022) = 000 mknod("/dev/r

Re: [PATCH] fchmodat, lchmod: port to buggy Linux filesystems

2020-03-10 Thread Florian Weimer
* Pádraig Brady: > On 09/03/2020 18:51, Paul Eggert wrote: >> On 3/9/20 10:30 AM, Pádraig Brady wrote: >> >>> A very similar "ENOTSUP" problem is being reported with coreutils-8.32 >>> with `mknod -m 666 /dev/random c 1 8` when trying to build Fedora >>> rawhide in a chroot. >>> https://bugzilla.