On 17/01/16 14:46, Pádraig Brady wrote: > On 16/01/16 19:40, Pádraig Brady wrote: >> We plan to release coreutils-8.25 early next week, so any testing >> you can do on various different systems between now and then >> would be most welcome. >> >> -------------------------------------- >> >> You can download the coreutils snapshot in xz format (5.5 MB) 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-8.24.161-1204d.tar.xz) = 14ce28f1b7d777c6e956d2ae269d67f1 >> >> -------------------------------------- >> >> To test follow this standard procedure: >> >> tar -xf $downloaded_file >> cd coreutils-8.24.161-1204d >> ./configure && make check VERBOSE=yes >> >> Failures are displayed and details are in tests/test-suite.log >> Please report system type and successes to [email protected], >> and attach the log if there are failures.
Nearly there. I plan to release tomorrow. I've just committed a further two test fixes: http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=v8.24-162-gcc05c3c http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=v8.24-163-g3f02d93 There might be another tweak to tests/misc/head-c.sh but awaiting confirmation on the suggested fix on that FreeBSD-9.3,amd64 system. Also I've just noticed a crash issue with the recent change to enable leaf optimization unconditionally on NFS: https://bugzilla.redhat.com/1299169 We'll probably need to revert that before release. cheers, Pádraig
