Hi Pádraig, On Wed, Apr 13, 2022 at 4:18 PM Pádraig Brady <p...@draigbrady.com> wrote: > > We plan to release coreutils-9.1 in the next few days > 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.6 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-ss.tar.xz) = 4ff5f06b6ede2f96941ab27c3734ad6a > > -------------------------------------- > > To test follow this standard procedure: > > tar -xf coreutils-ss.tar.xz > cd coreutils-9.0.209-87d5/ > ./configure && make check VERBOSE=yes > > Failures are reported, and details are in tests/test-suite.log > Please report/attach any issues to coreutils@gnu.org
Below is from a Mac-Mini (Intel), x86_84, OS X 10.12. The attachment used 'make -k'. Obviously, it did not move on to 'make check'. $ sw_vers ProductName: Mac OS X ProductVersion: 10.12.6 BuildVersion: 16G2136 $ make -k V=1 2>&1 | tee coreutils-make.log ... gcc -g -O2 -o src/comm src/comm.o src/libver.a lib/libcoreutils.a -L/usr/local/lib -li ntl -liconv -ldl -lpthread -Wl,-framework -Wl,CoreFoundation lib/libcoreutils.a depbase=`echo src/cp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -I. -I./lib -Ilib -I./lib -Isrc -I./src -I/usr/local/include -g -O2 -MT sr c/cp.o -MD -MP -MF $depbase.Tpo -c -o src/cp.o src/cp.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/copy.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -I. -I./lib -Ilib -I./lib -Isrc -I./src -I/usr/local/include -g -O2 -MT sr c/copy.o -MD -MP -MF $depbase.Tpo -c -o src/copy.o src/copy.c &&\ mv -f $depbase.Tpo $depbase.Po src/copy.c:1192:53: error: use of undeclared identifier 'CLONE_NOOWNERCOPY' int clone_flags = x->preserve_ownership ? 0 : CLONE_NOOWNERCOPY; ^ 1 error generated. make[2]: *** [src/copy.o] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Jeff