From owner-freebsd-current@FreeBSD.ORG Thu Aug 13 08:57:37 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 58747106566B for ; Thu, 13 Aug 2009 08:57:37 +0000 (UTC) (envelope-from randy@psg.com) Received: from ran.psg.com (ran.psg.com [IPv6:2001:418:1::36]) by mx1.freebsd.org (Postfix) with ESMTP id 3A0598FC3D for ; Thu, 13 Aug 2009 08:57:37 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=rmac.psg.com) by ran.psg.com with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1MbW7s-000Dxt-ES; Thu, 13 Aug 2009 08:57:36 +0000 Received: from rmac.local.psg.com (localhost [127.0.0.1]) by rmac.psg.com (Postfix) with ESMTP id F05982944F59; Thu, 13 Aug 2009 17:57:35 +0900 (JST) Date: Thu, 13 Aug 2009 17:57:35 +0900 Message-ID: From: Randy Bush To: Dimitry Andric In-Reply-To: <4A83D2E7.8090208@andric.com> References: <4A83D2E7.8090208@andric.com> User-Agent: Wanderlust/2.15.5 (Almost Unreal) Emacs/22.3 Mule/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII 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 08:57:37 -0000 >> very current sources on >> >> FreeBSD work0.psg.com 8.0-CURRENT FreeBSD 8.0-CURRENT #0 r: \ >> Tue Jun 2 08:51:42 UTC 2009 root@work0:/usr/obj/usr/src/sys/WORK0 amd64 >> >> ===> gnu/usr.bin/texinfo/install-info (installincludes) >> ===> gnu/usr.bin/texinfo/texindex (installincludes) >> ===> gnu/usr.bin/texinfo/doc (installincludes) >> ===> include (includes) >> cd /usr/src/include; make buildincludes; make installincludes >> creating osreldate.h from newvers.sh >> /libexec/ld-elf.so.1: /usr/local/lib/libsvn_subr-1.so.0: Undefined symbol "apr_thread_mutex_create" > > Most likely, you'll need to rebuild your subversion-freebsd port. to do a buildworld? ooooohkay, i guess. thanks. randy