unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Michael Albinus <michael.albinus@gmx.de>
To: Arash Esbati <arash@gnu.org>
Cc: 58865@debbugs.gnu.org, Stefan Monnier <monnier@iro.umontreal.ca>
Subject: bug#58865: 29.0.50; Warnings when compiling net/dbus.el
Date: Mon, 31 Oct 2022 16:58:07 +0100	[thread overview]
Message-ID: <87zgdchto0.fsf@gmx.de> (raw)
In-Reply-To: <867d0iia40.fsf@gnu.org> (Arash Esbati's message of "Sat, 29 Oct 2022 23:38:23 +0200")

Arash Esbati <arash@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@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.





  reply	other threads:[~2022-10-31 15:58 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-29 12:02 bug#58865: 29.0.50; Warnings when compiling net/dbus.el Arash Esbati
2022-10-29 15:04 ` Michael Albinus
2022-10-29 21:38   ` Arash Esbati
2022-10-31 15:58     ` Michael Albinus [this message]
2022-10-31 17:57       ` Eli Zaretskii
2022-10-31 20:33       ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-11-01 15:39         ` Michael Albinus
2022-11-01 11:58       ` Arash Esbati

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zgdchto0.fsf@gmx.de \
    --to=michael.albinus@gmx.de \
    --cc=58865@debbugs.gnu.org \
    --cc=arash@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).