bug#77621: coreutils-9.6.53-14af8 on OpenBSD 7.6

2025-04-09 Thread Paul Eggert
On 2025-04-07 16:06, Pádraig Brady wrote: I have access to cfarm220.cfarm.net, so I'll look at this tomorrow. I don't see the problem on cfarm220.cfarm.net with the current coreutils commit (42f6201aa554fde4c78a3c5d0207d85392eb742e), using "./configure && make -j5 check" . The command "src/ls

bug#77622: coreutils-9.6.53-14af8 on Solaris 11 OpenIndiana

2025-04-09 Thread Bruno Haible via GNU coreutils Bug Reports
On Solaris OpenIndiana, there is one test failure: FAIL: tests/misc/numfmt Specifically, the tests lcl-fmt-2, lcl-fmt-3 fail. See the attached log file. I can easily reproduce it: $ LC_ALL=fr_FR.UTF-8 src/numfmt --format "--%'10f--" 5 --50�000-- whereas $ LC_ALL=en_US.UTF-8 src/numfmt -

bug#77597: coreutils 9.6: regression in handling security.selinux attribute for ls(1)

2025-04-09 Thread Pádraig Brady
On 07/04/2025 23:10, Paul Eggert wrote: On 4/5/25 18:49, Rahul Sandhu wrote: the security context xattr only shows when specifically requesting it by passing the arguments -n 'security.selinux' to the command line: rsandhu@graphite ~ $ getfattr -d -m '' /run/credentials rsandhu@graphite ~ $ ge