Hello (sorry for my bad en) Is a howto for HAL Support in kdebase available (need this for USB Stick / Camera, and so one....)? hal, dbus, ..., running: bash-3.2# ps ax | grep -E "udev|dbus|hal" 488 ? S<s 0:00 /sbin/udevd --daemon 810 ? Ss 0:00 /usr/sbin/dbus-daemon --system 815 ? Ss 0:00 /usr/sbin/hald --daemon=yes --use-syslog 816 ? S 0:00 hald-runner 822 ? S 0:00 /usr/lib/hal/hald-addon-acpi 832 ? S 0:00 /usr/lib/hal/hald-addon-storage 835 ? S 0:00 /usr/lib/hal/hald-addon-storage 837 ? S 0:00 /usr/lib/hal/hald-addon-storage kdebase (configure): checking for the HAL... headers -I/usr/include/hal libraries -L/usr/lib -lhal -lhal-storage checking for DBus... headers -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include libraries -L/usr/lib -ldbus-1 checking for DBus-Qt3 bindings... searched but not found checking if the HAL backend for media:/ should be compiled... no Thanks Ronny Kornexl
On Wed, 11 Apr 2007 18:21:02 +0200 ronny kornexl wrote: <snip>
checking for DBus-Qt3 bindings... searched but not found checking if the HAL backend for media:/ should be compiled... no
You'll need Dbus-qt3 bindings[1][2] for media:/ to work, afaik. More info here : http://wiki.kde.org/tiki-index.php?page=DBUS+for+KDE+3.x [1]http://www.freedesktop.org/wiki/Software_2fDBusBindings [2]http://people.freedesktop.org/~krake/dbus-1-qt3/dbus-1-qt3-0.6.tar.gz Pedja -- "Isn't it amazing how a large number of evil morons can give the appearance of being a single evil genius?" -- Mel Rimmer
Predrag Ivanovic schrieb:
On Wed, 11 Apr 2007 18:21:02 +0200 ronny kornexl wrote: <snip>
checking for DBus-Qt3 bindings... searched but not found checking if the HAL backend for media:/ should be compiled... no
You'll need Dbus-qt3 bindings[1][2] for media:/ to work, afaik. More info here : http://wiki.kde.org/tiki-index.php?page=DBUS+for+KDE+3.x
[1]http://www.freedesktop.org/wiki/Software_2fDBusBindings [2]http://people.freedesktop.org/~krake/dbus-1-qt3/dbus-1-qt3-0.6.tar.gz
Pedja
------------------------------------------- Hello Already installed, the same result :-(( bash-3.2# make install prefix=/usr make[1]: Entering directory `/tmp/dbus-1-qt3-0.6' test -z "/usr/lib" || mkdir -p -- "/usr/lib" /bin/sh ./libtool --silent --mode=install /usr/bin/install -c -p 'libdbus-1-qt3.la' '/usr/lib/libdbus-1-qt3.la' libtool: install: warning: remember to run `libtool --finish /usr/local/lib' test -z "/usr/include/dbus-1.0/qt3/dbus" || mkdir -p -- "/usr/include/dbus-1.0/qt3/dbus" /usr/bin/install -c -p -m 644 'dbus/qdbuserror.h' '/usr/include/dbus-1.0/qt3/dbus/qdbuserror.h' /usr/bin/install -c -p -m 644 'dbus/qdbusmessage.h' '/usr/include/dbus-1.0/qt3/dbus/qdbusmessage.h' /usr/bin/install -c -p -m 644 'dbus/qdbusconnection.h' '/usr/include/dbus-1.0/qt3/dbus/qdbusconnection.h' /usr/bin/install -c -p -m 644 'dbus/qdbusvariant.h' '/usr/include/dbus-1.0/qt3/dbus/qdbusvariant.h' /usr/bin/install -c -p -m 644 'dbus/qdbusobject.h' '/usr/include/dbus-1.0/qt3/dbus/qdbusobject.h' /usr/bin/install -c -p -m 644 'dbus/qdbusproxy.h' '/usr/include/dbus-1.0/qt3/dbus/qdbusproxy.h' /usr/bin/install -c -p -m 644 'dbus/qdbusmacros.h' '/usr/include/dbus-1.0/qt3/dbus/qdbusmacros.h' /usr/bin/install -c -p -m 644 'dbus/qdbusdata.h' '/usr/include/dbus-1.0/qt3/dbus/qdbusdata.h' /usr/bin/install -c -p -m 644 'dbus/qdbusdatalist.h' '/usr/include/dbus-1.0/qt3/dbus/qdbusdatalist.h' /usr/bin/install -c -p -m 644 'dbus/qdbusdatamap.h' '/usr/include/dbus-1.0/qt3/dbus/qdbusdatamap.h' test -z "/usr/lib/pkgconfig" || mkdir -p -- "/usr/lib/pkgconfig" /usr/bin/install -c -p -m 644 'dbus-1-qt3.pc' '/usr/lib/pkgconfig/dbus-1-qt3.pc' make[1]: Leaving directory `/tmp/dbus-1-qt3-0.6' bash-3.2# prt-get update kdebase .... checking for the HAL... headers -I/usr/include/hal libraries -L/usr/lib -lhal -lhal-storage checking for DBus... headers -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include libraries -L/usr/lib -ldbus-1 checking for DBus-Qt3 bindings... searched but not found checking if the HAL backend for media:/ should be compiled... no .... Bug 131035 <http://bugs.kde.org/show_bug.cgi?id=131035>: Kde hal backend won't compile with new qt-dbus bindings http://bugs.kde.org/show_bug.cgi?id=131035 *Status:*RESOLVED (3.5.6?) the same result... with "Adding this by hand in dbus-1.pc along with installing a dbus-qt3 package..." Any hints? Regards Ronny Kornexl
Predrag Ivanovic schrieb: [...] bash-3.2# make install prefix=/usr make[1]: Entering directory `/tmp/dbus-1-qt3-0.6' test -z "/usr/lib" || mkdir -p -- "/usr/lib" /bin/sh ./libtool --silent --mode=install /usr/bin/install -c -p 'libdbus-1-qt3.la' '/usr/lib/libdbus-1-qt3.la' libtool: install: warning: remember to run `libtool --finish /usr/local/lib'
Any hints? The config.log from kdebase should show you what it was doing to find
Hi, On Thu, Apr 12, 2007 at 15:38:47 +0200, ronny kornexl wrote: the /usr/local on this line looks fishy... did you set the prefix also in ./configure? It's probably a good idea to create a port for it anyway. This would also allow others to reproduce the problem easily and (more important) consistently. the dbus qt stuff; using that, you can then try to isolate the error. HTH, Johannes -- Johannes Winkelmann mailto:jw@smts.ch Zurich, Switzerland http://jw.smts.ch
Johannes Winkelmann schrieb:
Hi,
On Thu, Apr 12, 2007 at 15:38:47 +0200, ronny kornexl wrote:
Predrag Ivanovic schrieb:
[...]
bash-3.2# make install prefix=/usr make[1]: Entering directory `/tmp/dbus-1-qt3-0.6' test -z "/usr/lib" || mkdir -p -- "/usr/lib" /bin/sh ./libtool --silent --mode=install /usr/bin/install -c -p 'libdbus-1-qt3.la' '/usr/lib/libdbus-1-qt3.la' libtool: install: warning: remember to run `libtool --finish /usr/local/lib'
the /usr/local on this line looks fishy... did you set the prefix also in ./configure?
It's probably a good idea to create a port for it anyway. This would also allow others to reproduce the problem easily and (more important) consistently.
Hello No Problem, i create a port, if it functions.
Any hints?
The config.log from kdebase should show you what it was doing to find the dbus qt stuff; using that, you can then try to isolate the error.
I understand this not really :-( configure:51619: WARNING: linux/cdrom.h: present but cannot be compiled configure:51621: WARNING: linux/cdrom.h: check for missing prerequisite headers? configure:51623: WARNING: linux/cdrom.h: see the Autoconf documentation configure:51625: WARNING: linux/cdrom.h: section "Present But Cannot Be Compiled" configure:51627: WARNING: linux/cdrom.h: proceeding with the preprocessor's result configure:51629: WARNING: linux/cdrom.h: in the future, the compiler will take precedence configure:51641: checking for linux/cdrom.h configure:51648: result: yes configure:51679: checking for the HAL configure: 51693: /usr/include/libhal.h configure: 51693: /usr/include/libhal-storage.h configure: 51693: /usr/include/libhal.h configure: 51693: /usr/include/libhal-storage.h configure: 51693: /usr/include/hal/libhal.h taking that configure: 51715: /usr/lib/libhal.so taking that configure:51839: result: headers -I/usr/include/hal libraries -L/usr/lib -lhal -lhal-storage configure:51854: checking for DBus configure: 51868: /usr/include/dbus/dbus.h configure: 51868: /usr/include/dbus/dbus.h configure: 51868: /usr/include/dbus-1.0/dbus/dbus.h taking that configure: 51885: /usr/include/dbus/dbus-arch-deps.h configure: 51885: /usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h taking that configure: 51907: /usr/lib/libdbus-1.so taking that configure:52041: result: headers -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include libraries -L/usr/lib -ldbus-1 configure:52054: checking for DBus-Qt3 bindings configure: 52068: /usr/include/dbus/connection.h configure: 52068: /usr/include/dbus/connection.h configure: 52068: /usr/include/dbus-1.0/dbus/connection.h taking that configure: 52095: /usr/lib/libdbus-qt-1.so configure: 52095: /usr/lib/libdbus-qt-1.so configure: 52095: /usr/local/lib/libdbus-qt-1.so configure: 52119: /usr/include/dbus-1.0/dbus/connection.h taking that configure:52168: result: searched but not found configure:52178: checking if the HAL backend for media:/ should be compiled
HTH, Johannes
Regards Ronny Kornexl
participants (3)
-
Johannes Winkelmann
-
Predrag Ivanovic
-
ronny kornexl