After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 536843 - GARNOME 2.23.3 on Ubuntu Hardy stopped against /freedesktop/hal/work/main.d/hal-0.5.10 in make paranoid-install
GARNOME 2.23.3 on Ubuntu Hardy stopped against /freedesktop/hal/work/main.d/h...
Status: RESOLVED OBSOLETE
Product: GARNOME
Classification: Deprecated
Component: general
2.23.x
Other Linux
: Normal normal
: ---
Assigned To: GARNOME Maintainers
garnome list
Depends on:
Blocks:
 
 
Reported: 2008-06-05 16:36 UTC by Luca Cappelletti (Infodomestic.com)
Modified: 2008-09-26 08:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Luca Cappelletti (Infodomestic.com) 2008-06-05 16:36:30 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)

...
...
Comment 1 Karsten Bräckelmann 2008-06-06 18:45:11 UTC
(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