devel/dbus missing runtime dependencies

Ruslan Mahmatkhanov cvs-src at yandex.ru
Mon Aug 29 09:55:34 UTC 2011


John Prather wrote on 29.08.2011 11:38:
> 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

Hi, John.
Does this patch works for you? (in case you build it with WITH_X11 - 
default).


-- 
Regards,
Ruslan

Tinderboxing kills... the drives.
-------------- next part --------------
--- Makefile.orig	2011-03-04 20:29:27.000000000 +0300
+++ Makefile	2011-08-29 13:53:00.000000000 +0400
@@ -8,7 +8,7 @@
 
 PORTNAME=	dbus
 PORTVERSION?=	1.4.6
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES=	devel gnome
 MASTER_SITES=	http://dbus.freedesktop.org/releases/dbus/
 
@@ -45,7 +45,7 @@
 		dbus-monitor.1 dbus-send.1 dbus-uuidgen.1
 
 .if !defined(WITHOUT_X11)
-USE_XORG=	x11
+USE_XORG=	ice sm x11
 .else
 CONFIGURE_ARGS+=--without-x
 .endif


More information about the freebsd-gnome mailing list