all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Konrad Podczeck <konrad.podczeck@univie.ac.at>
To: emacs-devel@gnu.org
Subject: loadup.el
Date: Thu, 7 Dec 2023 09:33:02 +0100	[thread overview]
Message-ID: <88502BEA-2058-4872-8C32-DD42CB35F5E2@univie.ac.at> (raw)

[-- Attachment #1: Type: text/plain, Size: 1329 bytes --]

Hi,

the two lines of code, in loadup-el,

(unless (featurep 'ls-lisp)

)

seem to be incompatible with macos (on an M1-processor). With these get the following error message when building the app:

Error: error ("Preloaded advice on pcase--mutually-exclusive-p")
  mapbacktrace(#f(compiled-function (evald func args flags) #<bytecode 0x60dd9c541aed07f>))
  debug-early-backtrace()
  debug-early(error (error "Preloaded advice on pcase--mutually-exclusive-p"))
  signal(error ("Preloaded advice on pcase--mutually-exclusive-p"))
  error("Preloaded advice on %s" pcase--mutually-exclusive-p)
  (and (advice--p (symbol-function f)) (error "Preloaded advice on %s" f))
  (closure (t) (f) (and (advice--p (symbol-function f)) (error "Preloaded advice on %s" f)))(pcase--mutually-exclusive-p)
  mapatoms((closure (t) (f) (and (advice--p (symbol-function f)) (error "Preloaded advice on %s" f))))
  (if (featurep 'ls-lisp) nil (mapatoms (lambda (f) (and (advice--p (symbol-function f)) (error "Preloaded advice on %s" f)))))
  (unless (featurep 'ls-lisp) (mapatoms (lambda (f) (and (advice--p (symbol-function f)) (error "Preloaded advice on %s" f)))))
  load("loadup.el")
Preloaded advice on pcase--mutually-exclusive-p
make[2]: *** [bootstrap-emacs.pdmp] Error 255
make[1]: *** [src] Error 2
***

Konrad
 

[-- Attachment #2: Type: text/html, Size: 10102 bytes --]

             reply	other threads:[~2023-12-07  8:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-07  8:33 Konrad Podczeck [this message]
2023-12-07 10:08 ` loadup.el Eli Zaretskii
     [not found]   ` <EB83DEB7-7D02-4E96-A435-394B6A43604E@univie.ac.at>
2023-12-07 10:18     ` loadup.el Konrad Podczeck
2023-12-07 10:25     ` loadup.el Eli Zaretskii

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=88502BEA-2058-4872-8C32-DD42CB35F5E2@univie.ac.at \
    --to=konrad.podczeck@univie.ac.at \
    --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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.