GNU bug report logs -
#20949
25.0.50; dbus-error "Emacs not compiled with dbus support"
Previous Next
Reported by: bruce.connor.am <at> gmail.com
Date: Wed, 1 Jul 2015 07:57:03 UTC
Severity: normal
Tags: notabug
Found in version 25.0.50
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 20949 in the body.
You can then email your comments to 20949 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#20949
; Package
emacs
.
(Wed, 01 Jul 2015 07:57:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
bruce.connor.am <at> gmail.com
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Wed, 01 Jul 2015 07:57:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
This error happens whenever I start Emacs, which I've compiled myself on an
Ubuntu machine with no special options. I understand why the error
happens (erc is trying to use some dbus stuff) I just don't understand
why my emacs doesn't have dbus support.
Looking through the INSTALL file shows that `configure' has an option for
disabling dbus support (which I didn't specify), but I don't see an
option for requesting it.
In GNU Emacs 25.0.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.23)
of 2015-07-01 on it055607
Repository revision: cc8f96e6e19ad3f56631f432e088590a8cf8535d
Windowing system distributor `The X.Org Foundation', version 11.0.11501000
System Description: Ubuntu 14.04.2 LTS
Configured features:
XPM JPEG TIFF GIF PNG SOUND GSETTINGS NOTIFY GNUTLS LIBXML2 FREETYPE XFT
ZLIB TOOLKIT_SCROLL_BARS GTK2 X11
Important settings:
value of $LANG: en_GB
value of $XMODIFIERS: @im=ibus
locale-coding-system: iso-latin-1-unix
Major mode: Debugger
Minor modes in effect:
erc-notifications-mode: t
global-edit-server-edit-mode: t
erc-gitter-mode: t
erc-list-mode: t
erc-menu-mode: t
erc-autojoin-mode: t
erc-ring-mode: t
erc-networks-mode: t
erc-pcomplete-mode: t
erc-track-mode: t
erc-track-minor-mode: t
erc-match-mode: t
erc-button-mode: t
erc-fill-mode: t
erc-stamp-mode: t
erc-netsplit-mode: t
erc-irccontrols-mode: t
erc-noncommands-mode: t
erc-move-to-prompt-mode: t
erc-readonly-mode: t
jabber-activity-mode: t
global-aggressive-indent-mode: t
aggressive-indent-mode: t
company-statistics-mode: t
global-company-mode: t
company-mode: t
yas-global-mode: t
yas-minor-mode: t
savehist-mode: t
global-undo-tree-mode: t
undo-tree-mode: t
google-this-mode: t
global-hungry-delete-mode: t
hungry-delete-mode: t
global-page-break-lines-mode: t
global-flycheck-mode: t
global-color-identifiers-mode: t
shell-dirtrack-mode: t
speed-of-thought-mode: t
show-paren-mode: t
tooltip-mode: t
global-eldoc-mode: t
electric-indent-mode: t
mouse-wheel-mode: t
global-prettify-symbols-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
buffer-read-only: t
column-number-mode: t
line-number-mode: t
transient-mark-mode: t
abbrev-mode: t
Recent messages:
Logging in as 'Malabarba'... done
Server connected: "1.0.0"
Logging in as 'Malabarba'... done
Server connected: "sinisalo.freenode.net"
Entering debugger...
Memory information:
((conses 16 926126 32676)
(symbols 48 58615 0)
(miscs 40 3360 3494)
(strings 32 151526 23376)
(string-bytes 1 4558152)
(vectors 16 71935)
(vector-slots 8 1126214 12971)
(floats 8 855 388)
(intervals 56 31588 786)
(buffers 976 35)
(heap 1024 88550 3335))
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#20949
; Package
emacs
.
(Wed, 01 Jul 2015 08:10:02 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
Artur Malabarba <bruce.connor.am <at> gmail.com> writes:
> This error happens whenever I start Emacs, which I've compiled
> myself on an Ubuntu machine with no special options. I
> understand why the error happens (erc is trying to use some dbus
> stuff) I just don't understand why my emacs doesn't have dbus
> support.
>
> Looking through the INSTALL file shows that `configure' has an
> option for disabling dbus support (which I didn't specify), but
> I don't see an option for requesting it.
i imagine you've already checked this, but are the relevant
libdbus*-dev libraries installed on your system? My experience is
that if they are, the configure script will enable dbus support
automatically ....
Alexis.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#20949
; Package
emacs
.
(Wed, 01 Jul 2015 09:55:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 20949 <at> debbugs.gnu.org (full text, mbox):
I had not! Thanks, that solved the problem.
2015-07-01 9:08 GMT+01:00 Alexis <flexibeast <at> gmail.com>:
>
> Artur Malabarba <bruce.connor.am <at> gmail.com> writes:
>
>> This error happens whenever I start Emacs, which I've compiled myself on
>> an Ubuntu machine with no special options. I understand why the error
>> happens (erc is trying to use some dbus stuff) I just don't understand why
>> my emacs doesn't have dbus support.
>>
>> Looking through the INSTALL file shows that `configure' has an option for
>> disabling dbus support (which I didn't specify), but I don't see an option
>> for requesting it.
>
>
> i imagine you've already checked this, but are the relevant libdbus*-dev
> libraries installed on your system? My experience is that if they are, the
> configure script will enable dbus support automatically ....
>
>
> Alexis.
>
>
>
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#20949
; Package
emacs
.
(Wed, 01 Jul 2015 15:27:01 GMT)
Full text and
rfc822 format available.
Message #14 received at 20949 <at> debbugs.gnu.org (full text, mbox):
> Date: Wed, 1 Jul 2015 08:56:03 +0100
> From: Artur Malabarba <bruce.connor.am <at> gmail.com>
>
> This error happens whenever I start Emacs, which I've compiled myself on an
> Ubuntu machine with no special options. I understand why the error
> happens (erc is trying to use some dbus stuff) I just don't understand
> why my emacs doesn't have dbus support.
The answer to such questions is usually in your config.log. Look
there for the dbus-related tests and their results.
Added tag(s) notabug.
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Wed, 01 Jul 2015 15:32:01 GMT)
Full text and
rfc822 format available.
bug closed, send any further explanations to
20949 <at> debbugs.gnu.org and bruce.connor.am <at> gmail.com
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Wed, 01 Jul 2015 15:32:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#20949
; Package
emacs
.
(Wed, 01 Jul 2015 16:48:02 GMT)
Full text and
rfc822 format available.
Message #21 received at 20949 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On Jul 1, 2015 4:26 PM, "Eli Zaretskii" <eliz <at> gnu.org> wrote:
>
> > Date: Wed, 1 Jul 2015 08:56:03 +0100
> > From: Artur Malabarba <bruce.connor.am <at> gmail.com>
> >
> > This error happens whenever I start Emacs, which I've compiled myself
on an
> > Ubuntu machine with no special options. I understand why the error
> > happens (erc is trying to use some dbus stuff) I just don't understand
> > why my emacs doesn't have dbus support.
>
> The answer to such questions is usually in your config.log. Look
> there for the dbus-related tests and their results.
Thanks Eli, that's good to know.
[Message part 2 (text/html, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 30 Jul 2015 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 9 years and 329 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.