Re: [bug-patch] Re: GNU patch 2.6.1 fails to build on IRIX

2010-01-15 Thread Andreas Gruenbacher
On Friday 15 January 2010 14:26:41 Eric Blake wrote: > [adding bug-patch] > > According to Stuart Shelton on 1/14/2010 9:47 AM: > > On IRIX (and, indeed, any platform without strnlen() or strndup()), > > Hmm. 'gnulib-tool --with-tests --create-testdir --dir=dir xstrndup', then > configuring that

Re: GNU patch 2.6.1 fails to build on IRIX

2010-01-15 Thread Eric Blake
[adding bug-patch] According to Stuart Shelton on 1/14/2010 9:47 AM: > On IRIX (and, indeed, any platform without strnlen() or strndup()), Hmm. 'gnulib-tool --with-tests --create-testdir --dir=dir xstrndup', then configuring that directory on mingw, did not fail. So I'm not reproducing the fail

GNU patch 2.6.1 fails to build on IRIX

2010-01-14 Thread Stuart Shelton
On IRIX (and, indeed, any platform without strnlen() or strndup()), patch 2.6.1 fails with: cc-1196 cc: WARNING File = gl/lib/strndup.c, Line = 33 The indicated function is declared implicitly. size_t len = strnlen (s, n); ^ cc-1196 cc: WARNING File = gl/lib/xstrndup.c, Li