GNU bug report logs - #70090
Build failure

Previous Next

Package: emacs;

Reported by: Konrad Podczeck <konrad.podczeck <at> univie.ac.at>

Date: Sat, 30 Mar 2024 14:51:03 UTC

Severity: normal

Done: Stefan Kangas <stefankangas <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 70090 in the body.
You can then email your comments to 70090 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#70090; Package emacs. (Sat, 30 Mar 2024 14:51:04 GMT) Full text and rfc822 format available.

Acknowledgement sent to Konrad Podczeck <konrad.podczeck <at> univie.ac.at>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sat, 30 Mar 2024 14:51:04 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Konrad Podczeck <konrad.podczeck <at> univie.ac.at>
To: bug-gnu-emacs <at> gnu.org
Subject: Build failure
Date: Sat, 30 Mar 2024 15:50:23 +0100
With the code from today, 15.30, building Emacs failed, with the following error message:


Undefined symbols for architecture arm64:
  "_syms_of_json", referenced from:
      _main in emacs.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [temacs] Error 1
make[2]: *** [src] Error 2
make[1]: *** [actual-bootstrap] Error 2
***
*** "make bootstrap" failed with exit status 2.

make[1]: *** [advice-on-failure] Error 2
make: *** [bootstrap] Error 2


Konrad Podczeck





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#70090; Package emacs. (Sat, 30 Mar 2024 15:27:01 GMT) Full text and rfc822 format available.

Message #8 received at 70090 <at> debbugs.gnu.org (full text, mbox):

From: David Ponce <da_vid <at> orange.fr>
To: 70090 <at> debbugs.gnu.org
Subject: Build failure
Date: Sat, 30 Mar 2024 16:26:28 +0100
Same error here:

  CCLD     temacs

/usr/bin/ld: emacs.o: in function `main':
/home/dponce/installs/emacs/src/emacs.c:2478: undefined reference to `syms_of_json'
collect2: error: ld returned 1 exit status
  make[3]: *** [Makefile:739: temacs] Error  1
  make[2]: *** [Makefile:554: src] Error  2
  make[1]: *** [Makefile:1293: actual-bootstrap] Error  2


It seems that the json.c file is no more compiled after this commit:

author	Mattias Engdegård <mattiase <at> acm.org>	2024-03-30 15:13:24 +0100
committer	Mattias Engdegård <mattiase <at> acm.org>	2024-03-30 15:19:56 +0100
commit	1135ce461d188869e0294af45641edc2cbfacbf0 (patch)
tree	fe0c7ec4113ac62c6ab0d28b9bc8bc81dc005906
parent	890edfd2bb8fd79730919972cc82811b73c7f572 (diff)
download	emacs-1135ce461d188869e0294af45641edc2cbfacbf0.tar.gz
Always enable native JSON support and remove Jansson referencesHEADmaster
* src/json.c (Fjson__available_p): Remove.
* lisp/subr.el (json-available-p): Always return t.
* admin/nt/dist-build/build-dep-zips.py:
* configure.ac:
* doc/lispref/text.texi (Parsing JSON):
* java/INSTALL:
* java/org/gnu/emacs/EmacsNative.java (EmacsNative):
* lisp/term/w32-win.el (dynamic-library-alist):
* m4/ndk-build.m4 (ndk_INIT):
* msdos/sed1v2.inp:
* nt/INSTALL:
* nt/INSTALL.W64:
* src/Makefile.in:
* src/emacs.c (main):
* src/lisp.h:
Remove JSON configuration options and references to it and Jansson from
documentation and build files.
* etc/NEWS: Announce.






Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#70090; Package emacs. (Sat, 30 Mar 2024 16:39:02 GMT) Full text and rfc822 format available.

Message #11 received at 70090 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Konrad Podczeck <konrad.podczeck <at> univie.ac.at>
Cc: 70090 <at> debbugs.gnu.org
Subject: Re: bug#70090: Build failure
Date: Sat, 30 Mar 2024 19:38:17 +0300
> From: Konrad Podczeck <konrad.podczeck <at> univie.ac.at>
> Date: Sat, 30 Mar 2024 15:50:23 +0100
> 
> With the code from today, 15.30, building Emacs failed, with the following error message:
> 
> 
> Undefined symbols for architecture arm64:
>   "_syms_of_json", referenced from:
>       _main in emacs.o
> ld: symbol(s) not found for architecture arm64
> clang: error: linker command failed with exit code 1 (use -v to see invocation)
> make[3]: *** [temacs] Error 1
> make[2]: *** [src] Error 2
> make[1]: *** [actual-bootstrap] Error 2
> ***
> *** "make bootstrap" failed with exit status 2.
> 
> make[1]: *** [advice-on-failure] Error 2
> make: *** [bootstrap] Error 2

Please try again, I hope I fixed this.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#70090; Package emacs. (Sat, 30 Mar 2024 16:40:01 GMT) Full text and rfc822 format available.

Message #14 received at 70090 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: David Ponce <da_vid <at> orange.fr>
Cc: 70090 <at> debbugs.gnu.org
Subject: Re: bug#70090: Build failure
Date: Sat, 30 Mar 2024 19:38:55 +0300
> Date: Sat, 30 Mar 2024 16:26:28 +0100
> From:  David Ponce via "Bug reports for GNU Emacs,
>  the Swiss army knife of text editors" <bug-gnu-emacs <at> gnu.org>
> 
> Same error here:
> 
>    CCLD     temacs
> 
> /usr/bin/ld: emacs.o: in function `main':
> /home/dponce/installs/emacs/src/emacs.c:2478: undefined reference to `syms_of_json'
> collect2: error: ld returned 1 exit status

Same response.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#70090; Package emacs. (Sat, 30 Mar 2024 17:02:02 GMT) Full text and rfc822 format available.

Message #17 received at 70090 <at> debbugs.gnu.org (full text, mbox):

From: David Ponce <da_vid <at> orange.fr>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 70090 <at> debbugs.gnu.org
Subject: Re: bug#70090: Build failure
Date: Sat, 30 Mar 2024 18:01:13 +0100
On 30/03/2024 17:38, Eli Zaretskii wrote:
>> Date: Sat, 30 Mar 2024 16:26:28 +0100
>> From:  David Ponce via "Bug reports for GNU Emacs,
>>   the Swiss army knife of text editors" <bug-gnu-emacs <at> gnu.org>
>>
>> Same error here:
>>
>>     CCLD     temacs
>>
>> /usr/bin/ld: emacs.o: in function `main':
>> /home/dponce/installs/emacs/src/emacs.c:2478: undefined reference to `syms_of_json'
>> collect2: error: ld returned 1 exit status
> 
> Same response.

I confirm the build is fixed.
Thanks!




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#70090; Package emacs. (Sun, 31 Mar 2024 14:12:01 GMT) Full text and rfc822 format available.

Message #20 received at 70090 <at> debbugs.gnu.org (full text, mbox):

From: Konrad Podczeck <konrad.podczeck <at> univie.ac.at>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 70090 <at> debbugs.gnu.org
Subject: Re: bug#70090: Build failure
Date: Sun, 31 Mar 2024 16:11:21 +0200
[Message part 1 (text/plain, inline)]
Now I get a build failure with leim:

Loading leim/leim-list.el (source)...

Error: error ("Invalid byte opcode: op=0, ptr=0")
  cconv-make-interpreted-closure((lambda nil (progn (quail-defrule "ling2" 12295 nil t) (quail-defrule "wan2" 9675 nil t))) (t))
  (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




> Am 30.03.2024 um 17:38 schrieb Eli Zaretskii <eliz <at> gnu.org>:
> 
>> From: Konrad Podczeck <konrad.podczeck <at> univie.ac.at>
>> Date: Sat, 30 Mar 2024 15:50:23 +0100
>> 
>> With the code from today, 15.30, building Emacs failed, with the following error message:
>> 
>> 
>> Undefined symbols for architecture arm64:
>>  "_syms_of_json", referenced from:
>>      _main in emacs.o
>> ld: symbol(s) not found for architecture arm64
>> clang: error: linker command failed with exit code 1 (use -v to see invocation)
>> make[3]: *** [temacs] Error 1
>> make[2]: *** [src] Error 2
>> make[1]: *** [actual-bootstrap] Error 2
>> ***
>> *** "make bootstrap" failed with exit status 2.
>> 
>> make[1]: *** [advice-on-failure] Error 2
>> make: *** [bootstrap] Error 2
> 
> Please try again, I hope I fixed this.

[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#70090; Package emacs. (Sun, 31 Mar 2024 14:29:01 GMT) Full text and rfc822 format available.

Message #23 received at 70090 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Konrad Podczeck <konrad.podczeck <at> univie.ac.at>
Cc: 70090 <at> debbugs.gnu.org
Subject: Re: bug#70090: Build failure
Date: Sun, 31 Mar 2024 17:27:48 +0300
> From: Konrad Podczeck <konrad.podczeck <at> univie.ac.at>
> Date: Sun, 31 Mar 2024 16:11:21 +0200
> Cc: 70090 <at> debbugs.gnu.org
> 
> Now I get a build failure with leim:
> 
> Loading leim/leim-list.el (source)...
> 
> Error: error ("Invalid byte opcode: op=0, ptr=0")
> 
>   cconv-make-interpreted-closure((lambda nil (progn (quail-defrule "ling2" 12295 nil t) (quail-defrule "wan2"
> 9675 nil t))) (t))
>   (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")

I suggest "make bootstrap".




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#70090; Package emacs. (Wed, 10 Apr 2024 08:00:02 GMT) Full text and rfc822 format available.

Message #26 received at 70090 <at> debbugs.gnu.org (full text, mbox):

From: Konrad Podczeck <konrad.podczeck <at> univie.ac.at>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 70090 <at> debbugs.gnu.org
Subject: Re: bug#70090: Build failure
Date: Wed, 10 Apr 2024 09:58:59 +0200
With the code from today, 9.00 MEZ, I got the following error message, while trying to make a new build of Emacs 30:


In toplevel form:
cedet/semantic/wisent/python.el:30:11: Error: Symbol’s function definition is void: define-skeleton
make[3]: *** [cedet/semantic/wisent/python.elc] Error 1
make[2]: *** [compile-main] Error 2
make[1]: *** [lisp] Error 2
***
*** "make all" failed with exit status 2.
***
*** You could try to:
*** - run "make bootstrap", which might fix the problem
*** - run "make V=1", which displays the full commands invoked by make,
***   to further investigate the problem
***
make[1]: *** [advice-on-failure] Error 2
make: *** [all] Error 2




After doing "make bootstrap", the error maessage was as follows:


Error: error ("Eager macro-expansion failure: (error \"(require cl-lib) while preparing to dump\")")
  signal(error ("Eager macro-expansion failure: (error \"(require cl-lib) while preparing to dump\")"))
  error("Eager macro-expansion failure: %S" (error "(require cl-lib) while preparing to dump"))
  internal-macroexpand-for-load((eval-when-compile (require 'cl-lib)) nil)
  eval-buffer(#<buffer  *load*> nil "emacs-lisp/ring.el" nil t)
  load-with-code-conversion("/Users/konradpodczeck/Documents/emacs/lisp/emacs-lisp/ring.el" "emacs-lisp/ring.el" nil nil)
  load("emacs-lisp/ring")
  load("loadup.el")
Eager macro-expansion failure: (error "(require cl-lib) while preparing to dump")
make[3]: *** [emacs.pdmp] Error 255
make[2]: *** [src] Error 2
make[1]: *** [actual-bootstrap] Error 2
***
*** "make bootstrap" failed with exit status 2.
***
*** You could try to:
*** - run "make extraclean" and run "make" again (or, equivalently, run
***   "make bootstrap configure=default"), to rebuild Emacs with the
***   default configuration options, which might fix the problem
*** - run "git clean -fdx" and run "make bootstrap" again, which might
***   fix the problem if "make bootstrap configure=default" did not
***   !BEWARE! "git clean -fdx" deletes all files that are not under
***   !BEWARE! version control, which means that all changes to such
***   !BEWARE! files will be lost and cannot be restored later
*** - run "make V=1", which displays the full commands invoked by make,
***   to further investigate the problem
*** - report the problem and ask for help by sending an email to
***   bug-gnu-emacs <at> gnu.org, mentioning at least the build error
***   message, the platform, and the repository revision displayed by
***   "git rev-parse HEAD"
***
make[1]: *** [advice-on-failure] Error 

Konrad






Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#70090; Package emacs. (Wed, 10 Apr 2024 11:24:01 GMT) Full text and rfc822 format available.

Message #29 received at 70090 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Konrad Podczeck <konrad.podczeck <at> univie.ac.at>
Cc: 70090 <at> debbugs.gnu.org
Subject: Re: bug#70090: Build failure
Date: Wed, 10 Apr 2024 14:22:35 +0300
> From: Konrad Podczeck <konrad.podczeck <at> univie.ac.at>
> Date: Wed, 10 Apr 2024 09:58:59 +0200
> Cc: 70090 <at> debbugs.gnu.org
> 
> With the code from today, 9.00 MEZ, I got the following error message, while trying to make a new build of Emacs 30:
> 
> 
> In toplevel form:
> cedet/semantic/wisent/python.el:30:11: Error: Symbol’s function definition is void: define-skeleton
> make[3]: *** [cedet/semantic/wisent/python.elc] Error 1
> make[2]: *** [compile-main] Error 2
> make[1]: *** [lisp] Error 2
> ***
> *** "make all" failed with exit status 2.
> ***
> *** You could try to:
> *** - run "make bootstrap", which might fix the problem
> *** - run "make V=1", which displays the full commands invoked by make,
> ***   to further investigate the problem
> ***
> make[1]: *** [advice-on-failure] Error 2
> make: *** [all] Error 2
> 
> 
> 
> 
> After doing "make bootstrap", the error maessage was as follows:
> 
> 
> Error: error ("Eager macro-expansion failure: (error \"(require cl-lib) while preparing to dump\")")
>   signal(error ("Eager macro-expansion failure: (error \"(require cl-lib) while preparing to dump\")"))
>   error("Eager macro-expansion failure: %S" (error "(require cl-lib) while preparing to dump"))
>   internal-macroexpand-for-load((eval-when-compile (require 'cl-lib)) nil)
>   eval-buffer(#<buffer  *load*> nil "emacs-lisp/ring.el" nil t)
>   load-with-code-conversion("/Users/konradpodczeck/Documents/emacs/lisp/emacs-lisp/ring.el" "emacs-lisp/ring.el" nil nil)
>   load("emacs-lisp/ring")
>   load("loadup.el")
> Eager macro-expansion failure: (error "(require cl-lib) while preparing to dump")

I don't understand how you get that, since loadup.el doesn't load
emacs-lisp/ring.  Maybe try cleaning up your source tree.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#70090; Package emacs. (Tue, 30 Apr 2024 11:46:02 GMT) Full text and rfc822 format available.

Message #32 received at 70090 <at> debbugs.gnu.org (full text, mbox):

From: Konrad Podczeck <konrad.podczeck <at> univie.ac.at>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 70090 <at> debbugs.gnu.org
Subject: Re: bug#70090: Build failure
Date: Tue, 30 Apr 2024 13:44:47 +0200
[Message part 1 (text/plain, inline)]
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

> Am 10.04.2024 um 13:22 schrieb Eli Zaretskii <eliz <at> gnu.org>:
> 
>> From: Konrad Podczeck <konrad.podczeck <at> univie.ac.at>
>> Date: Wed, 10 Apr 2024 09:58:59 +0200
>> Cc: 70090 <at> debbugs.gnu.org
>> 
>> With the code from today, 9.00 MEZ, I got the following error message, while trying to make a new build of Emacs 30:
>> 
>> 
>> In toplevel form:
>> cedet/semantic/wisent/python.el:30:11: Error: Symbol’s function definition is void: define-skeleton
>> make[3]: *** [cedet/semantic/wisent/python.elc] Error 1
>> make[2]: *** [compile-main] Error 2
>> make[1]: *** [lisp] Error 2
>> ***
>> *** "make all" failed with exit status 2.
>> ***
>> *** You could try to:
>> *** - run "make bootstrap", which might fix the problem
>> *** - run "make V=1", which displays the full commands invoked by make,
>> ***   to further investigate the problem
>> ***
>> make[1]: *** [advice-on-failure] Error 2
>> make: *** [all] Error 2
>> 
>> 
>> 
>> 
>> After doing "make bootstrap", the error maessage was as follows:
>> 
>> 
>> Error: error ("Eager macro-expansion failure: (error \"(require cl-lib) while preparing to dump\")")
>>  signal(error ("Eager macro-expansion failure: (error \"(require cl-lib) while preparing to dump\")"))
>>  error("Eager macro-expansion failure: %S" (error "(require cl-lib) while preparing to dump"))
>>  internal-macroexpand-for-load((eval-when-compile (require 'cl-lib)) nil)
>>  eval-buffer(#<buffer  *load*> nil "emacs-lisp/ring.el" nil t)
>>  load-with-code-conversion("/Users/konradpodczeck/Documents/emacs/lisp/emacs-lisp/ring.el" "emacs-lisp/ring.el" nil nil)
>>  load("emacs-lisp/ring")
>>  load("loadup.el")
>> Eager macro-expansion failure: (error "(require cl-lib) while preparing to dump")
> 
> I don't understand how you get that, since loadup.el doesn't load
> emacs-lisp/ring.  Maybe try cleaning up your source tree.

[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#70090; Package emacs. (Tue, 30 Apr 2024 12:31:01 GMT) Full text and rfc822 format available.

Message #35 received at 70090 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Konrad Podczeck <konrad.podczeck <at> univie.ac.at>
Cc: 70090 <at> debbugs.gnu.org
Subject: Re: bug#70090: Build failure
Date: Tue, 30 Apr 2024 15:30:10 +0300
> From: Konrad Podczeck <konrad.podczeck <at> univie.ac.at>
> Date: Tue, 30 Apr 2024 13:44:47 +0200
> Cc: 70090 <at> 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.






Reply sent to Stefan Kangas <stefankangas <at> gmail.com>:
You have taken responsibility. (Sun, 30 Jun 2024 05:55:02 GMT) Full text and rfc822 format available.

Notification sent to Konrad Podczeck <konrad.podczeck <at> univie.ac.at>:
bug acknowledged by developer. (Sun, 30 Jun 2024 05:55:02 GMT) Full text and rfc822 format available.

Message #40 received at 70090-done <at> debbugs.gnu.org (full text, mbox):

From: Stefan Kangas <stefankangas <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: Konrad Podczeck <konrad.podczeck <at> univie.ac.at>, 70090-done <at> debbugs.gnu.org
Subject: Re: bug#70090: Build failure
Date: Sat, 29 Jun 2024 22:53:20 -0700
Eli Zaretskii <eliz <at> gnu.org> writes:

>> From: Konrad Podczeck <konrad.podczeck <at> univie.ac.at>
>> Date: Tue, 30 Apr 2024 13:44:47 +0200
>> Cc: 70090 <at> 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.

More information was requested, but none was given within 8 weeks, so I'm
closing this bug.

If this is still an issue, please reply to this email (use "Reply to
all" in your email client) and we can reopen the bug report.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 28 Jul 2024 11:24:19 GMT) Full text and rfc822 format available.

This bug report was last modified 328 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.