* Build Emacs 29.4 on Debian 13/Trixie
@ 2024-12-05 10:30 c.buhtz
2024-12-05 14:46 ` Stefan Monnier via Users list for the GNU Emacs text editor
0 siblings, 1 reply; 2+ messages in thread
From: c.buhtz @ 2024-12-05 10:30 UTC (permalink / raw)
To: help-gnu-emacs
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Build Emacs 29.4 on Debian 13/Trixie
2024-12-05 10:30 Build Emacs 29.4 on Debian 13/Trixie c.buhtz
@ 2024-12-05 14:46 ` Stefan Monnier via Users list for the GNU Emacs text editor
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Monnier via Users list for the GNU Emacs text editor @ 2024-12-05 14:46 UTC (permalink / raw)
To: help-gnu-emacs
> Loading macroexp.elc (compiled; note, source file is newer)...
This suggests you built it from a tree in which you had built some other
version. There's nothing wrong with doing that, but occasionally this
may not work (and `distclean` is not sufficient to clean it up).
Try `make bootstrap`.
Stefan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-12-05 14:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-05 10:30 Build Emacs 29.4 on Debian 13/Trixie c.buhtz
2024-12-05 14:46 ` Stefan Monnier via Users list for the GNU Emacs text editor
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).