From: Andrea Corallo via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: Jim Myhrberg <contact@jimeh.me>
Cc: 43532@debbugs.gnu.org
Subject: bug#43532: [feature/native-comp] *.eln file name hashing algorithm doesn't seem to play nice with NATIVE_FULL_AOT and self-contained Emacs.app builds for macOS
Date: Mon, 21 Sep 2020 07:53:41 +0000 [thread overview]
Message-ID: <xjf7dsno9a2.fsf@sdf.org> (raw)
In-Reply-To: <CAGaZ61vCayWTdNBnx51tyP=x-aanUVvcBeXm99edQRWzM_Tk6w@mail.gmail.com> (Jim Myhrberg's message of "Sun, 20 Sep 2020 14:02:44 +0100")
Jim Myhrberg <contact@jimeh.me> writes:
> Hi,
>
> TL;DR:
>
> If I've understood correctly, the filename of the cached *.eln files
> includes a hash based on the absolute file path and content of the
> source *.el/*.el.gz file. On macOS when producing a self-contained
> Emacs.app bundle this means that the cached *.eln files bundled into
> the app cannot be used, as their absolute path won't match what they
> were during build time. And app bundles on macOS can be placed and
> launched from anywhere on disk.
Hi Jim,
I think we should be able to improve the filename hashing mechanism on
MacOS to deal with that. Perhaps something like removing
*/Emacs.app/Contents/MacOS/ from the input of it.
Could you post the value of PATH_DUMPLOADSEARCH and PATH_LOADSEARCH
macros? You should find them defined in epaths.h in your build
directory.
Thanks
Andrea
next prev parent reply other threads:[~2020-09-21 7:53 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-20 13:02 bug#43532: [feature/native-comp] *.eln file name hashing algorithm doesn't seem to play nice with NATIVE_FULL_AOT and self-contained Emacs.app builds for macOS Jim Myhrberg
2020-09-21 7:53 ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
2020-09-21 9:19 ` Jim Myhrberg
2020-09-21 10:26 ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-09-21 13:02 ` Jim Myhrberg
2020-09-21 13:41 ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-09-21 18:54 ` Jim Myhrberg
2020-09-21 19:38 ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-09-21 21:17 ` Jim Myhrberg
2020-09-21 22:40 ` Jim Myhrberg
2020-09-22 7:58 ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-09-22 9:43 ` Jim Myhrberg
2020-09-22 10:21 ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-09-22 11:37 ` Jim Myhrberg
2020-09-22 13:00 ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-09-29 15:52 ` bug#43532: [feature/native-comp] *.eln file name hashing, algorithm doesn't seem to play nice with NATIVE_FULL_AOT and self-contained, " Aloxaf
2020-09-29 18:46 ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-09-29 19:48 ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
[not found] ` <CA+6YrQz8QcASrajz-+QVS5p68VPhQy1Me2T179CzXADn72WYXg@mail.gmail.com>
2020-09-30 7:13 ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
[not found] ` <efd04f70-ced3-9978-2280-2bb41ca14a2f@gmail.com>
2020-10-01 13:19 ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-10-01 15:01 ` Aloxaf
2020-10-01 15:40 ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-10-04 18:04 ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-10-04 19:54 ` Jim Myhrberg
2020-10-04 20:54 ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-10-04 23:17 ` Jim Myhrberg
2020-10-05 6:56 ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-10-05 9:57 ` Jim Myhrberg
2020-10-05 15:09 ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-10-07 4:09 ` Aloxaf Yin
2020-10-07 15:00 ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-10-08 3:40 ` Aloxaf Yin
2020-10-14 0:12 ` Andrew Whatson
2020-10-14 6:57 ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-10-15 9:38 ` Andrew Whatson
2020-10-15 10:54 ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-10-15 12:04 ` Andrew Whatson
2020-10-15 12:56 ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-10-15 13:11 ` Jim Myhrberg
2020-10-15 14:51 ` Aloxaf Yin
2020-10-15 15:02 ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-10-15 6:52 ` bug#43532: [PATCH] Fix timestamp check when loading from eln (bug #43532) Andrew Whatson
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=xjf7dsno9a2.fsf@sdf.org \
--to=bug-gnu-emacs@gnu.org \
--cc=43532@debbugs.gnu.org \
--cc=akrl@sdf.org \
--cc=contact@jimeh.me \
/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 public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).