On Tue, Jun 29, 2021 at 12:51:48PM +0100, Jim Myhrberg wrote: > When performing a self-contained Emacs.app build, *.eln files for > Emacs' built-in lisp files stored within the Emacs.app bundle are not > used. > > I believe commit 5dd2d50 which moved *.eln files and various paths > around a bit for macOS builds, has re-introduced an old bug from last > year. Basically the checksums that makes up part of the *.eln file > names uses the absolute path of the .el file in question, but for self > contained .app builds it needs to just use the relative path to the > app itself. I don't think this is the same bug (although I guess it has the same symptoms). Please try the attached patch, it fixes it here. -- Alan Third