From owner-freebsd-ports@FreeBSD.ORG Wed Jun 11 13:12:52 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1990ADEB; Wed, 11 Jun 2014 13:12:52 +0000 (UTC) Received: from owm.eumx.net (eumx.net [91.82.101.43]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C2B372610; Wed, 11 Jun 2014 13:12:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=eumx.net; h=date :message-id:from:to:cc:subject:in-reply-to:references :mime-version:content-type; s=default; bh=x9WRh6zZQ0+V7hH/4Hkcy4 09NGg=; b=bAyfsJ12Pyh1TVJ9hBxKTY60Ss0PgXLUlZRKbzQnL4Rn7quHP18wC9 wQXPG/vh0naRBwJHElViwlFBDxAx3e5yGVMCYakPMKuNIA9k8/cKSlrnoAD85Mv9 togahHbYSqmjrktbOCVGW+7gI9B7DcBeGVmZywESOejJYzjwItCQI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=eumx.net; h=date:message-id :from:to:cc:subject:in-reply-to:references:mime-version :content-type; q=dns; s=default; b=HUMW++Alg7J+kPoPYE2GmHQ4oKejc TRlcFGivwI4Wpto/En6zrqkAiz7+vsXfm85LkpwdE++O6r9rqpkDIej8aPvKnmDP zvCijhrZeS9JmGsoFDORIC8gUzahtjMtzIemlibRFgmo2hBXlBms/OVnOzfWffRj 67QFDLhcUG5i1A= Date: Wed, 11 Jun 2014 15:12:40 +0200 Message-ID: <86lht3oaif.wl%hskuhra@eumx.net> From: "Herbert J. Skuhra" To: David Wolfskill Subject: Re: After apr update, svn can't find libaprutil-1.so.5 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> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.8 EasyPG/1.0.0 Emacs/24.4.50 (i386-pc-freebsd10.0) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Cc: Tijl Coosemans , 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:12:52 -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? I had to rebuild twice because of this error: Jun 11 12:11:41 srv pkg: gdbm-1.11 deinstalled Jun 11 12:11:41 srv pkg-static: gdbm-1.11_1 installed Jun 11 12:12:09 srv pkg: apr-1.5.1.1.5.3 deinstalled Jun 11 12:12:09 srv pkg-static: apr-1.5.1.1.5.3_1 installed Jun 11 12:12:14 srv pkg: serf-1.3.6 deinstalled Jun 11 12:12:14 srv pkg-static: serf-1.3.6 installed Jun 11 12:12:43 srv pkg: subversion-1.8.9 deinstalled Jun 11 12:12:43 srv pkg-static: subversion-1.8.9 installed Jun 11 12:25:59 srv pkg: apr-1.5.1.1.5.3_1 deinstalled Jun 11 12:26:00 srv pkg-static: apr-1.5.1.1.5.3_1 installed Jun 11 12:26:04 srv pkg: serf-1.3.6 deinstalled Jun 11 12:26:05 srv pkg-static: serf-1.3.6 installed Jun 11 12:26:31 srv pkg: subversion-1.8.9 deinstalled Jun 11 12:26:32 srv pkg-static: subversion-1.8.9 installed -- Herbert