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

2020-03-09 Thread Pádraig Brady
On 13/02/2020 18:42, Paul Eggert wrote: Problem reported by Florian Weimer in: https://www.sourceware.org/ml/libc-alpha/2020-02/msg00534.html 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 ch

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

2020-03-09 Thread Paul Eggert
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.redhat.com/1811038 I don't understand that bug report. The strace diff you m

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

2020-03-09 Thread 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.redhat.com/1811038 I don't understand