This site has been retired. For up to date information, see handbook.gnome.org or gitlab.gnome.org.


[Home] [TitleIndex] [WordIndex

/!\ This page is not a bug tracker. If you run into a problem not listed here, please file a bug.
When entering a new problem, please enter it above the others, and follow the format of the JhbuildIssues/JhbuildIssueTemplate for new problems/modules.

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:

# /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

# ln -s /usr/var/run/dbus/* ~/prefix/var/run/dbus

Solution 2:

(From http://www.j5live.com/?p=237 :)

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.



2024-10-23 11:37