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

2011-06-12 Thread Bruno Haible
Pádraig Brady wrote on 2010-06-10, and Eric committed the patch on 2010-08-10: > I left the solaris and cygwin code doing the explicit errno checks, > but suggest they also change to the more general check too. > > diff ../gnulib/lib/copy-acl.c gnulib/lib/copy-acl.c > --- ../gnulib/lib/copy-acl.c

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: bug#6053: cp, ls, and mv bug: unknown error (252)

2010-06-10 Thread Callahan, Patrick M.
Thanks for the details. Do you care about ACLs? If not, then building --without-acl should be fine. [>> Right now we don't really care about ACLs and I had already built [>> the tools as you suggested --without-acl support. If you do require that ACLs be preserved in general, then more work will

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

2010-06-10 Thread Pádraig Brady
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 appears to be >> an HP-UX-and/or-cvfs-specific probl

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

2010-06-10 Thread Eric Blake
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 appears to be > an HP-UX-and/or-cvfs-specific problem. > > However, such a change is not appro

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

2010-06-08 Thread Pádraig Brady
On 08/06/10 21:51, Jim Meyering wrote: > Callahan, Patrick M. wrote: >> Pádraig Brady wrote: >>> Callahan, Patrick M. wrote: When using coreutils binaries either built from sources or installed from the Porting And Archive Centre for HP-UX we see errors of the type below when copying

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

2010-06-08 Thread Jim Meyering
Callahan, Patrick M. wrote: > Pádraig Brady wrote: >> Callahan, Patrick M. wrote: >> > When using coreutils binaries either built from sources or installed >> > from the Porting And Archive Centre for HP-UX we see errors of the type >> > below when copying (cp), listing (ls), or moving (mv) files o