This page is not a bug tracker. If you run into a problem not listed here, please file a bug. |
List of common errors for the module dbus-glib.
Failed to open connection to system message bus
Stage: build
Failed to open connection to system message bus: Failed to connect to socket ~/prefix/var/run/dbus/system_bus_socket: No such file or directory
Solution 1:
In your $CVSROOT/gnome2/dbus-glib/tools directory, run the following command:
# /usr/bin/dbus-send --system --print-reply=literal --dest=org.freedesktop.DBus /org/freedesktop/DBus org.freedesktop.DBus.Introspectable.Introspect > dbus-bus-introspect.xml.tmp && mv dbus-bus-introspect.xml.tmp dbus-bus-introspect.xml
Make sure you use the full path to your installed system dbus-send binary (i.e. /usr/bin/dbus-send) rather than the one that jhbuild compiled for you.
- . If the problem still happens, maybe the problem is the system_bus_socket location. If it doesn't exist, try this:
# ln -s /usr/var/run/dbus/* ~/prefix/var/run/dbus
Solution 2:
(From http://www.j5live.com/?p=237 :)
Just download the dbus-bus-introspect.xml file, and put it in your $CVSROOT/gnome2/dbus-glib/tools directory.
Error - Problem with gtkdoc
System details: 31st March, 2008 - GNOME 2.24 - Ubuntu Hardy Heron 8.04
Stage: Configure
Message:
checking for gtkdoc >= 1.6... testing gtkdoc-scan... found 1.11 configure.ac: installing `./install-sh' configure.ac: installing `./missing' dbus/Makefile.am: installing `./depcomp' gtk-doc.make:7: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL doc/reference/Makefile.am:89: `gtk-doc.make' included from here gtk-doc.make:48: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL doc/reference/Makefile.am:89: `gtk-doc.make' included from here gtk-doc.make:153: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL doc/reference/Makefile.am:89: `gtk-doc.make' included from here autoreconf: automake failed with exit status: 1
Solution: Install package gtk-doc-tools in Debian.