bug#39364: [PATCH] rmdir: fix clobbered errno

2020-02-07 Thread Pádraig Brady
On 06/02/2020 18:04, Bernhard Voelker wrote: On 2020-02-04 20:21, Pádraig Brady wrote: pushed. marking done Hi Padraig, I just noticed that 'is_empty_dir' from 'src/system.h' is also used in 'src/remove.c', so - without having looked there yet - it could be that the patch changed something in

bug#39485: [PATCH] make tests/cp/preserve-gid work with single binary

2020-02-07 Thread Kamil Dudka
* tests/cp/preserve-gid.sh: If configured with --enable-single-binary copy the coreutils single binary, instead of the cp one-line launcher. Bug: https://bugzilla.redhat.com/1800597 --- tests/cp/preserve-gid.sh | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tests/cp/pr

bug#39486: Test fail of tests/misc/env-S.pl and tests/misc/tty

2020-02-07 Thread ZJU
Description of problem: 1. When i run make check under the building root, the result of test suit failed two. The failure and the test suite log is the same of coreutils 8.30 and 8.31. 2. When i run the test suit as root, there were about 12 failures, dose the root influence the test suit? V

bug#39236: [musl] coreutils cp mishandles error return from lchmod

2020-02-07 Thread Paul Eggert
On 1/22/20 2:05 PM, Rich Felker wrote: I think we're approaching a consensus that glibc should fix this too, so then it would just be gnulib matching the fix. I installed the attached patch to Gnulib in preparation for the upcoming glibc fix. The patch causes fchmodat with AT_SYMLINK_NOFOLLOW