bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#69631: 30.0.50; native compilation errors


From: gerard . vermeulen
Subject: bug#69631: 30.0.50; native compilation errors
Date: Fri, 08 Mar 2024 16:34:16 +0000



On 08.03.2024 17:21, Andrea Corallo wrote:
Stefan Monnier <monnier@iro.umontreal.ca> writes:

Bootstrap now progress further but fails while compiling emoji-labels.el :/
                                                 ^^^
                                                 generating

I think I'll leave this to Stefan as it looks closely related to his
recent changes and doesn't seem to involve the native compiler.

Hmm... I didn't bump into this problem, but I did see into another one,
so I pushed a fix, hopefully it fixed that one as well.

Hi,

On my system (GNU/Linux X86_64):

$ git clean -xfd && ./autogen.sh && ./configure
--prefix=/home/andcor03 --with-nativecomp=aot && make -j64

I still can see the following error even if I'm on have 055e31f1d02:

"../../src/bootstrap-emacs" -batch --no-site-file --no-site-lisp -l
emoji.el -f emoji--generate-file
../../lisp/international/emoji-labels.el

Error: wrong-type-argument (eieio--class #s(built-in-class record
"Abstract type of objects with slots." (#s(built-in-class atom "The
type of anything but cons cells." (#s(built-in-class t "The type of
everything." nil nil nil)) nil nil)) nil nil))
  signal(wrong-type-argument (eieio--class #s(built-in-class :name
record :docstring "Abstract type of objects with slots." :parents
(#s(built-in-class :name atom :docstring "The type of anything but
cons cells." :parents (#s(built-in-class :name t :docstring "The type
of everything." :parents nil :slots nil :index-table nil)) :slots nil
:index-table nil)) :slots nil :index-table nil)))

  Andrea

When I do make bootstrap, I get now:

Loading macroexp.elc...
Wrong type argument: eieio--class, #s(built-in-class record "Abstract type of objects with slots." (#s(built-in-class atom "The type of anything but cons cells." (#s(built-in-class t "The type of everything." nil nil nil)) nil nil)) nil nil)
make[4]: *** [../../lisp/international/emoji-labels.el] Error 255
make[3]: *** [../lisp/international/charprop.el] Error 2
make[2]: *** [src] Error 2
make[1]: *** [actual-bootstrap] Error 2
***
*** "make bootstrap" failed with exit status 2.

Gerard





reply via email to

[Prev in Thread] Current Thread [Next in Thread]