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

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

Build Emacs 29.4 on Debian 13/Trixie


From: c . buhtz
Subject: Build Emacs 29.4 on Debian 13/Trixie
Date: Thu, 05 Dec 2024 10:30:51 +0000

Hello,
I need help with interpreting a build error message.

This is from building Emacs (git clone and tag emacs-29.4) on Debian 13/Trixie. I had no problems building Emacs 29 myself on Debian 12.
I am also aware that Debian 13 do has an Emacs package.

I do use this command to start building

make distclean && make V=1 configure="--without-sound --without-x --with-json --with-native-compilation --with-sqlite3 --with-xml2 --with-libsystemd --with-gnutls=no --with-jpeg=no --with-tiff=no --with-png=no --with-xpm=no --with-webp=no --with-rsvg=no --with-tree-sitter --with-gameuser=no"

That is the end of the error output:

...SNIPPED...
'window-setup-hook)))) (setenv "TERM" "dumb") (let ((display (frame-parameter nil 'display))) (if (stringp display) (setq display (concat "DISPLAY=" display)) (let ((tail initial-environment)) (while tail (let ((varval (car tail))) (if (string-match "\\`DISPLAY=" varval) (setq display varval)) (setq tail (cdr tail)))))) (if display (progn (delete display process-environment)))))
  normal-top-level()

Loading macroexp.elc (compiled; note, source file is newer)...
Eager macro-expansion failure: (wrong-type-argument integerp :set)
make[4]: *** [Makefile:322: emacs-lisp/macroexp.elc] Fehler 255
make[4]: Verzeichnis „/home/user/emacs/lisp“ wird verlassen
make[3]: *** [Makefile:926: bootstrap-emacs.pdmp] Fehler 2
make[3]: Verzeichnis „/home/user/emacs/src“ wird verlassen
make[2]: *** [Makefile:544: src] Fehler 2
make[2]: Verzeichnis „/home/user/emacs“ wird verlassen
make[2]: Verzeichnis „/home/user/emacs“ wird betreten
***
*** "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[2]: *** [Makefile:414: advice-on-failure] Fehler 2
make[2]: Verzeichnis „/home/user/emacs“ wird verlassen
make[1]: *** [Makefile:370: all] Fehler 2
make[1]: Verzeichnis „/home/user/emacs“ wird verlassen
make: *** [GNUmakefile:95: default] Fehler 2

Regards,
Christian Buhtz



reply via email to

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