Re: coreutils-9.4.170-7b206 chmod/symlinks test failure

2024-03-25 Thread Pádraig Brady
On 24/03/2024 16:55, Bruno Haible wrote: The chmod/symlinks test fails on: - Alpine Linux 3.18, That was not Alpine specific, rather due to setgid dirs: https://github.com/coreutils/coreutils/commit/f77a6352f - macOS 12.5, - FreeBSD 14.0, - NetBSD 9.3 and 10.0-rc4, - OpenBSD 7.

Re: coreutils-9.4.170-7b206 ls/dired test failure

2024-03-25 Thread Pádraig Brady
On 24/03/2024 16:37, Bruno Haible wrote: The ls/dired test fails on: - FreeBSD 14.0, - Solaris 11 OpenIndiana. https://github.com/coreutils/coreutils/commit/a51af4329 thanks, Pádraig

Re: coreutils-9.4.170-7b206 misc/numfmt test failure

2024-03-25 Thread Pádraig Brady
On 24/03/2024 17:14, Bruno Haible wrote: The misc/numfmt test fails on - Alpine Linux 3.18, - macOS 12.5, - FreeBSD 14.0, - Solaris 11 OpenIndiana. Find attached the test-suite.log files. If these test failures are due to platform-specific *printf bugs, please provide a test case fo

Re: coreutils-9.4.170-7b206 uniq/uniq test failure

2024-03-25 Thread Pádraig Brady
On 24/03/2024 16:15, Bruno Haible wrote: The uniq/uniq test fails on Solaris 11 OpenIndiana. test-suite.log on Solaris 11 OpenIndiana: FAIL: tests/uniq/uniq = schar... uniq: test schar: stdout mismatch, comparing schar.2 (expected) and schar.O (actual) *** schar.2 Sun

Re: coreutils-9.4.170-7b206 uniq/uniq test failure

2024-03-25 Thread Bruno Haible
Pádraig Brady wrote: > while uniq (c32isblank) now determines > it is not blank (which seems more correct). I agree that U+00A0 NO-BREAK SPACE should better be considered to be non-blank (and Gnulib's c32isblank does so). > The only solaris 11 system I have access to, only has the fr_FR.UTF-8 loc

Re: coreutils-9.4.170-7b206 cp/preserve-mode test failure

2024-03-25 Thread Pádraig Brady
On 24/03/2024 16:42, Bruno Haible wrote: The cp/preserve-mode test fails on Alpine Linux 3.18. test-suite.log from Alpine Linux 3.18: FAIL: tests/cp/preserve-mode + mkdir d1 d2 + chmod 705 d2 + cp '--no-preserve=mode' -r d2 d3 + get_mode d1 + stat '-c%f' d1 + g