GNU bug report logs - #79353
31.0.50; Eager macro expansion errors when building master

Previous Next

Package: emacs;

Reported by: Gerd Möllmann <gerd.moellmann <at> gmail.com>

Date: Sun, 31 Aug 2025 06:35:01 UTC

Severity: normal

Found in version 31.0.50

Full log


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

From: Gerd Möllmann <gerd.moellmann <at> gmail.com>
To: JD Smith <jdtsmith <at> gmail.com>
Cc: Po Lu <luangruo <at> yahoo.com>, michael.albinus <at> gmx.de, 79353 <at> debbugs.gnu.org,
 Stefan Monnier <monnier <at> iro.umontreal.ca>
Subject: Re: bug#79353: 31.0.50; Eager macro expansion errors when building
 master
Date: Wed, 03 Sep 2025 08:07:35 +0200
Gerd Möllmann <gerd.moellmann <at> gmail.com> writes:

> JD Smith <jdtsmith <at> gmail.com> writes:
>
>>> On Sep 2, 2025, at 10:23 AM, Gerd Möllmann <gerd.moellmann <at> gmail.com> wrote:
>>> 
>>> JD Smith <jdtsmith <at> gmail.com> writes:
>>> 
>>>> I guess I don't understand where this is coming from then. What if
>>>> you take out the condition-case and let it generate a backtrace?
>>> 
>>> I get the attached compilation log, with a backtrace
>>> 
>>> <compilation.log>
>>
>> Thanks. Looks like auth-source is the culprit to me. Maybe give it a
>> require 'cl-extra (with a note like Stefan's) and try?
>
> I'm sorry, but I'll have to pass. I think it's better if someone in the
> know takes it from here.

Maybe an explanation is in order why I said that. Remember what I said
about the invalid-read-syntax once the macro-expansion errors are fixed?
That's of course exactly what's happening:

1 file changed, 1 insertion(+)
lisp/auth-source.el | 1 +

modified   lisp/auth-source.el
@@ -44,6 +44,7 @@
 (require 'icons)
 
 (require 'cl-lib)
+(require 'cl-extra)
 (require 'eieio)
 
 (declare-function gnutls-symmetric-decrypt "gnutls.c")

=>

  INFO     Scraping 1529 files for loaddefs...70% 
loaddefs-gen: loading file tramp-adb (for tramp--with-startup)
Loading /Users/gerd/emacs/github/master/lisp/net/tramp-adb.el (source)...
Warning (emacs): loaddefs-gen: load error
	(invalid-read-syntax \N{COLON} 182 16)

HTH




This bug report was last modified 1 day ago.

Previous Next


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