* Jim Meyering wrote on Sat, Aug 02, 2008 at 05:56:07PM CEST:
> Regarding the ACL failure,
> I don't have access to any AIX systems, so if you
> can give a little more info, that'd help.
>
> I.e., in gnulib-tests/test-sameacls.c, there are two blocks:
>
> #elif HAVE_ACLX_GET /* AIX */
> ...
> #elif HAVE_STATACL /* older AIX */
> ...
>
> Knowing which you're using and where/how (lineno/errno value)
> it's failing would help.
Both of these macros are defined to 1. The error happens in line 454
(changed to:)
if (aclx_get (file1, 0, &type1, acl1, &aclsize1, &mode1) < 0)
{
fprintf (stderr, "error accessing the ACLs of file %s: %d, %s\n", file1,
errno, strerror(errno));
fflush (stderr);
abort ();
}
leads to:
$ ./test-sameacls tmpfile0 tmpfile1
error accessing the ACLs of file tmpfile0: 109, Function not implemented
zsh: abort (core dumped) ./test-sameacls tmpfile0 tmpfile1
I haven't grokked yet why these are not implemented.
Cheers,
Ralf
_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils