From 6e6c8e1c912bcb5c6db50b75e649da543b83132b Mon Sep 17 00:00:00 2001 From: gobo72 Date: Sat, 1 Oct 2011 19:21:28 +0000 Subject: [PATCH] =?utf8?q?Pour=20r=C3=A9gler=20ce=20bug=20en=20installant?= =?utf8?q?=20VLC:?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit make[4]: Entering directory `/tmp/vlc-1.1.11/modules' GEN stamp-cache process 31194: D-Bus library appears to be incorrectly set up; failed to read machine uuid: Failed to open "/var/lib/dbus/machine-id": No such file or directory See the manual page for dbus-uuidgen to correct this issue. D-Bus not built with -rdynamic so unable to print a backtrace /bin/sh: line 4: 31194 Aborted ../bin/vlc-cache-gen . make[4]: *** [stamp-cache] Error 134 --- stage4/pkg/dbus | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/stage4/pkg/dbus b/stage4/pkg/dbus index f576ac7..823ca80 100644 --- a/stage4/pkg/dbus +++ b/stage4/pkg/dbus @@ -20,8 +20,6 @@ hvbuild_post() # script-name start stop bootscript_add_rc3 dbus 92 20 - # Starting the session daemon here has the added bonus that it will exit - # when you log out of your GNOME session. If you wish to start the daemon - #here, use the following command instead of the one shown above: - ##echo "exec dbus-launch --exit-with-session gnome-session" >> ~/.xinitrc + # Without this, VLC was giving an error. + dbus-uuidgen > /var/lib/dbus/machine-id } -- 2.20.1