From owner-freebsd-gnome@FreeBSD.ORG Mon Aug 29 08:05:55 2011 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B39381065670 for ; Mon, 29 Aug 2011 08:05:55 +0000 (UTC) (envelope-from john.c.prather@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 7A3DD8FC13 for ; Mon, 29 Aug 2011 08:05:55 +0000 (UTC) Received: by gxk28 with SMTP id 28so5498207gxk.13 for ; Mon, 29 Aug 2011 01:05:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=c4tMFrJ0Z9qyU3SWa6sc3ViikkNSAN+ZY0z9lyqyVeg=; b=KgoalJNjMqHk6UTXxQPZ1EOVpOmkeY/nDEd+p6qGGxJGtzb4yBm4SLx7BBLK69jOuW +JXsRL0td69/ZAh+7ZjcLTV3dlroUNM5GCdJtbM2Pc54WmLQUSi3TioIb0alVqUfADZZ iTF1w1Vqrqcd+r0PRzpw1zZSeJQ0PFWhLLGtM= MIME-Version: 1.0 Received: by 10.236.180.103 with SMTP id i67mr11665983yhm.103.1314603490949; Mon, 29 Aug 2011 00:38:10 -0700 (PDT) Received: by 10.147.83.1 with HTTP; Mon, 29 Aug 2011 00:38:10 -0700 (PDT) Date: Mon, 29 Aug 2011 00:38:10 -0700 Message-ID: From: John Prather To: gnome@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: devel/dbus missing runtime dependencies X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2011 08:05:55 -0000 FreeBSD Gnome crew, devel/dbus is missing some dependencies it seems... [root@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