bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#4202: marked as done (23.0.60; CVS emacs fails to build with D-Bus s


From: Emacs bug Tracking System
Subject: bug#4202: marked as done (23.0.60; CVS emacs fails to build with D-Bus support (newer version needed))
Date: Fri, 21 Aug 2009 13:15:06 +0000

Your message dated Fri, 21 Aug 2009 15:08:34 +0200
with message-id <nqvdkhmi0d.fsf@alcatel-lucent.de>
and subject line Re: bug#4202: 23.0.60; CVS emacs fails to build with D-Bus 
support (newer version needed)
has caused the Emacs bug report #4202,
regarding 23.0.60; CVS emacs fails to build with D-Bus support (newer version 
needed)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
4202: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=4202
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems
--- Begin Message --- Subject: 23.0.60; CVS emacs fails to build with D-Bus support (newer version needed) Date: Wed, 19 Aug 2009 16:08:56 +0200
Current CVS emacs fails to build on my (admittedly outdated) Debian system:

dbusbind.o: In function `xd_remove_watch':
/home/tim/gnu/src/emacs/src/dbusbind.c:766: undefined reference to 
`dbus_watch_get_unix_fd'
/home/tim/gnu/src/emacs/src/dbusbind.c:768: undefined reference to 
`dbus_watch_get_socket'
dbusbind.o: In function `xd_add_watch':
/home/tim/gnu/src/emacs/src/dbusbind.c:741: undefined reference to 
`dbus_watch_get_unix_fd'
/home/tim/gnu/src/emacs/src/dbusbind.c:743: undefined reference to 
`dbus_watch_get_socket'

My guess is those are from a newer version of D-Bus; configure finds
version 1.x on my system:

checking for pkg-config... (cached) /usr/bin/pkg-config
checking for dbus-1 >= 1.0... yes
checking DBUS_CFLAGS... -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
checking DBUS_LIBS... -ldbus-1
checking for pkg-config... (cached) /usr/bin/pkg-config

So either those functions should only be used if a newer d-bus is found,
or, if they're needed, configure should look for the minimum version
required (and either error out or just disable dbus support).

Building using --without-dbus works fine of course, and I'm not sure I
even ever used D-Bus support (not consciously anyway); but the build
still should not fail (especially since I didn't actively enable the
dbus support in the first place).


--- End Message ---
--- Begin Message --- Subject: Re: bug#4202: 23.0.60; CVS emacs fails to build with D-Bus support (newer version needed) Date: Fri, 21 Aug 2009 15:08:34 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)
Tim Van Holder <tim.vanholder@gmail.com> writes:

> Ah I see - because the rebuild failed, the emacs picked up from the
> path was an older build, so report-emacs-bug put in a misleading
> version number. Didn't think of that.
>
> I just rebuilt emacs with dbus support reenabled, and it links fine
> now, so it looks like your fix worked.

Thanks for reporting. I'll close the ticket now.

Best regards, Michael.

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]