[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Building from an old commit
From: |
Jean-Christophe Helary |
Subject: |
Building from an old commit |
Date: |
Mon, 31 Oct 2022 22:42:04 +0900 |
I'm preparing for the soon to come emacsconf and my idea was to go back to
emacs as it was before the patch I sent on June 20 2018.
https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=61f73703c74756e6963cc622f03bcc6938ab71b2
So, and not to mess with my current emacs repository,
- I cloned the current repository in a separate location
- I checked out c71fb6b0cdb7043e2828a6843496ab20f4577cbb
- I ran
./autogen.sh
./configure
make install
But that ends with an error message à la:
14880 unused bytes follow Mach-O header
94879 pure bytes used
mv -f emacs bootstrap-emacs
/Library/Developer/CommandLineTools/usr/bin/make -C ../lisp compile-first
EMACS="../src/bootstrap-emacs"
ELC emacs-lisp/macroexp.elc
/bin/sh: line 1: 89023 Killed: 9 EMACSLOADPATH=
'../src/bootstrap-emacs' -batch --no-site-file --no-site-lisp --eval '(setq
load-prefer-newer t)' -f batch-byte-compile emacs-lisp/macroexp.el
make[2]: *** [emacs-lisp/macroexp.elc] Error 137
make[1]: *** [bootstrap-emacs] Error 2
make: *** [src] Error 2
On a side note, master builds nicely, without having to do anything special.
Is there anything I am missing here?
--
Jean-Christophe Helary @brandelune
https://traductaire-libre.org
https://mac4translators.blogspot.com
https://sr.ht/~brandelune/omegat-as-a-book/
- Building from an old commit,
Jean-Christophe Helary <=