bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: test failures on AIX 5.3: misc/sort-merge, test-copy-acl.sh


From: Ralf Wildenhues
Subject: Re: test failures on AIX 5.3: misc/sort-merge, test-copy-acl.sh
Date: Tue, 12 Aug 2008 22:49:49 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

* 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]