all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* loadup.el
@ 2023-12-07  8:33 Konrad Podczeck
  2023-12-07 10:08 ` loadup.el Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Konrad Podczeck @ 2023-12-07  8:33 UTC (permalink / raw)
  To: emacs-devel

[-- 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 --]

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

* Re: loadup.el
  2023-12-07  8:33 loadup.el Konrad Podczeck
@ 2023-12-07 10:08 ` Eli Zaretskii
       [not found]   ` <EB83DEB7-7D02-4E96-A435-394B6A43604E@univie.ac.at>
  0 siblings, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2023-12-07 10:08 UTC (permalink / raw)
  To: Konrad Podczeck; +Cc: emacs-devel

> From: Konrad Podczeck <konrad.podczeck@univie.ac.at>
> Date: Thu, 7 Dec 2023 09:33:02 +0100
> 
> 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")

When did you last update from Git?

And did you try to "make bootstrap"?



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

* Re: loadup.el
       [not found]   ` <EB83DEB7-7D02-4E96-A435-394B6A43604E@univie.ac.at>
@ 2023-12-07 10:18     ` Konrad Podczeck
  2023-12-07 10:25     ` loadup.el Eli Zaretskii
  1 sibling, 0 replies; 4+ messages in thread
From: Konrad Podczeck @ 2023-12-07 10:18 UTC (permalink / raw)
  To: Eli Zaretskii, emacs-devel

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



> Am 07.12.2023 um 11:14 schrieb Konrad Podczeck <konrad.podczeck@univie.ac.at>:
> 
> 
> 
>> Am 07.12.2023 um 11:08 schrieb Eli Zaretskii <eliz@gnu.org>:
>> 
>>> From: Konrad Podczeck <konrad.podczeck@univie.ac.at>
>>> Date: Thu, 7 Dec 2023 09:33:02 +0100
>>> 
>>> 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")
>> 
>> When did you last update from Git?
> 
> This morning.
>> 
>> And did you try to "make bootstrap“?
> No.


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

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

* Re: loadup.el
       [not found]   ` <EB83DEB7-7D02-4E96-A435-394B6A43604E@univie.ac.at>
  2023-12-07 10:18     ` loadup.el Konrad Podczeck
@ 2023-12-07 10:25     ` Eli Zaretskii
  1 sibling, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2023-12-07 10:25 UTC (permalink / raw)
  To: Konrad Podczeck; +Cc: emacs-devel

[Please use Reply All to reply, to keep the list on the CC.]

> From: Konrad Podczeck <konrad.podczeck@univie.ac.at>
> Date: Thu, 7 Dec 2023 11:14:15 +0100
> 
> >> Error: error ("Preloaded advice on pcase--mutually-exclusive-p")
> > 
> > When did you last update from Git?
> 
> This morning.
> > 
> > And did you try to "make bootstrap“?
> No.

Then please try "make bootstrap", and see if the problem goes away.



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

end of thread, other threads:[~2023-12-07 10:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-07  8:33 loadup.el Konrad Podczeck
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

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.