GNU bug report logs - #18774
24.4; Unable to customize Tramp group without d-bus support compiled in

Previous Next

Package: emacs;

Reported by: Bryan Bishop <bryanjbishop <at> yahoo.com>

Date: Sun, 19 Oct 2014 18:32:02 UTC

Severity: normal

Found in version 24.4

Fixed in version 25.1

Done: Glenn Morris <rgm <at> gnu.org>

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 18774 in the body.
You can then email your comments to 18774 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 bug-gnu-emacs <at> gnu.org:
bug#18774; Package emacs. (Sun, 19 Oct 2014 18:32:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Bryan Bishop <bryanjbishop <at> yahoo.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sun, 19 Oct 2014 18:32:02 GMT) Full text and rfc822 format available.

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

From: Bryan Bishop <bryanjbishop <at> yahoo.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.4;
 Unable to customize Tramp group without d-bus support compiled in
Date: Sun, 19 Oct 2014 13:28:46 -0500
Running emacs -Q compiled from homebrew on the Mac, I'm unable to do:

M-x customize-group and select "tramp".  The customize screen doesn't
show any options other than Revert..., Apply and I see a message in the
echo area about:

"""
dbus-call-method: peculiar error: "Emacs not compiled with dbus support"
"""




In GNU Emacs 24.4.1 (x86_64-apple-darwin13.4.0, NS apple-appkit-1265.21)
 of 2014-10-18 on Snowdog.local
Windowing system distributor `Apple', version 10.3.1265
Configured using:
 `configure --prefix=/usr/local/Cellar/emacs/24.4-rc1
 --enable-locallisppath=/usr/local/share/emacs/site-lisp
 --infodir=/usr/local/Cellar/emacs/24.4-rc1/share/info/emacs
 --without-dbus --with-gnutls --with-imagemagick --without-popmail
 --with-ns --disable-ns-self-contained'

Important settings:
  value of $LC_ALL: en_US.UTF-8
  value of $LC_CTYPE: en_US.UTF-8
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Custom

Minor modes in effect:
  shell-dirtrack-mode: t
  tooltip-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
s-x c <backspace> <backspace> M-x c u s t o m i z e 
SPC g r o u p <return> t r a m p <return> M-x b u g 
<tab> <tab> <backspace> <backspace> <backspace> <backspace> 
<backspace> <backspace> <backspace> <backspace> <backspace> 
<backspace> <backspace> <backspace> <backspace> <backspace> 
<backspace> <backspace> <backspace> r e p o r t <tab> 
<return>

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
kill-region: The mark is not set now, so there is no region
Creating customization items...
dbus-call-method: peculiar error: "Emacs not compiled with dbus support"
Making completion list...
delete-backward-char: Text is read-only [3 times]

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message rfc822 mml mml-sec mm-decode
mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader
sendmail rfc2047 rfc2045 ietf-drums mail-utils help-mode zeroconf
url-util url-parse url-vars dbus xml tramp-cache tramp-adb tramp
tramp-compat auth-source eieio byte-opt bytecomp byte-compile cconv
eieio-core gnus-util mm-util mail-prsvr password-cache tramp-loaddefs
trampver shell pcomplete comint ansi-color ring format-spec advice
help-fns cus-edit easymenu cus-start cus-load wid-edit cl-loaddefs
cl-lib time-date tooltip electric uniquify ediff-hook vc-hooks
lisp-float-type mwheel ns-win tool-bar dnd fontset image regexp-opt
fringe tabulated-list newcomment lisp-mode prog-mode register page
menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock
syntax facemenu font-core frame cham georgian utf-8-lang misc-lang
vietnamese tibetan thai tai-viet lao korean japanese hebrew greek
romanian slovak czech european ethiopic indian cyrillic chinese
case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer nadvice
loaddefs button faces cus-face macroexp files text-properties overlay
sha1 md5 base64 format env code-pages mule custom widget
hashtable-print-readable backquote make-network-process cocoa ns
multi-tty emacs)

Memory information:
((conses 16 114061 8199)
 (symbols 48 22007 0)
 (miscs 40 70 221)
 (strings 32 23541 4886)
 (string-bytes 1 669633)
 (vectors 16 13946)
 (vector-slots 8 425556 5828)
 (floats 8 95 122)
 (intervals 56 227 0)
 (buffers 960 14))




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#18774; Package emacs. (Mon, 20 Oct 2014 05:29:02 GMT) Full text and rfc822 format available.

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

From: Glenn Morris <rgm <at> gnu.org>
To: 18774 <at> debbugs.gnu.org, Michael Albinus <michael.albinus <at> gmx.de>
Cc: Bryan Bishop <bryanjbishop <at> yahoo.com>
Subject: Re: bug#18774: 24.4;
 Unable to customize Tramp group without d-bus support compiled in
Date: Mon, 20 Oct 2014 01:27:58 -0400
Bryan Bishop wrote:

> dbus-call-method: peculiar error: "Emacs not compiled with dbus support"

Confirmed on GNU/Linux, works in 24.3, fails in 24.4.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#18774; Package emacs. (Mon, 20 Oct 2014 05:44:02 GMT) Full text and rfc822 format available.

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

From: Michael Albinus <michael.albinus <at> gmx.de>
To: Glenn Morris <rgm <at> gnu.org>
Cc: Bryan Bishop <bryanjbishop <at> yahoo.com>, 18774 <at> debbugs.gnu.org
Subject: Re: bug#18774: 24.4;
 Unable to customize Tramp group without d-bus support compiled in
Date: Mon, 20 Oct 2014 07:43:19 +0200
Glenn Morris <rgm <at> gnu.org> writes:

> Bryan Bishop wrote:
>
>> dbus-call-method: peculiar error: "Emacs not compiled with dbus support"
>
> Confirmed on GNU/Linux, works in 24.3, fails in 24.4.

I will check when time permits. I'm just starting to a business trip;
hopefully I'm able to work on this while on the road.

Best regards, Michael.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#18774; Package emacs. (Sat, 25 Oct 2014 13:38:02 GMT) Full text and rfc822 format available.

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

From: Michael Albinus <michael.albinus <at> gmx.de>
To: Bryan Bishop <bryanjbishop <at> yahoo.com>
Cc: 18774 <at> debbugs.gnu.org
Subject: Re: bug#18774: 24.4;
 Unable to customize Tramp group without d-bus support compiled in
Date: Sat, 25 Oct 2014 15:37:03 +0200
Bryan Bishop <bryanjbishop <at> yahoo.com> writes:

> Running emacs -Q compiled from homebrew on the Mac, I'm unable to do:
>
> M-x customize-group and select "tramp".  The customize screen doesn't
> show any options other than Revert..., Apply and I see a message in the
> echo area about:
>
> """
> dbus-call-method: peculiar error: "Emacs not compiled with dbus support"
> """

I've committed a fix for this to the trunk. Could you, please, check
whether it is solved for you? Thanks-

Best regards, Michael.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#18774; Package emacs. (Sat, 25 Oct 2014 16:23:02 GMT) Full text and rfc822 format available.

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

From: Glenn Morris <rgm <at> gnu.org>
To: Michael Albinus <michael.albinus <at> gmx.de>
Cc: Bryan Bishop <bryanjbishop <at> yahoo.com>, 18774 <at> debbugs.gnu.org
Subject: Re: bug#18774: 24.4;
 Unable to customize Tramp group without d-bus support compiled in
Date: Sat, 25 Oct 2014 12:22:51 -0400
Michael Albinus wrote:

> I've committed a fix for this to the trunk. Could you, please, check
> whether it is solved for you? Thanks-

This sounds like something that have gone to emacs-24 rather than trunk.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#18774; Package emacs. (Sat, 25 Oct 2014 16:25:03 GMT) Full text and rfc822 format available.

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

From: Glenn Morris <rgm <at> gnu.org>
To: Michael Albinus <michael.albinus <at> gmx.de>
Cc: Bryan Bishop <bryanjbishop <at> yahoo.com>, 18774 <at> debbugs.gnu.org
Subject: Re: bug#18774: 24.4;
 Unable to customize Tramp group without d-bus support compiled in
Date: Sat, 25 Oct 2014 12:24:33 -0400
Glenn Morris wrote:

>> I've committed a fix for this to the trunk. Could you, please, check
>> whether it is solved for you? Thanks-
>
> This sounds like something that have gone to emacs-24 rather than trunk.

s/have gone/should have gone/





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#18774; Package emacs. (Sat, 25 Oct 2014 16:57:02 GMT) Full text and rfc822 format available.

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

From: Michael Albinus <michael.albinus <at> gmx.de>
To: Glenn Morris <rgm <at> gnu.org>
Cc: Bryan Bishop <bryanjbishop <at> yahoo.com>, 18774 <at> debbugs.gnu.org
Subject: Re: bug#18774: 24.4;
 Unable to customize Tramp group without d-bus support compiled in
Date: Sat, 25 Oct 2014 18:56:30 +0200
Glenn Morris <rgm <at> gnu.org> writes:

> Glenn Morris wrote:
>
>>> I've committed a fix for this to the trunk. Could you, please, check
>>> whether it is solved for you? Thanks-
>>
>> This sounds like something that have gone to emacs-24 rather than trunk.
>
> s/have gone/should have gone/

Well, maybe. But there are also other Tramp patches in the trunk from
the last weeks, and I haven't decided yet how I will proceed with them.

Likely I will perform a sync/backport session for all these patches. But
not today, being on the road, and being faced with a poor infrastructure.

Best regards, Michael.




bug marked as fixed in version 25.1, send any further explanations to 18774 <at> debbugs.gnu.org and Bryan Bishop <bryanjbishop <at> yahoo.com> Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Tue, 28 Oct 2014 16:19:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 26 Nov 2014 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 9 years and 160 days ago.

Previous Next


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