John Burrell wrote:


Date: Thu, 8 May 2014 23:42:18 -0500
From: [email protected]
To: [email protected]
Subject: Re: [blfs-dev] Issues with GNOME

Armin K. wrote:

$ ldd $(which dbus-launch)
          linux-vdso.so.1 (0x00007fffa63ff000)
          libSM.so.6 => /usr/lib/libSM.so.6 (0x00007f63cbbec000)
          libICE.so.6 => /usr/lib/libICE.so.6 (0x00007f63cb9d0000)
          libX11.so.6 => /usr/lib/libX11.so.6 (0x00007f63cb683000)
          libc.so.6 => /lib/libc.so.6 (0x00007f63cb2d6000)

Armin, I have a little more:

$ ldd $(which dbus-launch)
          linux-vdso.so.1 (0x00007fff70fff000)
          libSM.so.6 => /opt/xorg/lib/libSM.so.6 (0x00007ffd029e7000)
          libICE.so.6 => /opt/xorg/lib/libICE.so.6 (0x00007ffd027cc000)
          libX11.so.6 => /opt/xorg/lib/libX11.so.6 (0x00007ffd0248f000)
          libc.so.6 => /lib/libc.so.6 (0x00007ffd020e1000)
          libuuid.so.1 => /lib/libuuid.so.1 (0x00007ffd01edd000)
          libxcb.so.1 => /opt/xorg/lib/libxcb.so.1 (0x00007ffd01cbf000)
          libXau.so.6 => /opt/xorg/lib/libXau.so.6 (0x00007ffd01abc000)
          libXdmcp.so.6 => /opt/xorg/lib/libXdmcp.so.6 (0x00007ffd018b7000)
          libdl.so.2 => /lib/libdl.so.2 (0x00007ffd016b3000)
          /lib64/ld-linux-x86-64.so.2 (0x00007ffd02bee000)

I don't know if you edited the above, but there is also libxcb, libXau,
and libXdmcp.


That's interesting - because I have a lot less:

$ldd $(which dbus-launch)
     linux-vdso.so.1 (0x00007fff4cbff000)
     libc.so.6 => /lib/libc.so.6 (0x00007f1b44eeb000)
     /lib64/ld-linux-x86-64.so.2 (0x00007f1b45293000)

I installed dbus with LFS but haven't reinstalled it, so it isn't configured 
with x.

I installed gnome using the latest 3.12 sources from 
ftp.gnome.org/pub/gnome/sources
and it works out of the box - strange.

I've tried jhbuild in the past but never got it to work properly.

For dbus-launch you need Xorg. It builds without it but it's pretty much useless. If you don't have Xorg, you don't need it either.

See the BLFS instructions for dbus-launch if you do need it.

  -- Bruce
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to