[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#70090: Build failure
From: |
Eli Zaretskii |
Subject: |
bug#70090: Build failure |
Date: |
Tue, 30 Apr 2024 15:30:10 +0300 |
> From: Konrad Podczeck <konrad.podczeck@univie.ac.at>
> Date: Tue, 30 Apr 2024 13:44:47 +0200
> Cc: 70090@debbugs.gnu.org
>
> This time I get a build failure with /laim/list.el
>
> Loading leim/leim-list.el (source)...
> Error: error ("Invalid byte opcode: op=0, ptr=0")
> cconv-make-interpreted-closure(nil ((progn (quail-defrule "ling2" 12295 nil
> t) (quail-defrule "wan2" 9675 nil
> t))) (t) nil nil)
> (function (lambda nil (progn (quail-defrule "ling2" 12295 nil t)
> (quail-defrule "wan2" 9675 nil t))))
> (eval-after-load "quail/PY-b5" #'(lambda nil (progn (quail-defrule "ling2"
> 12295 nil t) (quail-defrule "wan2"
> 9675 nil t))))
> eval-buffer(#<buffer *load*> nil "leim/leim-list.el" nil t)
>
> load-with-code-conversion("/Users/konradpodczeck/documents/emacs/lisp/leim/leim-list.el"
> "leim/leim-list.el" t
> nil)
> load("leim/leim-list.el" t)
> load("loadup.el")
>
> Invalid byte opcode: op=0, ptr=0
>
> make[1]: *** [emacs.pdmp] Error 255
> make: *** [src] Error 2
Did you clean up your source tree, as I suggested previously? If not,
please do. There should be no stale *.elc files, and no stale *.o
files.