On Sun, Jul 24, 2022, 10:09 AM Eli Zaretskii wrote: > > From: Lynn Winebarger > > Date: Sun, 24 Jul 2022 10:05:19 -0400 > > Cc: michael.albinus@gmx.de, emacs-devel@gnu.org > > > > LC_ALL=C ./temacs -batch --no-build-details -l loadup --temacs=pdump > > --bin-dest=/does/not/exist/bin > > --eln-dest=/does/not/exist/lib/emacs/28.1 > > Why "28.1"? Are you building the 28.1 release tarball? I thought you > were building the master branch of the Git repository, which would be > Emacs 29.0.50. > I'm building this on my employer's system, so I start with official release tarballs and a static set of packages mirrored on a particular date. The whole thing is sandboxed. On my personal machines for my personal projects, I'd start with something closer to master. That's where I'll be working on compilation units for byte code based on the pdmp format, that should eventually make this extended dumping process unecessary. Lynn