Re: test-string-c++.o:(.data+0x0): undefined reference to `rpl_memchr'

2010-04-22 Thread Bruno Haible
Can you show the result of 'grep MEMCHR config.status' and the relevant portion of gllib/string.h ? S[REPLACE_MEMCHR]=1 S[HAVE_RAWMEMCHR]=1 S[HAVE_MEMCHR]=1 S[GNULIB_RAWMEMCHR]=0 S[GNULIB_MEMCHR]=1 D[HAVE_MEMCHR]= 1 D[GNULIB_TEST_MEMCHR]= 1 See below for string.h contents. Thanks,

Re: test-string-c++.o:(.data+0x0): undefined reference to `rpl_memchr'

2010-04-22 Thread Simon Josefsson
Bruno Haible br...@clisp.org writes: Can you show the result of 'grep MEMCHR config.status' and the relevant portion of gllib/string.h ? S[REPLACE_MEMCHR]=1 S[HAVE_RAWMEMCHR]=1 S[HAVE_MEMCHR]=1 S[GNULIB_RAWMEMCHR]=0 S[GNULIB_MEMCHR]=1 D[HAVE_MEMCHR]= 1 D[GNULIB_TEST_MEMCHR]= 1 See

Re: strnlen on OSX C++

2010-04-22 Thread Simon Josefsson
Jarno Rajahalme jarno.rajaha...@nsn.com writes: Bruno, I have those patches applied (and a up-to-date gnulib, as git diff shows nothing), but now get a different compilation error: In file included from main.cc:4: ../lib/string.h:684: error: 'strnlen' was not declared in this scope

{f,}printf-posix test failure

2010-04-22 Thread Ian Beckwith
Hi, printf-posix and fprintf-posix fail the test suite on debian stable and unstable, i386 and ia64. The problem seems to be the same, test-printf-posix2 and test-fprintf-posix2 fail at the same place. Looking at test-fprintf-posix2: gltests/test-fprintf-posix2.sh runs test-fprintf-posix2 1

Re: [GNU Bison 2.4.2] testsuite: Failing tests of bison 2.4.2 on Solaris 8+9 w/Sun Studio 11+12

2010-04-22 Thread Joel E. Denny
On Wed, 21 Apr 2010, Paolo Bonzini wrote: Having OpenCSW regenerate the libgnugetopt package with gnulib-tool --create-testdir --dir=libgnugetopt getopt-gnu and dropping support for the old package seems easiest, and does not require further uglification of gnulib. Given the last findings,