all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tim Van Holder <tim.vanholder@gmail.com>
To: emacs-pretest-bug@gnu.org
Subject: bug#4202: 23.0.60; CVS emacs fails to build with D-Bus support (newer version needed)
Date: Wed, 19 Aug 2009 16:08:56 +0200	[thread overview]
Message-ID: <874os3dhfr.fsf@leeloo.anubex.internal> (raw)


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).





         reply	other threads:[~2009-08-19 14:08 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <nqvdkhmi0d.fsf@alcatel-lucent.de>
2009-08-19  6:54 ` bug#4185: 23.1.50; Failure to build jpff
     [not found]   ` <handler.4185.B.1250664953364.ack@emacsbugs.donarmstrong.com>
2009-08-21  8:17     ` bug#4185: Acknowledgement (23.1.50; Failure to build) jpff
2009-08-21 13:15   ` bug#4185: marked as done " Emacs bug Tracking System
2009-08-19 14:08 ` Tim Van Holder [this message]
2009-08-21 13:15   ` bug#4202: marked as done (23.0.60; CVS emacs fails to build with D-Bus support (newer version needed)) Emacs bug Tracking System
     [not found] <mailman.4946.1250802834.2239.bug-gnu-emacs@gnu.org>
2009-08-21  6:50 ` bug#4202: 23.0.60; CVS emacs fails to build with D-Bus support (newer version needed) 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=874os3dhfr.fsf@leeloo.anubex.internal \
    --to=tim.vanholder@gmail.com \
    --cc=4202@emacsbugs.donarmstrong.com \
    --cc=emacs-pretest-bug@gnu.org \
    /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.