Re: next m4 snapshot [was: M4 1.4.14 on AIX 7.1BETA]

2010-08-09 Thread Eric Blake
On 07/30/2010 08:23 AM, Eric Blake wrote: > Now fixed in gnulib, and therefore in my current m4 snapshot: > > Grab m4-1.4.14.6-76d1 from http://people.redhat.com/eblake/m4/ Now at m4-1.4.14.7-19d5 from the same location. > > I'm hoping that all the strtod issues have been resolved, but nothing

Re: New auxiliary archive script

2010-08-09 Thread Karl Berry
could you please adjust your scripts to also autoupdate the 'ar-lib' script from Automake to Gnulib, Sure, done. Tx.

[PATCH] copy-acl: ignore ENOTSUP on HP-UX

2010-08-09 Thread Eric Blake
From: Pádraig Brady Fixes Coreutils bug 6053. * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Move definition up, so that it is available for HP-UX. * lib/copy-acl.c (qcopy_acl): Use it. Reported by Patrick M. Callahan. Signed-off-by: Eric Blake --- I think this one should do it. ChangeLog

Re: New auxiliary archive script

2010-08-09 Thread Ralf Wildenhues
Hello Karl, * Peter Rosin wrote on Fri, Aug 06, 2010 at 01:43:03PM CEST: > Add new auxiliary 'ar-lib' script, wrapping Microsoft lib. > > * lib/ar-lib: New auxiliary script. [...] could you please adjust your scripts to also autoupdate the 'ar-lib' script from Automake to Gnulib, just li

Re: [PATCH] mknod: be more vocal about danger of running tests as root

2010-08-09 Thread Eric Blake
On 07/30/2010 05:31 PM, Eric Blake wrote: > * m4/mknod.m4 (gl_FUNC_MKNOD): Make it harder to run configure as > root, since that is just asking for problems. > Based on a report by Bruno Haible. > > Signed-off-by: Eric Blake > --- > > What do you think of this? No comments, so I pushed it after

[PATCH] readlinkat: split into its own module

2010-08-09 Thread Eric Blake
* modules/symlinkat: Split readlinkat... * modules/readlinkat: ...into separate module. * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Move readlinkat check... * m4/readlinkat.m4 (gl_FUNC_READLINAT): ...to new file. * lib/symlinkat.c (readlinkat): Move... * lib/readlinkat.c: ...into new file. * modules/sym

Re: bug#6053: cp, ls, and mv bug: unknown error (252)

2010-08-09 Thread Pádraig Brady
On 09/08/10 15:46, Eric Blake wrote: > On 06/10/2010 08:12 AM, Pádraig Brady wrote: >> On 10/06/10 14:32, Eric Blake wrote: >>> On 06/10/2010 07:22 AM, Callahan, Patrick M. wrote: if ((errno == ENOSYS || errno == EOPNOTSUPP) ... You could get in a debugger and determine where

Re: bug#6053: cp, ls, and mv bug: unknown error (252)

2010-08-09 Thread Eric Blake
On 06/10/2010 08:12 AM, Pádraig Brady wrote: > On 10/06/10 14:32, Eric Blake wrote: >> On 06/10/2010 07:22 AM, Callahan, Patrick M. wrote: >>> if ((errno == ENOSYS || errno == EOPNOTSUPP) >>> ... >>> You could get in a debugger and determine where >>> to add "|| errno == 252" to solve what

Re: bootstrap: a new option --skip-git, prohibiting the use git in the bootstrap process.

2010-08-09 Thread Bruno Haible
Hello, > I propose to add to bootstrap key --skip-git (analog --skip-po), > completely eliminates the use git in the bootstrap process. > (see ) I've had the same request in

bootstrap: a new option --skip-git, prohibiting the use git in the bootstrap process.

2010-08-09 Thread Aleksey Avdeev
Hello. I propose to add to bootstrap key --skip-git (analog --skip-po), completely eliminates the use git in the bootstrap process. Now this behavior may occur if the directory specified by --gnulib-srcdir (or specified in the $ GNULIB_SRCDIR) not git repository. But it is desirable to have the