On 17/09/2025 22:25, Pádraig Brady wrote:
We plan to release coreutils-9.8 early next week
so any testing you can do on various different systems
between now and then would be most welcome.
This release comes about 23 weeks after the 9.7 release.
--------------------------------------
You can download the coreutils snapshot in xz format (6.0 MiB) from:
https://pixelbeat.org/cu/coreutils-ss.tar.xz
And verify with gpg or md5sum with:
https://pixelbeat.org/cu/coreutils-ss.tar.xz.sig
MD5 (coreutils-ss.tar.xz) = 9ddb3e23954c0e2f087031bf9c8e5310
--------------------------------------
To test, follow this standard procedure:
tar -xf coreutils-ss.tar.xz
cd coreutils-9.7.327-71a8c/
./configure && make check VERBOSE=yes
Failures are shown, and details are in tests/test-suite.log
Please report/attach any issues to [email protected]
--------------------------------------
This snapshot was bootstrapped with:
Autoconf 2.72.70-9ff9
Automake 1.17
Gnulib v1.0-2281-g9d7a6e0113
Bison 3.8.2
Changes in coreutils since v9.7 are summarized at
https://git.sv.gnu.org/cgit/coreutils.git/tree/NEWS
Changes in coreutils and gnulib since the last snapshot are:
coreutils: fmt: eliminate a clang -Wformat-extra-args warning
maint: we use Gnulib’s stddef-h module directly
tests: tail/overlay-headers.sh: protect against hang
build: fix compile error on macOS
tests: tests/tail/wait.sh: protect against hang
build: fix link failure on macOS
gnulib: localcharset: fix macOS build
threadlib: Improve support for HP-UX.
thank you!
Pádraig