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
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
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
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
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
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
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
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