From owner-freebsd-ports@FreeBSD.ORG Wed Jun 11 13:23:30 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0124B300 for ; Wed, 11 Jun 2014 13:23:30 +0000 (UTC) Received: from mailrelay009.isp.belgacom.be (mailrelay009.isp.belgacom.be [195.238.6.176]) by mx1.freebsd.org (Postfix) with ESMTP id 915802706 for ; Wed, 11 Jun 2014 13:23:29 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AisIABRXmFNR8ZR7/2dsb2JhbABagw2wPJFhgxEBgQYXdYQDAQEFOhwjEAsYCSUPKh4GiFkBzkEXjkwHhEEBA5osk0uDPjs Received: from 123.148-241-81.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([81.241.148.123]) by relay.skynet.be with ESMTP; 11 Jun 2014 15:22:19 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.9/8.14.9) with ESMTP id s5BDMHVZ002924; Wed, 11 Jun 2014 15:22:19 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Wed, 11 Jun 2014 15:22:17 +0200 From: Tijl Coosemans To: David Wolfskill Subject: Re: After apr update, svn can't find libaprutil-1.so.5 Message-ID: <20140611152217.78566669@kalimero.tijl.coosemans.org> In-Reply-To: <20140611130106.GG1180@albert.catwhisker.org> References: <20140611125047.GF1180@albert.catwhisker.org> <20140611145618.2746cb8f@kalimero.tijl.coosemans.org> <20140611130106.GG1180@albert.catwhisker.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2014 13:23:30 -0000 On Wed, 11 Jun 2014 06:01:06 -0700 David Wolfskill wrote: > On Wed, Jun 11, 2014 at 02:56:18PM +0200, Tijl Coosemans wrote: >>> So *now* what do I do to get an updatable system again??!? >> >> Rebuild apr, serf and subversion. > > Why will that help this time, when I just did that a few minutes ago? > > ===>>> The following actions were performed: > Upgrade of gdbm-1.11 to gdbm-1.11_1 > Upgrade of apr-1.5.1.1.5.3 to apr-1.5.1.1.5.3_1 > Upgrade of serf-1.3.5_1 to serf-1.3.6 > ... > ===>>> Re-installation of subversion-1.8.9 complete There's a problem in the apr port which makes it link libaprutil to the installed libapr instead of the newly built one. In this update of apr the library version changed, so your libaprutil is asking for the old version now. Rebuilding apr will correct that. Rebuilding serf and subversion may not be necessary now that I think about it.