From owner-freebsd-gnome@FreeBSD.ORG Wed Jul 30 16:55:51 2008 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 7FAA2106568D for ; Wed, 30 Jul 2008 16:55:51 +0000 (UTC) (envelope-from theraven@mini.theravensnest.org) Received: from theravensnest.org (mini.theravensnest.org [66.116.97.186]) by mx1.freebsd.org (Postfix) with ESMTP id 6B6548FC18 for ; Wed, 30 Jul 2008 16:55:51 +0000 (UTC) (envelope-from theraven@mini.theravensnest.org) Received: from [192.168.0.8] (cpc2-sket1-0-0-cust817.swan.cable.ntl.com [82.7.199.50]) (authenticated bits=0) by theravensnest.org (8.14.1/8.13.8) with ESMTP id m6UGWCtU007776 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES128-SHA bits=128 verify=NO) for ; Wed, 30 Jul 2008 17:32:13 +0100 (BST) Mime-Version: 1.0 (Apple Message framework v753.1) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: gnome@FreeBSD.org From: David Chisnall Date: Wed, 30 Jul 2008 17:32:10 +0100 X-Mailer: Apple Mail (2.753.1) Cc: Subject: FreeBSD Port: devel/gio-fam-backend 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: Wed, 30 Jul 2008 16:55:51 -0000 Hi, I can't get the gio-fam-backend port to build (which is a problem, since it seems to be a dependency of a lot of things I do want to build). It gets to a link stage and then fails with this error: cc -shared .libs/libgiofam_la-fam-helper.o .libs/libgiofam_la-fam- module.o .libs/libgiofam_la-gfamdirectorymonitor.o .libs/libgiofam_la- gfamfilemonitor.o -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/ usr/local/lib -L/usr/local/lib /usr/local/lib/libintl.so -lgio-2.0 / usr/local/lib/libgobject-2.0.so /usr/local/lib/libglib-2.0.so /usr/ local/lib/libfam.so -Wl,-soname -Wl,libgiofam.so -Wl,-retain-symbols- file -Wl,.libs/libgiofam.exp -o .libs/libgiofam.so /usr/bin/ld: cannot find -lgio-2.0 gmake: *** [libgiofam.la] Error 1 It seems that whatever provides libgio-2.0 is not properly specified as a dependency. David