all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Bob Kline <bkline@rksystems.com>
To: "Gerd Möllmann" <gerd.moellmann@gmail.com>
Cc: Po Lu <luangruo@yahoo.com>, Robert Pluim <rpluim@gmail.com>,
	57563@debbugs.gnu.org
Subject: bug#57563: 28.1; macOS - layout warning at startup
Date: Fri, 16 Sep 2022 09:16:48 -0400	[thread overview]
Message-ID: <CAGjKmVr0sKwb_VMuBzJp6UBq7rLm7r5anY0F2vdLuyDW_LDpKA@mail.gmail.com> (raw)
In-Reply-To: <m21qsbn9q1.fsf@Mini.fritz.box>

On Fri, Sep 16, 2022 at 1:56 AM Gerd Möllmann <gerd.moellmann@gmail.com> wrote:
>
> Bob Kline <bkline@rksystems.com> writes:
> ...
> > https://github.com/caldwell/build-emacs/issues/123
>
> Thanks for the info, Bob.

I got a quick response from the maintainer of the build scripts which
feed into emacsformacosx.com (which is where homebrew gets its
pre-built packages). He showed me how to figure out which Emacs
executable the launcher will choose and how to run that executable
directly, bypassing the launcher. I did so, and the bug still kicked
in. So as my mental picture of what's going on slowly comes into
better focus, what I think I'm seeing now is:

* the build script creates three binaries:
  - one for arm64 macOS 11
  - one for x86_64 macOS 10.11
  - one for x86_64 macOS 10.14
* the launcher narrows the candidates to those matching the computer's
architecture
* the launcher eliminates candidates built for a newer OS version than
the computer's
* the launcher chooses and runs the candidate built for the most
recent OS version
* when I run that Emacs (x86_64 macOS 10.14) on my x86_64 macOS 12 I see the bug
* when I run the build script on this machine I get Emacs built for
x86_64 macOS 12
* when I execute that Emacs on this machine I don't see the bug

So the launcher does not appear to be involved with the bug after all.
MacOS 12 appears to be happy running an Emacs (any version) built on
macOS 12, but unhappy running Emacs built on macOS 10.14. It seems
plausible that the reason the bug doesn't surface on arm64 is that
macOS 12 has no problems with an Emacs built on macOS 11, and the
launcher can find a macOS 11 Emacs for arm64 but not for x86_64. I
tried to set up a machine with macOS 10.14 or macOS 11 to see if the
bug showed up there, but it seems that Apple doesn't want users
installing older versions of macOS on their computers (Apple has
instructions [1] for downloading installers for those versions, but
when you follow the links you are taken to the Apple store where you
can click "Get" and watch the download progress to the end followed by
an error message saying that the installer was launched and failed,
and instead of dropping the launcher into the file system so you can
put it on some removable media the download is nowhere to be found, as
far as I could see).

I'll leave it up to you whether or not the bug should be reopened. As
noted in an earlier comment, we do have the requested stack trace [2].
I'm perfectly willing to supply any other information I can provide,
or attempt any further experiments, but I do have an Emacs without the
bug, so I'm happy (or as happy as I'll be with an unsolved mystery).
😂

[1] https://support.apple.com/en-gb/HT211683
[2] https://debbugs.gnu.org/cgi/bugreport.cgi?bug=53481#5





  reply	other threads:[~2022-09-16 13:16 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-03 14:39 bug#57563: 28.1; macOS - layout warning at startup Bob Kline
2022-09-05  1:36 ` Lars Ingebrigtsen
2022-09-05 12:13   ` Bob Kline
2022-09-05 19:01     ` Lars Ingebrigtsen
2022-09-06  1:11 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-09-06 13:45   ` Bob Kline
2022-09-07  1:03     ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-09-07  5:04       ` Gerd Möllmann
2022-09-07 12:17         ` Bob Kline
2022-09-07 12:28           ` Gerd Möllmann
2022-09-07 12:47             ` Bob Kline
2022-09-07 12:56               ` Gerd Möllmann
2022-09-07 12:59                 ` Bob Kline
2022-09-07 13:03               ` Robert Pluim
2022-09-07 13:10                 ` Bob Kline
2022-09-07 13:19                   ` Robert Pluim
2022-09-07 13:22                     ` Bob Kline
2022-09-07 13:45                       ` Gerd Möllmann
2022-09-07 13:47                       ` Gerd Möllmann
2022-09-07 13:41                     ` Gerd Möllmann
2022-09-07 13:48                       ` Bob Kline
2022-09-07 13:58                         ` Gerd Möllmann
2022-09-07 14:18                           ` Bob Kline
2022-09-07 18:01                           ` Bob Kline
2022-09-08  5:02                             ` Gerd Möllmann
2022-09-08  8:25                               ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-09-08 13:04                                 ` Bob Kline
2022-09-08 13:19                                   ` Gerd Möllmann
2022-09-08 13:35                                   ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-09-08 13:55                                     ` Robert Pluim
2022-09-08 14:02                                     ` Bob Kline
2022-09-08 16:12                                       ` Bob Kline
2022-09-08 20:00                                         ` Bob Kline
2022-09-09  5:02                                           ` Gerd Möllmann
2022-09-09  8:55                                             ` Robert Pluim
2022-09-11 11:13                                             ` Bob Kline
2022-09-12  5:58                                               ` Gerd Möllmann
2022-09-12 11:11                                                 ` Bob Kline
2022-09-12 11:35                                                   ` Gerd Möllmann
2022-09-15 13:33                                                     ` Bob Kline
2022-09-16  5:56                                                       ` Gerd Möllmann
2022-09-16 13:16                                                         ` Bob Kline [this message]
2022-09-16 13:26                                                           ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-09-16 13:41                                                             ` Bob Kline
2022-09-16 14:33                                                               ` Bob Kline
2022-09-17  1:57                                                                 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors

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=CAGjKmVr0sKwb_VMuBzJp6UBq7rLm7r5anY0F2vdLuyDW_LDpKA@mail.gmail.com \
    --to=bkline@rksystems.com \
    --cc=57563@debbugs.gnu.org \
    --cc=gerd.moellmann@gmail.com \
    --cc=luangruo@yahoo.com \
    --cc=rpluim@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.