devel/dbus missing runtime dependencies

John Prather john.c.prather at gmail.com
Mon Aug 29 08:05:55 UTC 2011


FreeBSD Gnome crew,

devel/dbus is missing some dependencies it seems...

[root at gotbsd /usr/ports/devel/dbus]# ldd /usr/local/bin/dbus-launch
/usr/local/bin/dbus-launch:
        libSM.so.6 => not found (0x0)
        libICE.so.6 => not found (0x0)
        libX11.so.6 => /usr/local/lib/libX11.so.6 (0x80064b000)
        libxcb.so.2 => /usr/local/lib/libxcb.so.2 (0x800880000)
        libXau.so.6 => /usr/local/lib/libXau.so.6 (0x80099b000)
        libXdmcp.so.6 => /usr/local/lib/libXdmcp.so.6 (0x800a9e000)
        libpthread-stubs.so.0 => /usr/local/lib/libpthread-stubs.so.0
(0x800ba3000)
        librpcsvc.so.5 => /usr/lib/librpcsvc.so.5 (0x800ca4000)
        libthr.so.3 => /lib/libthr.so.3 (0x800dad000)
        libc.so.7 => /lib/libc.so.7 (0x800ec6000)

libICE and libSM are not listed in output of make all-depends-list.
they ought probably to be in RUN_DEPENDS or something?

Thanks!


-john


More information about the freebsd-gnome mailing list