GNOME Bugzilla – Bug 536843
GARNOME 2.23.3 on Ubuntu Hardy stopped against /freedesktop/hal/work/main.d/hal-0.5.10 in make paranoid-install
Last modified: 2008-09-26 08:02:05 UTC
GARNOME 2.23.3 on Ubuntu Hardy stopped against /freedesktop/hal/work/main.d/hal-0.5.10 in make paranoid-install hardy@cappelletti:~/GNOME/GARNOME/garnome-2.23.3$ uname -a Linux cappelletti 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 i686 GNU/Linux CFLAGS += -Os -pipe -march=i686 here's the last output: error: dbus/dbus.h: No such file or directory In file included from libhal.c:38: libhal.h:88: error: 'DBUS_TYPE_INVALID' undeclared here (not in a function) libhal.h:91: error: 'DBUS_TYPE_INT32' undeclared here (not in a function) libhal.h:94: error: 'DBUS_TYPE_UINT64' undeclared here (not in a function) libhal.h:97: error: 'DBUS_TYPE_DOUBLE' undeclared here (not in a function) libhal.h:100: error: 'DBUS_TYPE_BOOLEAN' undeclared here (not in a function) libhal.h:103: error: 'DBUS_TYPE_STRING' undeclared here (not in a function) libhal.h:124: error: expected declaration specifiers or '...' before 'DBusConnection' libhal.h:185: error: expected declaration specifiers or '...' before 'dbus_bool_t' libhal.h:186: error: expected declaration specifiers or '...' before 'dbus_bool_t' libhal.h:292: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'libhal_ctx_set_cache' libhal.h:295: error: expected ... ... libhal.c:4524: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'libhal_device_acquire_interface_lock' libhal.c:4583: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'libhal_device_release_interface_lock' libhal.c:4640: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'libhal_acquire_global_interface_lock' libhal.c:4696: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'libhal_release_global_interface_lock' libhal.c:4755: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'libhal_device_is_caller_locked_out' libhal.c:4825: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'libhal_ctx_set_global_interface_lock_acquired' libhal.c:4842: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'libhal_ctx_set_global_interface_lock_released' libhal.c:4860: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'libhal_ctx_set_interface_lock_acquired' libhal.c:4877: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'libhal_ctx_set_interface_lock_released' libhal.c:4898: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'libhal_device_is_locked_by_others' libhal.c:4976: error: expected declaration specifiers or '...' before 'DBusError' libhal.c: In function 'libhal_device_is_caller_privileged': libhal.c:4978: error: 'DBusMessage' undeclared (first use in this function) libhal.c:4978: error: 'message' undeclared (first use in this function) libhal.c:4979: error: 'DBusMessageIter' undeclared (first use in this function) libhal.c:4979: error: expected ';' before 'iter' libhal.c:4980: error: 'reply' undeclared (first use in this function) libhal.c:4981: error: expected ';' before 'reply_iter' libhal.c:5002: error: 'iter' undeclared (first use in this function) libhal.c:5006: error: 'LibHalContext' has no member named 'connection' libhal.c:5008: error: 'error' undeclared (first use in this function) libhal.c:5021: error: 'reply_iter' undeclared (first use in this function) ... ...
(In reply to comment #0) > GARNOME 2.23.3 on Ubuntu Hardy stopped against > /freedesktop/hal/work/main.d/hal-0.5.10 in make paranoid-install > error: dbus/dbus.h: No such file or directory > In file included from libhal.c:38: Hmm, has freedesktop/dbus been built and installed successfully? Can you check this, please -- does the following command return almost instantaneous with a success message? make -C freedesktop/dbus install Weird. This would imply not using paranoid, though. FWIW: $ locate dbus/dbus.h | grep 2.23.3 /data/garnome/2.23.3/freedesktop/dbus/work/main.d/dbus-1.2.1/dbus/dbus.h /opt/gnome-2.23.3/include/dbus-1.0/dbus/dbus.h