From owner-freebsd-gnome@FreeBSD.ORG Wed Feb 6 11:42:32 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7C4FBAB7 for ; Wed, 6 Feb 2013 11:42:32 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep17.mx.upcmail.net (fep17.mx.upcmail.net [62.179.121.37]) by mx1.freebsd.org (Postfix) with ESMTP id B3203280 for ; Wed, 6 Feb 2013 11:42:31 +0000 (UTC) Received: from edge04.upcmail.net ([192.168.13.239]) by viefep17-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20130206114223.ZBOH7658.viefep17-int.chello.at@edge04.upcmail.net>; Wed, 6 Feb 2013 12:42:23 +0100 Received: from [127.0.0.1] ([178.84.132.32]) by edge04.upcmail.net with edge id wziN1k00l0i5fp604ziNFs; Wed, 06 Feb 2013 12:42:23 +0100 X-SourceIP: 178.84.132.32 Message-ID: <511241A2.1090004@rainbow-runner.nl> Date: Wed, 06 Feb 2013 12:42:26 +0100 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: Derrick Dantavious Edwards Subject: Re: libsoup error References: <1360107117.49281.3.camel@zeus> In-Reply-To: <1360107117.49281.3.camel@zeus> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 130205-1, 05-02-2013), Outbound message X-Antivirus-Status: Clean Cc: gnome@FreeBSD.org X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 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, 06 Feb 2013 11:42:32 -0000 On 6-2-2013 0:31, Derrick Dantavious Edwards wrote: > Hi, > libsoup is giving this error when you attempt to install it. Its looking > for libffi.so.5 however the libffi package > installs /usr/local/lib/libffi.so.6 You need to rebuild gobject-introspection. (g-ir-compiler is from that package). Did you know there is a entry in ports/UPDATING about the recent libffi update? -Koop > V/r > > Derrick > > ==> Building for libsoup-2.34.3 > gmake all-recursive > gmake[1]: Entering directory > `/usr/ports/devel/libsoup/work/libsoup-2.34.3' > Making all in libsoup > gmake[2]: Entering directory > `/usr/ports/devel/libsoup/work/libsoup-2.34.3/libsoup' > gmake all-am > gmake[3]: Entering directory > `/usr/ports/devel/libsoup/work/libsoup-2.34.3/libsoup' > GICOMP Soup-2.4.gir > Shared object "libffi.so.5" not found, required by "g-ir-compiler" > gmake[3]: *** [Soup-2.4.typelib] Error 1 > gmake[3]: Leaving directory > `/usr/ports/devel/libsoup/work/libsoup-2.34.3/libsoup' > gmake[2]: *** [all] Error 2 > gmake[2]: Leaving directory > `/usr/ports/devel/libsoup/work/libsoup-2.34.3/libsoup's > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory > `/usr/ports/devel/libsoup/work/libsoup-2.34.3' > gmake: *** [all] Error 2 > *** [do-build] Error code 1 > > > pkg info -Xl libffi > libffi-3.0.11 owns the following files: > /usr/local/include/ffi.h > /usr/local/include/ffitarget.h > /usr/local/info/libffi.info > /usr/local/lib/libffi-3.0.11/include/ffi.h > /usr/local/lib/libffi-3.0.11/include/ffitarget.h > /usr/local/lib/libffi.a > /usr/local/lib/libffi.la > /usr/local/lib/libffi.so > /usr/local/lib/libffi.so.6 > /usr/local/libdata/pkgconfig/libffi.pc > /usr/local/man/man3/ffi.3.gz > /usr/local/man/man3/ffi_call.3.gz > /usr/local/man/man3/ffi_prep_cif.3.gz > /usr/local/man/man3/ffi_prep_cif_var.3.gz > > > Stop in /usr/ports/devel/libsoup. > > > > > > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org"