Re: MirBSD mbtowc bug? failure on test-wcrtomb

2010-10-21 Thread Bruno Haible
Eric Blake wrote: > LC_ALL=ja_JP gltests/test-wcrtomb 3 > ../../gltests/test-wcrtomb.c:43: assertion failed > Abort trap (core dumped) > > (gdb) bt > #0 0x0297e103 in kill () from /usr/lib/libc.so.41.8 > #1 0x029ba59c in abort () from /usr/lib/libc.so.41.8 > #2 0x1c0008bc in check_character (s=

Re: NetBSD failure on nl_langinfo

2010-10-21 Thread Bruno Haible
Hi Eric, > I just noticed this failure on NetBSD 5.0.2, i386-unknown-netbsdelf5.0.2: > > ../../gltests/test-nl_langinfo.c:115: assertion failed > [1] Abort trap (core dumped) LC_ALL=${LOCALE_... > FAIL: test-nl_langinfo.sh > > LC_ALL=fr_FR.ISO8859-1 ./test-nl_langinfo 1 > > 114 const

NetBSD failure on nl_langinfo

2010-10-21 Thread Eric Blake
Bruno; I just noticed this failure on NetBSD 5.0.2, i386-unknown-netbsdelf5.0.2: ../../gltests/test-nl_langinfo.c:115: assertion failed [1] Abort trap (core dumped) LC_ALL=${LOCALE_... FAIL: test-nl_langinfo.sh LC_ALL=fr_FR.ISO8859-1 ./test-nl_langinfo 1 114 const char *currency = nl

Re: MirBSD mbtowc bug? failure on test-wcrtomb

2010-10-21 Thread Eric Blake
On 09/15/2010 04:31 AM, Bruno Haible wrote: Hi Eric, Bruno, this one probably needs your help for a gnulib workaround. On MirBSD 10 (20100815), wcrtomb is found but not replaced; leading to failure in the unit test: ac_cv_func_wcrtomb=yes ac_cv_have_decl_wcrtomb=yes gl_cv_func_wcrtomb_retval=

[PATCH] c-stack: work around libsigsegv 2.8 bug

2010-10-21 Thread Eric Blake
* lib/c-stack.c (SIGSTKSZ): Increase size to avoid alternate stack overflow on at least PowerPC64. Signed-off-by: Eric Blake --- If I knew of a public archives of the bug-libsigsegv list, I could point to more details. At any rate, this patch fixes 'make check' for a build of m4 on powerpc64 wi

posix-modules

2010-10-21 Thread Reuben Thomas
Two small suggestions: 1. It would be nice if --help said what it was for. It seems to be for printing out all the names of modules that implement ISO C/POSIX functions, as suggested by its use in "Building the ISO C and POSIX substitutes". Adding a single line to --help would suffice. 2. When I

Interix list of mounted file systems.

2010-10-21 Thread Markus Duft
Hi! I just created the attached patch for findutils to build. Any chance to get this in your git repo? :) The code is as good as it can get with interix, i think - improvement suggestions welcome! Thanks! Markus diff -ru findutils-4.5.9.orig/gnulib/lib/mountlist.c findutils-4.5.9/gnulib/lib/mount

Re: Interix list of mounted file systems.

2010-10-21 Thread Jim Meyering
Markus Duft wrote: >> I see that you have FSF copyright assignments on file >> for other projects, but not yet for gnulib. >> Can you start that process? >> Once that's done, we can proceed. > > phew - the other assignments are quite a while ago - i can't remember > the exact process. can you help

Re: Interix list of mounted file systems.

2010-10-21 Thread Markus Duft
> I see that you have FSF copyright assignments on file > for other projects, but not yet for gnulib. > Can you start that process? > Once that's done, we can proceed. phew - the other assignments are quite a while ago - i can't remember the exact process. can you help me a little? where can i get

Re: Interix list of mounted file systems.

2010-10-21 Thread Jim Meyering
Markus Duft wrote: > On 10/21/2010 11:59 AM, James Youngman wrote: >> On Thu, Oct 21, 2010 at 10:05 AM, Markus Duft wrote: >>> Hi! >>> >>> I just created the attached patch for findutils to build. Any chance to >>> get this in your git repo? :) The code is as good as it can get with >>> interix, i

Re: Interix list of mounted file systems.

2010-10-21 Thread Markus Duft
On 10/21/2010 11:59 AM, James Youngman wrote: > On Thu, Oct 21, 2010 at 10:05 AM, Markus Duft wrote: >> Hi! >> >> I just created the attached patch for findutils to build. Any chance to >> get this in your git repo? :) The code is as good as it can get with >> interix, i think - improvement sugges

Re: Interix list of mounted file systems.

2010-10-21 Thread James Youngman
On Thu, Oct 21, 2010 at 10:05 AM, Markus Duft wrote: > Hi! > > I just created the attached patch for findutils to build. Any chance to > get this in your git repo? :) The code is as good as it can get with > interix, i think - improvement suggestions welcome! To make things very clear here to gnu

Interix list of mounted file systems.

2010-10-21 Thread Markus Duft
Hi! I just created the attached patch for findutils to build. Any chance to get this in your git repo? :) The code is as good as it can get with interix, i think - improvement suggestions welcome! Thanks! Markus diff -ru findutils-4.5.9.orig/gnulib/lib/mountlist.c findutils-4.5.9/gnulib/lib/mount

Re: have-lib: ‘additional_libdir’ set to ‘PREFIX/lib64’

2010-10-21 Thread Paolo Bonzini
On 10/20/2010 06:06 PM, Ludovic Courtès wrote: > > (Actually, bi-arch support wouldn’t make much sense under Nix’s view of > > the world.) > > Why not? What doesn't make sense is the /lib and /lib64 distinction, > but you could certainly have a nix flag that says which arch to build > for.