From unknown Sat Aug 16 16:55:03 2025 X-Loop: help-debbugs@gnu.org Subject: bug#69211: 30.0.50; Build failure after db5e84af202 Resent-From: john muhl Original-Sender: "Debbugs-submit" Resent-CC: eric@ericabrahamsen.net, bug-gnu-emacs@gnu.org Resent-Date: Sun, 18 Feb 2024 18:23:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 69211 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 69211@debbugs.gnu.org Cc: Eric Abrahamsen X-Debbugs-Original-To: bug-gnu-emacs@gnu.org X-Debbugs-Original-Xcc: Eric Abrahamsen Received: via spool by submit@debbugs.gnu.org id=B.170828055111722 (code B ref -1); Sun, 18 Feb 2024 18:23:04 +0000 Received: (at submit) by debbugs.gnu.org; 18 Feb 2024 18:22:31 +0000 Received: from localhost ([127.0.0.1]:37068 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rblo5-00032o-7g for submit@debbugs.gnu.org; Sun, 18 Feb 2024 13:22:31 -0500 Received: from lists.gnu.org ([209.51.188.17]:53956) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rblQh-0001mW-3n for submit@debbugs.gnu.org; Sun, 18 Feb 2024 12:58:20 -0500 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 1rbPJQ-0008MT-7F for bug-gnu-emacs@gnu.org; Sat, 17 Feb 2024 13:21:20 -0500 Received: from out-173.mta1.migadu.com ([2001:41d0:203:375::ad]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rbPJN-0001pO-Vz for bug-gnu-emacs@gnu.org; Sat, 17 Feb 2024 13:21:19 -0500 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pub.pink; s=key1; t=1708194073; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=xQd1T5NRncFRSBOQgW+X46goZbBnvDbrtZTpIph5Kz4=; b=mn7Miz4myp5iAl77+YGGAo2pfBIKn0WCj40Dfn/eMt/kUOtc2iEe1gThquqUTvC3Mhw3dX csvYJY35+IYDKXW1dcvQo1kBQclni2e8k3AMjm8hgsctuXhXHGBmxcAsPkd3LvgICqtLlk SHSzRty6vgH6BwwW8VU3vIBmCkJLxLc= From: john muhl Date: Sat, 17 Feb 2024 12:21:07 -0600 Message-ID: <87plwvvtnw.fsf@pub.pink> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=2001:41d0:203:375::ad; envelope-from=jm@pub.pink; helo=out-173.mta1.migadu.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -4.2 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.2 (-----) Since db5e84af202 Emacs build fails on Debian 12 & Fedora 39 with: make extraclean git clean -dfx ./autogen.sh ./configure --without-native-compilation make Error: error ("Eager macro-expansion failure: (void-variable gnus-not-ignore)") signal(error ("Eager macro-expansion failure: (void-variable gnus-not-ignore)")) error("Eager macro-expansion failure: %S" (void-variable gnus-not-ignore)) internal-macroexpand-for-load((eval-when-compile (require 'mm-decode) (require 'mm-view)) nil) eval-buffer(# nil "/home/jm/src/emacs-0/lisp/url/url.el" nil t) load-with-code-conversion("/home/jm/src/emacs-0/lisp/url/url.el" "/home/jm/src/emacs-0/lisp/url/url.el" nil t) require(url) eval-buffer(# nil "/home/jm/src/emacs-0/lisp/net/browse-url.el" nil t) load-with-code-conversion("/home/jm/src/emacs-0/lisp/net/browse-url.el" "/home/jm/src/emacs-0/lisp/net/browse-url.el" nil t) require(browse-url) eval-buffer(# nil "/home/jm/src/emacs-0/lisp/emacs-lisp/package.el" nil t) load-with-code-conversion("/home/jm/src/emacs-0/lisp/emacs-lisp/package.el" "/home/jm/src/emacs-0/lisp/emacs-lisp/package.el" nil t) require(package) eval-buffer(# nil "/home/jm/src/emacs-0/lisp/finder.el" nil t) load-with-code-conversion("/home/jm/src/emacs-0/lisp/finder.el" "/home/jm/src/emacs-0/lisp/finder.el" nil t) load("finder" nil t) command-line-1(("-l" "finder" "--eval" "(setq generated-finder-keywords-file (unmsys--file-name \"./finder-inf.el\"))" "-f" "finder-compile-keywords-make-dist" "." "./calc" "./calendar" "./cedet" "./cedet/ede" "./cedet/semantic" "./cedet/semantic/analyze" "./cedet/semantic/bovine" "./cedet/semantic/decorate" "./cedet/semantic/symref" "./cedet/semantic/wisent" "./cedet/srecode" "./emacs-lisp" "./emulation" "./erc" "./eshell" "./gnus" "./image" "./international" "./language" "./mail" "./mh-e" "./net" "./nxml" "./org" "./play" "./progmodes" "./textmodes" "./url" "./use-package" "./vc")) command-line() normal-top-level() Eager macro-expansion failure: (void-variable gnus-not-ignore) make[2]: *** [Makefile:167: finder-inf.el] Error 255 make[2]: *** Waiting for unfinished jobs.... In toplevel form: org/org-element.el:68:11: Error: Eager macro-expansion failure: (void-variable gnus-not-ignore) make[3]: *** [Makefile:335: org/org-element.elc] Error 1 make[3]: *** Waiting for unfinished jobs.... In toplevel form: org/ox.el:82:11: Error: Eager macro-expansion failure: (void-variable gnus-not-ignore) make[3]: *** [Makefile:335: org/ox.elc] Error 1 In toplevel form: org/ox-texinfo.el:33:11: Error: Eager macro-expansion failure: (void-variable gnus-not-ignore) make[3]: *** [Makefile:335: org/ox-texinfo.elc] Error 1 make[3]: Leaving directory '/home/jm/src/emacs-0/lisp' make[2]: *** [Makefile:382: main-first] Error 2 INFO Scanning files for custom...30% INFO Scanning files for custom...41% INFO Scanning files for custom...53% INFO Scanning files for custom...67% INFO Scanning files for custom...82% INFO Scanning files for custom...92% INFO Scanning files for custom...100% INFO Scanning files for custom...done INFO Generating ./cus-load.el... INFO Generating ./cus-load.el...done make[2]: Leaving directory '/home/jm/src/emacs-0/lisp' make[1]: *** [Makefile:537: lisp] Error 2 make[1]: Leaving directory '/home/jm/src/emacs-0' make[1]: Entering directory '/home/jm/src/emacs-0' *** *** "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]: *** [Makefile:418: advice-on-failure] Error 2 make[1]: Leaving directory '/home/jm/src/emacs-0' make: *** [Makefile:374: all] Error 2 From unknown Sat Aug 16 16:55:03 2025 X-Loop: help-debbugs@gnu.org Subject: bug#69211: 30.0.50; Build failure after db5e84af202 Resent-From: Eric Abrahamsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 19 Feb 2024 02:09:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 69211 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: john muhl Cc: 69211@debbugs.gnu.org Received: via spool by 69211-submit@debbugs.gnu.org id=B69211.170830849524561 (code B ref 69211); Mon, 19 Feb 2024 02:09:02 +0000 Received: (at 69211) by debbugs.gnu.org; 19 Feb 2024 02:08:15 +0000 Received: from localhost ([127.0.0.1]:40038 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rbt4o-0006O5-R2 for submit@debbugs.gnu.org; Sun, 18 Feb 2024 21:08:15 -0500 Received: from mail.ericabrahamsen.net ([52.70.2.18]:34312) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rbt4l-0006Np-5p for 69211@debbugs.gnu.org; Sun, 18 Feb 2024 21:08:13 -0500 Received: from localhost (71-212-21-65.tukw.qwest.net [71.212.21.65]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id 90942FA183; Mon, 19 Feb 2024 02:07:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericabrahamsen.net; s=mail; t=1708308462; bh=N5UzitSK9Dq4PZlqxNa1NdpSHqPAkZrjDVPGnOJofmo=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=N6ozpc97K3kpxHvxj/ktwsJIy1L9M9l5sE0e0tfOOS2gEt75k658ecyW3Ef5G9fLJ 9YxiyERD0Lc8cjHWfJgdajJYh4fHunpcLBuC6bYw9lv4BUMiZBQQKVXGpOu4PHH47D 1kx+wWrmEkRLlbgLdm/x7MFLfcVmYXEHkuLaNLk8= From: Eric Abrahamsen In-Reply-To: <87plwvvtnw.fsf@pub.pink> (john muhl's message of "Sat, 17 Feb 2024 12:21:07 -0600") References: <87plwvvtnw.fsf@pub.pink> X-Hashcash: 1:20:240219:jm@pub.pink::OL6j+rl3soWAc2iu:09eV X-Hashcash: 1:20:240219:69211@debbugs.gnu.org::qGd36/i2vuAt19Es:2kWI Date: Sun, 18 Feb 2024 18:07:41 -0800 Message-ID: <87plwtmck2.fsf@ericabrahamsen.net> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -4.2 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.2 (-----) john muhl writes: > Since db5e84af202 Emacs build fails on Debian 12 & Fedora 39 with: > > make extraclean > git clean -dfx > ./autogen.sh > ./configure --without-native-compilation > make > > Error: error ("Eager macro-expansion failure: (void-variable gnus-not-ignore)") Thanks -- this error was fixed by Philip Kaludercic within an hour or so of my buggy commit. Everything seems to be building fine now. However your report led me to actually look at my buggy commit, and it's even buggier than I thought -- must have fat-fingered Magit or fallen asleep on my keyboard or something, there's untested code in there that I'll back out now. Thanks for the prompt. If you can confirm that this failure is gone with a new pull of Emacs, would you please close this report? From unknown Sat Aug 16 16:55:03 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: john muhl Subject: bug#69211: closed (Re: bug#69211: 30.0.50; Build failure after db5e84af202) Message-ID: References: <87a5nwcwwd.fsf@pub.pink> <87plwvvtnw.fsf@pub.pink> X-Gnu-PR-Message: they-closed 69211 X-Gnu-PR-Package: emacs Reply-To: 69211@debbugs.gnu.org Date: Mon, 19 Feb 2024 15:12:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1708355522-22019-1" This is a multi-part message in MIME format... ------------=_1708355522-22019-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #69211: 30.0.50; Build failure after db5e84af202 which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 69211@debbugs.gnu.org. --=20 69211: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D69211 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1708355522-22019-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 69211-done) by debbugs.gnu.org; 19 Feb 2024 15:11:20 +0000 Received: from localhost ([127.0.0.1]:43153 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rc5Id-0005iD-LB for submit@debbugs.gnu.org; Mon, 19 Feb 2024 10:11:20 -0500 Received: from out-170.mta1.migadu.com ([95.215.58.170]:24589) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rc5IZ-0005hv-6l for 69211-done@debbugs.gnu.org; Mon, 19 Feb 2024 10:11:18 -0500 References: <87plwvvtnw.fsf@pub.pink> <87plwtmck2.fsf@ericabrahamsen.net> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pub.pink; s=key1; t=1708355447; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=X1RUQI68THiHZWvy2ZaSm4iuzX1fXjaS0dRztpgpSVY=; b=rWp9/J2WrPb4Nho9GgQGM9hbSTXDF/hcht9MBJiF3kSWkzDd62QrsO06RA8rfLfbFGlvbh OH+X2h4yc8TnsW+TU6sCUU7JPgxcw40Z98+gev56IxM1CdR0hdBH6gCInJiFlwBZ50ZXIu RzDPacZgLPoQiCohLgBrCTOYrhFLcmU= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: john muhl To: Eric Abrahamsen Subject: Re: bug#69211: 30.0.50; Build failure after db5e84af202 Date: Mon, 19 Feb 2024 09:08:33 -0600 In-reply-to: <87plwtmck2.fsf@ericabrahamsen.net> Message-ID: <87a5nwcwwd.fsf@pub.pink> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-Spam-Score: -1.9 (-) X-Debbugs-Envelope-To: 69211-done Cc: 69211-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.9 (--) Eric Abrahamsen writes: > john muhl writes: > >> Since db5e84af202 Emacs build fails on Debian 12 & Fedora 39 with: >> >> make extraclean >> git clean -dfx >> ./autogen.sh >> ./configure --without-native-compilation >> make >> >> Error: error ("Eager macro-expansion failure: (void-variable gnus-not-ignore)") > > Thanks -- this error was fixed by Philip Kaludercic within an hour or so > of my buggy commit. Everything seems to be building fine now. > > However your report led me to actually look at my buggy commit, and it's > even buggier than I thought -- must have fat-fingered Magit or fallen > asleep on my keyboard or something, there's untested code in there > that I'll back out now. Thanks for the prompt. > > If you can confirm that this failure is gone with a new pull of Emacs, > would you please close this report? Works here. Thanks. ------------=_1708355522-22019-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 18 Feb 2024 18:22:31 +0000 Received: from localhost ([127.0.0.1]:37068 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rblo5-00032o-7g for submit@debbugs.gnu.org; Sun, 18 Feb 2024 13:22:31 -0500 Received: from lists.gnu.org ([209.51.188.17]:53956) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rblQh-0001mW-3n for submit@debbugs.gnu.org; Sun, 18 Feb 2024 12:58:20 -0500 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 1rbPJQ-0008MT-7F for bug-gnu-emacs@gnu.org; Sat, 17 Feb 2024 13:21:20 -0500 Received: from out-173.mta1.migadu.com ([2001:41d0:203:375::ad]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rbPJN-0001pO-Vz for bug-gnu-emacs@gnu.org; Sat, 17 Feb 2024 13:21:19 -0500 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pub.pink; s=key1; t=1708194073; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=xQd1T5NRncFRSBOQgW+X46goZbBnvDbrtZTpIph5Kz4=; b=mn7Miz4myp5iAl77+YGGAo2pfBIKn0WCj40Dfn/eMt/kUOtc2iEe1gThquqUTvC3Mhw3dX csvYJY35+IYDKXW1dcvQo1kBQclni2e8k3AMjm8hgsctuXhXHGBmxcAsPkd3LvgICqtLlk SHSzRty6vgH6BwwW8VU3vIBmCkJLxLc= From: john muhl To: bug-gnu-emacs@gnu.org Subject: 30.0.50; Build failure after db5e84af202 X-Debbugs-Cc: Eric Abrahamsen Date: Sat, 17 Feb 2024 12:21:07 -0600 Message-ID: <87plwvvtnw.fsf@pub.pink> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=2001:41d0:203:375::ad; envelope-from=jm@pub.pink; helo=out-173.mta1.migadu.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -4.2 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.2 (-----) Since db5e84af202 Emacs build fails on Debian 12 & Fedora 39 with: make extraclean git clean -dfx ./autogen.sh ./configure --without-native-compilation make Error: error ("Eager macro-expansion failure: (void-variable gnus-not-ignore)") signal(error ("Eager macro-expansion failure: (void-variable gnus-not-ignore)")) error("Eager macro-expansion failure: %S" (void-variable gnus-not-ignore)) internal-macroexpand-for-load((eval-when-compile (require 'mm-decode) (require 'mm-view)) nil) eval-buffer(# nil "/home/jm/src/emacs-0/lisp/url/url.el" nil t) load-with-code-conversion("/home/jm/src/emacs-0/lisp/url/url.el" "/home/jm/src/emacs-0/lisp/url/url.el" nil t) require(url) eval-buffer(# nil "/home/jm/src/emacs-0/lisp/net/browse-url.el" nil t) load-with-code-conversion("/home/jm/src/emacs-0/lisp/net/browse-url.el" "/home/jm/src/emacs-0/lisp/net/browse-url.el" nil t) require(browse-url) eval-buffer(# nil "/home/jm/src/emacs-0/lisp/emacs-lisp/package.el" nil t) load-with-code-conversion("/home/jm/src/emacs-0/lisp/emacs-lisp/package.el" "/home/jm/src/emacs-0/lisp/emacs-lisp/package.el" nil t) require(package) eval-buffer(# nil "/home/jm/src/emacs-0/lisp/finder.el" nil t) load-with-code-conversion("/home/jm/src/emacs-0/lisp/finder.el" "/home/jm/src/emacs-0/lisp/finder.el" nil t) load("finder" nil t) command-line-1(("-l" "finder" "--eval" "(setq generated-finder-keywords-file (unmsys--file-name \"./finder-inf.el\"))" "-f" "finder-compile-keywords-make-dist" "." "./calc" "./calendar" "./cedet" "./cedet/ede" "./cedet/semantic" "./cedet/semantic/analyze" "./cedet/semantic/bovine" "./cedet/semantic/decorate" "./cedet/semantic/symref" "./cedet/semantic/wisent" "./cedet/srecode" "./emacs-lisp" "./emulation" "./erc" "./eshell" "./gnus" "./image" "./international" "./language" "./mail" "./mh-e" "./net" "./nxml" "./org" "./play" "./progmodes" "./textmodes" "./url" "./use-package" "./vc")) command-line() normal-top-level() Eager macro-expansion failure: (void-variable gnus-not-ignore) make[2]: *** [Makefile:167: finder-inf.el] Error 255 make[2]: *** Waiting for unfinished jobs.... In toplevel form: org/org-element.el:68:11: Error: Eager macro-expansion failure: (void-variable gnus-not-ignore) make[3]: *** [Makefile:335: org/org-element.elc] Error 1 make[3]: *** Waiting for unfinished jobs.... In toplevel form: org/ox.el:82:11: Error: Eager macro-expansion failure: (void-variable gnus-not-ignore) make[3]: *** [Makefile:335: org/ox.elc] Error 1 In toplevel form: org/ox-texinfo.el:33:11: Error: Eager macro-expansion failure: (void-variable gnus-not-ignore) make[3]: *** [Makefile:335: org/ox-texinfo.elc] Error 1 make[3]: Leaving directory '/home/jm/src/emacs-0/lisp' make[2]: *** [Makefile:382: main-first] Error 2 INFO Scanning files for custom...30% INFO Scanning files for custom...41% INFO Scanning files for custom...53% INFO Scanning files for custom...67% INFO Scanning files for custom...82% INFO Scanning files for custom...92% INFO Scanning files for custom...100% INFO Scanning files for custom...done INFO Generating ./cus-load.el... INFO Generating ./cus-load.el...done make[2]: Leaving directory '/home/jm/src/emacs-0/lisp' make[1]: *** [Makefile:537: lisp] Error 2 make[1]: Leaving directory '/home/jm/src/emacs-0' make[1]: Entering directory '/home/jm/src/emacs-0' *** *** "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]: *** [Makefile:418: advice-on-failure] Error 2 make[1]: Leaving directory '/home/jm/src/emacs-0' make: *** [Makefile:374: all] Error 2 ------------=_1708355522-22019-1--