unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Boris <boris@d12frosted.io>
To: "emacs-devel@gnu.org" <emacs-devel@gnu.org>
Subject: Re: [bootstrap-emacs.pdmp] Killed: 9
Date: Wed, 31 Mar 2021 12:19:07 +0000	[thread overview]
Message-ID: <IblKh9c1mO56Fd0zv1CJZRL-b754OFLNRcAjo4vKTNSRII3ZRzbVMIW4Y1UfFIFLfNKaSZVHIiHL46frmbr2PKPtU2XpWpSBjVrOLC6f3xc=@d12frosted.io> (raw)

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



             reply	other threads:[~2021-03-31 12:19 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-31 12:19 Boris [this message]
2021-03-31 12:30 ` [bootstrap-emacs.pdmp] Killed: 9 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

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='IblKh9c1mO56Fd0zv1CJZRL-b754OFLNRcAjo4vKTNSRII3ZRzbVMIW4Y1UfFIFLfNKaSZVHIiHL46frmbr2PKPtU2XpWpSBjVrOLC6f3xc=@d12frosted.io' \
    --to=boris@d12frosted.io \
    --cc=emacs-devel@gnu.org \
    /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).