I installed the following into gnulib; it fixes a problem that causes the build of coreutils 7.2 to fail on Solaris 8.
* modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting problem to Solaris 8 encountered with coreutils 7.2, which resulted in a message "fnmatch.c:292: warning: passing argument 4 of 'mbsrtowcs' from incompatible pointer type". --- ChangeLog | 7 +++++++ modules/fnmatch | 1 + 2 files changed, 8 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index aeba6b7..9708976 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-04-02 Paul Eggert <egg...@cs.ucla.edu> + + * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting + problem to Solaris 8 encountered with coreutils 7.2, which + resulted in a message "fnmatch.c:292: warning: passing argument 4 + of 'mbsrtowcs' from incompatible pointer type". + 2009-04-02 Simon Josefsson <si...@josefsson.org> * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing diff --git a/modules/fnmatch b/modules/fnmatch index 3187a7d..856d86d 100644 --- a/modules/fnmatch +++ b/modules/fnmatch @@ -16,6 +16,7 @@ wchar wctype memchr memcmp +mbsrtowcs configure.ac: # No macro. You should also use one of fnmatch-posix or fnmatch-gnu. -- 1.6.2.1