GNU bug report logs - #69211
30.0.50; Build failure after db5e84af202

Previous Next

Package: emacs;

Reported by: john muhl <jm <at> pub.pink>

Date: Sun, 18 Feb 2024 18:23:04 UTC

Severity: normal

Found in version 30.0.50

Done: john muhl <jm <at> pub.pink>

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 69211 in the body.
You can then email your comments to 69211 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 eric <at> ericabrahamsen.net, bug-gnu-emacs <at> gnu.org:
bug#69211; Package emacs. (Sun, 18 Feb 2024 18:23:04 GMT) Full text and rfc822 format available.

Acknowledgement sent to john muhl <jm <at> pub.pink>:
New bug report received and forwarded. Copy sent to eric <at> ericabrahamsen.net, bug-gnu-emacs <at> gnu.org. (Sun, 18 Feb 2024 18:23:04 GMT) Full text and rfc822 format available.

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

From: john muhl <jm <at> pub.pink>
To: bug-gnu-emacs <at> gnu.org
Subject: 30.0.50; Build failure after db5e84af202
Date: Sat, 17 Feb 2024 12:21:07 -0600
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(#<buffer  *load*-457185> 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(#<buffer  *load*-825863> 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(#<buffer  *load*-774384> 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(#<buffer  *load*> 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




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#69211; Package emacs. (Mon, 19 Feb 2024 02:09:02 GMT) Full text and rfc822 format available.

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

From: Eric Abrahamsen <eric <at> ericabrahamsen.net>
To: john muhl <jm <at> pub.pink>
Cc: 69211 <at> debbugs.gnu.org
Subject: Re: bug#69211: 30.0.50; Build failure after db5e84af202
Date: Sun, 18 Feb 2024 18:07:41 -0800
john muhl <jm <at> pub.pink> 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?




Reply sent to john muhl <jm <at> pub.pink>:
You have taken responsibility. (Mon, 19 Feb 2024 15:12:02 GMT) Full text and rfc822 format available.

Notification sent to john muhl <jm <at> pub.pink>:
bug acknowledged by developer. (Mon, 19 Feb 2024 15:12:02 GMT) Full text and rfc822 format available.

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

From: john muhl <jm <at> pub.pink>
To: Eric Abrahamsen <eric <at> ericabrahamsen.net>
Cc: 69211-done <at> debbugs.gnu.org
Subject: Re: bug#69211: 30.0.50; Build failure after db5e84af202
Date: Mon, 19 Feb 2024 09:08:33 -0600
Eric Abrahamsen <eric <at> ericabrahamsen.net> writes:

> john muhl <jm <at> pub.pink> 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.




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

This bug report was last modified 1 year and 150 days ago.

Previous Next


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