Re: Multiple issues on GNU/hurd

2016-01-02 Thread James Youngman
On Sun, Jan 3, 2016 at 12:29 AM, Pádraig Brady wrote: > Well I suppose we could warn in that case. I'd like a slightly stronger option, somehow. Obviously there are tests which are Windows-only, which I therefore can't run. But if I can get better test coverage by just installing something or

Re: Multiple issues on GNU/hurd

2016-01-02 Thread Pádraig Brady
On 03/01/16 00:20, James Youngman wrote: > I've updated the findutils git tree to current head, so that should > pass. Opinions on precisely what gnulib commit to use for an updated > findutils stable release are invited :) > > But this test failed on a stable findutils release, which is a > con

Re: HAVE_MSVC_INVALID_PARAMETER_HANDLER test unquoted

2016-01-02 Thread Paul Eggert
Karl Berry wrote: I don't know if it's supposed to be guaranteed to be set, but if so, evidently that guarantee is failing. Yes, it is supposed to be set. Let's fix that bug, which is the real problem; quoting $HAVE_MSVC_INVALID_PARAMETER_HANDLER would merely suppress the warning. I installed

Re: Multiple issues on GNU/hurd

2016-01-02 Thread James Youngman
I've updated the findutils git tree to current head, so that should pass. Opinions on precisely what gnulib commit to use for an updated findutils stable release are invited :) But this test failed on a stable findutils release, which is a concern. Looking quickly at the test it seems that the

HAVE_MSVC_INVALID_PARAMETER_HANDLER test unquoted

2016-01-02 Thread Karl Berry
Gnulib people - Eli Z reported seeing this familiar shell diagnostic with the current Texinfo configure: ./configure: line 22339: test: =: unary operator expected That line turns out to be: if test $HAVE_MSVC_INVALID_PARAMETER_HANDLER = 1; then And looking at gnulib/m4, indeed that variable

Re: Multiple issues on GNU/hurd

2016-01-02 Thread Andreas Metzler
Pádraig Brady wrote: > On 02/01/16 13:38, Andreas Metzler wrote: [...] >> (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/finduti

Re: Multiple issues on GNU/hurd

2016-01-02 Thread Pádraig Brady
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'

Multiple issues on GNU/hurd

2016-01-02 Thread Andreas Metzler
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 (sid_hurd-i386-dchroot)ametzler@exodar:~/FIND/