all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Albinus <michael.albinus@gmx.de>
To: Ashish SHUKLA <ashish.is@lostca.se>
Cc: 40655@debbugs.gnu.org
Subject: bug#40655: 28.0.50; Build broken in net/tramp-archive.el: D-Bus error: "Method List is not implemented on interface org.gtk.Private.RemoteVolumeMonitor"
Date: Thu, 16 Apr 2020 13:59:35 +0200	[thread overview]
Message-ID: <87o8rrzlnc.fsf@gmx.de> (raw)
In-Reply-To: <867dyfls5k.fsf@chateau.d.if> (Ashish SHUKLA's message of "Thu, 16 Apr 2020 14:32:47 +0530")

[-- Attachment #1: Type: text/plain, Size: 591 bytes --]

Ashish SHUKLA <ashish.is@lostca.se> writes:

Hi,

> In toplevel form:
> net/tramp-archive.el:113:1: Error: D-Bus error: "Method List is not
> implemented on interface org.gtk.Private.RemoteVolumeMonitor"
> gmake[4]: *** [Makefile:296: net/tramp-archive.elc] Error 1
> gmake[4]: Leaving directory 'emacs-490f279/lisp'
> gmake[3]: *** [Makefile:319: compile-main] Error 2
> gmake[3]: Leaving directory 'emacs-490f279/lisp'
> gmake[2]: *** [Makefile:411: lisp] Error 2
> gmake[2]: Leaving directory 'emacs-490f279'

Does the appended patch on tramp-gvfs.el fixes this?

Best regards, Michael.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 602 bytes --]

diff --git a/lisp/net/tramp-gvfs.el b/lisp/net/tramp-gvfs.el
index 526c564ee3..ffcf7c9451 100644
--- a/lisp/net/tramp-gvfs.el
+++ b/lisp/net/tramp-gvfs.el
@@ -912,7 +912,7 @@ with-tramp-dbus-call-method
 		   #'dbus-call-method #'dbus-call-method-asynchronously))
 	 (args (append (list ,bus ,service ,path ,interface ,method)
 		       (if ,synchronous (list ,@args) (list 'ignore ,@args)))))
-     (tramp-dbus-function ,vec func args)))
+     (dbus-ignore-errors (tramp-dbus-function ,vec func args))))

 (font-lock-add-keywords 'emacs-lisp-mode '("\\<with-tramp-dbus-call-method\\>"))


  reply	other threads:[~2020-04-16 11:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-16  9:02 bug#40655: 28.0.50; Build broken in net/tramp-archive.el: D-Bus error: "Method List is not implemented on interface org.gtk.Private.RemoteVolumeMonitor" Ashish SHUKLA
2020-04-16 11:59 ` Michael Albinus [this message]
2020-04-16 13:12   ` Ashish SHUKLA
2020-04-16 17:54     ` Michael Albinus

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

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

  git send-email \
    --in-reply-to=87o8rrzlnc.fsf@gmx.de \
    --to=michael.albinus@gmx.de \
    --cc=40655@debbugs.gnu.org \
    --cc=ashish.is@lostca.se \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.