From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: c.buhtz@posteo.jp Newsgroups: gmane.emacs.help Subject: Build Emacs 29.4 on Debian 13/Trixie Date: Thu, 05 Dec 2024 10:30:51 +0000 Message-ID: <36d5a71e79e96abb61d47bb340a90851@posteo.de> Reply-To: help-gnu-emacs@gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20270"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Thu Dec 05 15:32:48 2024 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1tJCuN-0005Bh-P0 for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 05 Dec 2024 15:32:47 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tJCtk-0004Jy-AH; Thu, 05 Dec 2024 09:32:08 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tJ98N-0001fy-JT for help-gnu-emacs@gnu.org; Thu, 05 Dec 2024 05:31:01 -0500 Original-Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tJ98J-0000wI-V1 for help-gnu-emacs@gnu.org; Thu, 05 Dec 2024 05:30:57 -0500 Original-Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 46122240027 for ; Thu, 5 Dec 2024 11:30:52 +0100 (CET) Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Y3rJW4MBZz6twK for ; Thu, 5 Dec 2024 11:30:51 +0100 (CET) Mail-Reply-To: help-gnu-emacs@gnu.org Received-SPF: pass client-ip=185.67.36.65; envelope-from=c.buhtz@posteo.jp; helo=mout01.posteo.de X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Thu, 05 Dec 2024 09:32:03 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:148618 Archived-At: Hello, I need help with interpreting a build error message. This is from building Emacs (git clone and tag emacs-29.4) on Debian=20 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=3D1 configure=3D"--without-sound --without-x=20 --with-json --with-native-compilation --with-sqlite3 --with-xml2=20 --with-libsystemd --with-gnutls=3Dno --with-jpeg=3Dno --with-tiff=3Dno=20 --with-png=3Dno --with-xpm=3Dno --with-webp=3Dno --with-rsvg=3Dno=20 --with-tree-sitter --with-gameuser=3Dno" That is the end of the error output: =2E..SNIPPED... 'window-setup-hook)))) (setenv "TERM" "dumb") (let ((display=20 (frame-parameter nil 'display))) (if (stringp display) (setq display=20 (concat "DISPLAY=3D" display)) (let ((tail initial-environment)) (while=20 tail (let ((varval (car tail))) (if (string-match "\\`DISPLAY=3D" varval)= =20 (setq display varval)) (setq tail (cdr tail)))))) (if display (progn=20 (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 =E2=80=9E/home/user/emacs/lisp=E2=80=9C wird verlassen make[3]: *** [Makefile:926: bootstrap-emacs.pdmp] Fehler 2 make[3]: Verzeichnis =E2=80=9E/home/user/emacs/src=E2=80=9C wird verlassen make[2]: *** [Makefile:544: src] Fehler 2 make[2]: Verzeichnis =E2=80=9E/home/user/emacs=E2=80=9C wird verlassen make[2]: Verzeichnis =E2=80=9E/home/user/emacs=E2=80=9C wird betreten *** *** "make all" failed with exit status 2. *** *** You could try to: *** - run "make bootstrap", which might fix the problem *** - run "make V=3D1", 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 =E2=80=9E/home/user/emacs=E2=80=9C wird verlassen make[1]: *** [Makefile:370: all] Fehler 2 make[1]: Verzeichnis =E2=80=9E/home/user/emacs=E2=80=9C wird verlassen make: *** [GNUmakefile:95: default] Fehler 2 Regards, Christian Buhtz