From owner-freebsd-current@FreeBSD.ORG Thu Aug 13 09:12:48 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DAC591065673 for ; Thu, 13 Aug 2009 09:12:48 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 9F9E38FC4A for ; Thu, 13 Aug 2009 09:12:48 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:105f:fb4e:36e1:ba29] (unknown [IPv6:2001:7b8:3a7:0:105f:fb4e:36e1:ba29]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id DD16B5C59; Thu, 13 Aug 2009 11:12:47 +0200 (CEST) Message-ID: <4A83D90E.5040004@andric.com> Date: Thu, 13 Aug 2009 11:12:46 +0200 From: Dimitry Andric User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.3pre) Gecko/20090809 Shredder/3.0b4pre MIME-Version: 1.0 To: Randy Bush References: <4A83D2E7.8090208@andric.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD current mailing list Subject: Re: libsvn_subr-1.so.0: Undefined symbol "apr_thread_mutex_create" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Aug 2009 09:12:49 -0000 On 2009-08-13 10:57, Randy Bush wrote: >> Most likely, you'll need to rebuild your subversion-freebsd port. > to do a buildworld? ooooohkay, i guess. The problem is that sys/conf/newvers.sh searches for svnversion, and tries to run it, if available. This is to append the Subversion revision of the sys directory to the kernel version string. Unfortunately it could not detect that your svnversion executable was not able to run. I would guess you applied an apr upgrade, to fix its recent security hole, and this broke subversion. If you just want to buildworld right now, I would chmod -x the svnversion executable, which prevents newvers.sh from running it. You will not get a fancy version string, however. :)