Hello, Andreas Metzler, on Fri 03 Jun 2016 19:10:12 +0200, wrote: > I suspect a broken build.
I don't think that's it. The whole testsuite passes except ../build-aux/test-driver: line 107: 9207 Aborted (core dumped) "$@" > $log_file 2>&1 FAIL: test-faccessat and that same build has the issue: € echo a | ./xargs/xargs echo ./xargs/xargs: echo: terminated by signal 11 So either the testsuite doesn't test xargs, or xargs uses faccessat (but I don't see that happening in the source code). > Only single build of findutils > 4.4 succeeded > on hurd (4.6.0+git+20160126-2) and afaict for this build the testsuite > run was manually disabled (probably DEB_BUILD_OPTIONS nocheck). Yes. I wanted to make sure that hurd-i386 has a recent enough version of findutils for looking after #826043. > A rebuild with testsuite half a day later failed. Yes. I always rebuild packages with the testsuite after having building with nocheck, to make sure we don't forget to actually fix the bug some day, while still avoiding lagging behind for corner case test failures. > This should not have ended up in the archive. And the faccessat bug should have been fixed since a long time. Samuel