all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Paul Eggert <eggert@cs.ucla.edu>
To: Ken Brown <kbrown@cornell.edu>
Cc: Eric Blake <eblake@redhat.com>, emacs-devel <emacs-devel@gnu.org>
Subject: Re: Gnulib ACL wrappers
Date: Thu, 28 Aug 2014 11:33:01 -0700	[thread overview]
Message-ID: <53FF75DD.30105@cs.ucla.edu> (raw)
In-Reply-To: <53FF6C0A.8050104@cornell.edu>

Ken Brown wrote:
> Or am I misunderstanding something?

Sorry, I don't know; again, I don't use Cygwin and so can be only of 
limited help debugging it.  For what it's worth, on Solaris 11 an Emacs 
trunk configure says this:

checking sys/acl.h usability... yes
checking sys/acl.h presence... yes
checking for sys/acl.h... yes
checking for library containing acl_get_file... no
checking for facl... yes
checking for library containing acl_trivial... -lsec
checking for acl_trivial... yes

and 'truss' says that (copy-file "/etc/passwd" "~/passwd" nil nil nil t) 
executed the following system calls:

facl(9, ACE_GETACLCNT, 0, 0x00000000)           = 3
facl(9, ACE_GETACL, 3, 0x087BA410)              = 3
facl(9, GETACLCNT, 0, 0x00000000)               Err#89 ENOSYS
facl(10, ACE_SETACL, 3, 0x087BA410)             = 0
fchmod(10, 0644)                                = 0

which seems to indicate that the ACL stuff is working on Solaris, at 
least to some extent.  Perhaps you can look at the corresponding output 
on Cygwin and see where things are going wrong there.



  reply	other threads:[~2014-08-28 18:33 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-27 17:15 Gnulib ACL wrappers Ken Brown
2014-08-27 17:32 ` Paul Eggert
2014-08-28 17:51   ` Ken Brown
2014-08-28 18:33     ` Paul Eggert [this message]
2014-08-28 19:37       ` Ken Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53FF75DD.30105@cs.ucla.edu \
    --to=eggert@cs.ucla.edu \
    --cc=eblake@redhat.com \
    --cc=emacs-devel@gnu.org \
    --cc=kbrown@cornell.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.