From owner-freebsd-gnome@FreeBSD.ORG Wed Sep 19 18:00:40 2012 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D5D311065763 for ; Wed, 19 Sep 2012 18:00:40 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BCAFC8FC08 for ; Wed, 19 Sep 2012 18:00:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8JI0X0F060018 for ; Wed, 19 Sep 2012 18:00:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8JI0Xqs060017; Wed, 19 Sep 2012 18:00:33 GMT (envelope-from gnats) Date: Wed, 19 Sep 2012 18:00:33 GMT Message-Id: <201209191800.q8JI0Xqs060017@freefall.freebsd.org> To: gnome@FreeBSD.org From: Understudy Cc: Subject: Re: ports/171484: finance/gnucash looks for libogg.so.7 should look for libogg.so.8 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Understudy List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2012 18:00:41 -0000 The following reply was made to PR ports/171484; it has been noted by GNATS. From: Understudy To: Guido Falsi Cc: bug-followup@FreeBSD.org Subject: Re: ports/171484: finance/gnucash looks for libogg.so.7 should look for libogg.so.8 Date: Wed, 19 Sep 2012 13:53:06 -0400 On 09/19/12 11:26, Guido Falsi wrote: > As gnucash was telling you here: > > [bhorne@Shibari:~, 09:29 AM, Sun Sep 09]>gnucash & > [1] 9489 > [bhorne@Shibari:~, 09:31 AM, Sun Sep 09]>Shared object "libogg.so.7" not > found, required by "libbonoboui-2.so.0" > [1]+ Exit 1 gnucash > > it is libbonoboui-2.so.0 who is looking for an older version of > libogg.so.7. > > This is happening because libogg was subject to an shlib ABI version > bump. All ports on which it depends should be recompiled to avoid this. > In your case at least x11-toolkits/libbonoboui should be recompiled, but > once that is done the above error from gnucash will identify some more > most probably. > > Other ports too could show this problem. > > the full solution can be found in the 20120721 entry of the UPDATING > file: > > 20120721: > AFFECTS: users of audio/libogg > AUTHOR: naddy@FreeBSD.org > > There is a new version of libogg (1.3.0) and the shared library version > has been bumped (ogg.7 to ogg.8). All ports that have an identifiable > direct dependency on this library have had their PORTREVISIONs bumped. > However, some ports that pull in the library indirectly may continue to > look for the old version. To ensure that all are updated, perform this > step: > > # portmaster -r libogg > or > # portupgrade -rf libogg > Hi, Your were correct. I have implemented. portmaster -r libogg This has corrected the issue. Please close this bug report. Sincerely, Brendhan portmaster -r libogg