On 02/01/16 13:38, Andreas Metzler wrote: > Hello, > > when trying to build GNU findutils on GNU/hurd multiple gnulib > testsuite errors have come up: > > (sid_hurd-i386-dchroot)ametzler@exodar:~/FIND/findutils-4.6.0/tests$ > ./test-facc > essat > test-faccessat.c:36: assertion 'errno == EBADF' failed > Aborted
Don't know about the above. > (sid_hurd-i386-dchroot)ametzler@exodar:~/FIND/findutils-4.6.0/tests$ > ./test-mbrt > owc1.sh > test-mbrtowc.c:49: assertion 'ret == (size_t)(-2)' failed > Aborted > (sid_hurd-i386-dchroot)ametzler@exodar:~/FIND/findutils-4.6.0/tests$ > ./test-mbrtowc2.sh > test-mbrtowc.c:49: assertion 'ret == (size_t)(-2)' failed > Aborted > (sid_hurd-i386-dchroot)ametzler@exodar:~/FIND/findutils-4.6.0/tests$ > ./test-mbrtowc3.sh ; echo $? > 1 > (sid_hurd-i386-dchroot)ametzler@exodar:~/FIND/findutils-4.6.0/tests$ > ./test-mbrtowc4.sh > test-mbrtowc.c:49: assertion 'ret == (size_t)(-2)' failed > Aborted > > gnulib is GIT head as of 22-12-2015. The above should be fixed with: http://git.sv.gnu.org/gitweb/?p=gnulib.git;a=commitdiff;h=1f6365082 cheers, Pádraig