all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Paul Eggert <eggert@cs.ucla.edu>
To: Alan Third <alan@idiocy.org>
Cc: 31305@debbugs.gnu.org, david+emacsformacosx@porkrind.org,
	Noam Postavsky <npostavs@gmail.com>,
	Jimmy Yuen Ho Wong <wyuenho@gmail.com>
Subject: bug#31305: 27.0.50; Symlinks recognized as dirs
Date: Wed, 16 May 2018 11:37:05 -0700	[thread overview]
Message-ID: <04652e21-22e5-3163-dc5a-fcd34224b4f8@cs.ucla.edu> (raw)
In-Reply-To: <11a76553-a474-d861-efcd-997eab2823b9@gmail.com>

> I guess that means either Paul’s fix doesn’t work on macOS 10.9, or
> David needs to update something in his build tree.


Possibly the Gnulib workaround for the macOS faccessat bug does not work 
in older macOS versions. For example, the Gnulib workaround calls the 
function 'access' on platforms lacking faccessat, and faccessat is 
missing and 'access ("foo/", F_OK)' ignores the trailing slash in older 
macOS versions, then that could explain the problem.

Suppose my guess is right. Then, if this problem occurs because the 
emacsformacosx.com build is for OS X 10.9 or earlier, then a simple fix 
is to have emacsformacosx.com build for OS X 10.10 or later, because 
Emacs can't reasonably support OS versions that Apple itself does not 
support <https://lists.gnu.org/r/emacs-devel/2018-03/msg00798.html>. On 
the other hand, if the problem occurs on OS X 10.10 or later, then 
someone should hack on the Gnulib workaround so as to port the 
workaround to OS X 10.10. I can volunteer to do the hacking in my spare 
time, but I don't have easy access to OS X 10.10 so someone else would 
need to test it.






  parent reply	other threads:[~2018-05-16 18:37 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-28 20:44 bug#31305: 27.0.50; Symlinks recognized as dirs Jimmy Yuen Ho Wong
2018-04-28 21:06 ` Jimmy Yuen Ho Wong
2018-04-29 20:09 ` Alan Third
2018-04-29 20:25   ` Noam Postavsky
2018-04-29 20:50     ` Alan Third
2018-05-16 18:37 ` Paul Eggert [this message]
2018-05-17  0:29   ` David Caldwell
2018-05-17  1:09     ` Paul Eggert
2018-05-17  1:42       ` Paul Eggert
2018-05-18 10:22       ` David Caldwell
2018-05-18 17:16         ` Paul Eggert
2018-05-18 23:17           ` David Caldwell
2018-05-19  1:43             ` Paul Eggert
2019-09-28 18:10 ` Stefan Kangas
2019-09-28 21:04   ` Alan Third
2019-10-02 12:00     ` Stefan Kangas
2019-10-02 16:29       ` Paul Eggert

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=04652e21-22e5-3163-dc5a-fcd34224b4f8@cs.ucla.edu \
    --to=eggert@cs.ucla.edu \
    --cc=31305@debbugs.gnu.org \
    --cc=alan@idiocy.org \
    --cc=david+emacsformacosx@porkrind.org \
    --cc=npostavs@gmail.com \
    --cc=wyuenho@gmail.com \
    /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.