GNU bug report logs - #58865
29.0.50; Warnings when compiling net/dbus.el

Previous Next

Package: emacs;

Reported by: Arash Esbati <arash <at> gnu.org>

Date: Sat, 29 Oct 2022 12:03:02 UTC

Severity: normal

Found in version 29.0.50

Fixed in version 29.1

Done: Michael Albinus <michael.albinus <at> gmx.de>

Bug is archived. No further changes may be made.

Full log


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

From: Michael Albinus <michael.albinus <at> gmx.de>
To: Arash Esbati <arash <at> gnu.org>
Cc: 58865 <at> debbugs.gnu.org, Stefan Monnier <monnier <at> iro.umontreal.ca>
Subject: Re: bug#58865: 29.0.50; Warnings when compiling net/dbus.el
Date: Mon, 31 Oct 2022 16:58:07 +0100
Arash Esbati <arash <at> gnu.org> writes:

> Hi Michael,

Hi Arash,

>> Doesn't happen here. Is it reproducible with "make bootstrap"?
>
> I build Emacs with a script which does:
>
>   git clean -fdx --exclude=ChangeLog
>   ./autogen.sh
>   ...
>
> So my local repo is in a clean state when the compilation starts.  I
> tried 'make bootstrap' and the issue remains.

In the future, please report bugs via `report-emacs-bug'. This gives
useful information.

You appear to have configured Emacs --without-dbus, which would have
been seen when using the bug submit function. Using this configure
option I can reproduce the bug.

However, dbus.el is prepared to care this situation. It contains the code

--8<---------------cut here---------------start------------->8---
;; The following symbols are defined in dbusbind.c.  We need them also
;; when Emacs is compiled without D-Bus support.
(unless (boundp 'dbus-error)
  (define-error 'dbus-error "D-Bus error"))

(unless (boundp 'dbus-debug)
  (defvar dbus-debug nil))
--8<---------------cut here---------------end--------------->8---

This has worked fine until recently. According to git bisect, the
following commit has broken this:

--8<---------------cut here---------------start------------->8---
1b1ffe07897ebe06cf96ab423fad3cde9fd6c981 is the first bad commit
commit 1b1ffe07897ebe06cf96ab423fad3cde9fd6c981
Author: Stefan Monnier <monnier <at> iro.umontreal.ca>
Date:   Mon Oct 17 17:11:40 2022 -0400

    (Ffunction): Make interpreted closures safe for space
--8<---------------cut here---------------end--------------->8---

Stefan, could you pls have a look on this?

> Best, Arash

Best regards, Michael.




This bug report was last modified 2 years and 260 days ago.

Previous Next


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