unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: [bootstrap-emacs.pdmp] Killed: 9
@ 2021-03-31 12:19 Boris
  2021-03-31 12:30 ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Boris @ 2021-03-31 12:19 UTC (permalink / raw)
  To: emacs-devel@gnu.org

Hi,

I noticed this error as well and reverting fda9b3e83a434706c31ab1bee5c15511c0181d5a fixed the issue.

e.g.

---
 src/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile.in b/src/Makefile.in
index 39fd708564..c66e67447a 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -339,7 +339,7 @@ HAVE_PDUMPER = @HAVE_PDUMPER@

 ## ARM Macs require that all code have a valid signature.  Since pump
 ## invalidates the signature, we must re-sign to fix it.
-DO_CODESIGN=$(patsubst arm-apple-darwin%,yes,@configuration@)
+DO_CODESIGN=$(patsubst aarch64-apple-darwin%,yes,@configuration@)

 # 'make' verbosity.
 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
--


Cheers,
boris@d12frosted.io



^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [bootstrap-emacs.pdmp] Killed: 9
@ 2021-03-27 16:28 Jeffrey Walton
  2021-03-27 16:54 ` Philipp
  2021-03-27 16:54 ` Jeffrey Walton
  0 siblings, 2 replies; 5+ messages in thread
From: Jeffrey Walton @ 2021-03-27 16:28 UTC (permalink / raw)
  To: Emacs developers

Hi Everyone,

I'm building Emacs 27.2 on the Apple M1 machine. (Thanks for
--without-ns). 'make' is failing with the following. I am not at the
'make check' step (yet). It looks like this issue:
https://github.com/d12frosted/homebrew-emacs-plus/issues/292#issuecomment-751451010.

gmake -C ../lisp update-subdirs
gmake[2]: Entering directory `/Users/jwalton/Build-Scripts/emacs-27.2/lisp'
for file in . ./calc ./calendar ./emacs-lisp ./emulation ./erc
./eshell ./gnus ./image ./international ./language ./mail ./mh-e ./net
./nxml ./obsolete ./org ./play ./progmodes ./term ./textmodes ./url
./vc; do \
           ./../build-aux/update-subdirs $file; \
        done;
gmake[2]: Leaving directory `/Users/jwalton/Build-Scripts/emacs-27.2/lisp'
cp -f temacs bootstrap-emacs
rm -f bootstrap-emacs.pdmp
./temacs --batch  -l loadup --temacs=pbootstrap
gmake[1]: *** [bootstrap-emacs.pdmp] Killed: 9

Jeff



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-03-31 12:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-31 12:19 [bootstrap-emacs.pdmp] Killed: 9 Boris
2021-03-31 12:30 ` Eli Zaretskii
  -- strict thread matches above, loose matches on Subject: below --
2021-03-27 16:28 Jeffrey Walton
2021-03-27 16:54 ` Philipp
2021-03-27 16:54 ` Jeffrey Walton

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).