dbus 1.6.14 cross-compilation : installation problem on the target

Brosseau, Vincent vincent.brosseau at bruker.fr
Mon Sep 16 08:13:34 PDT 2013


Hi all,

I managed to build and install dbus with the following commands on my linux PC (Ubuntu):

./configure --host=arm-linux-gnueabihf --prefix=/home/vincent/target/rootfs --with-x=no
make install

All is installed in the /home/vincent/target/rootfs as expected. This directory is the file system (ARM platform) for my target.

But when I run dbus-launch on the target, I've got an unexpected error :

target ~> dbus-launch
Failed to execute message bus daemon /home/vincent/target/rootfs/bin/dbus-daemon: No such file or directory.  Will try again without full path.
Failed to start message bus: Failed to open "/home/vincent/target/rootfs/etc/dbus-1/session.conf": No such file or directory
EOF in dbus-launch reading address from bus daemon

So, how can I configure/build dbus with "installation-directory-when-building=/home/vincent/target/rootfs" BUT with "installation-directory-on-the-target=/usr/bin" ?

Regards

Vincent
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/dbus/attachments/20130916/16fd5be0/attachment-0001.html>


More information about the dbus mailing list