From owner-freebsd-current@FreeBSD.ORG Thu Aug 13 09:39:55 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 028CD106564A for ; Thu, 13 Aug 2009 09:39:55 +0000 (UTC) (envelope-from artis.caune@gmail.com) Received: from mail-bw0-f219.google.com (mail-bw0-f219.google.com [209.85.218.219]) by mx1.freebsd.org (Postfix) with ESMTP id 7E13A8FC4A for ; Thu, 13 Aug 2009 09:39:53 +0000 (UTC) Received: by bwz19 with SMTP id 19so676713bwz.37 for ; Thu, 13 Aug 2009 02:39:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=XOZ+wTHETUjToPi1FgFLT3E+UPOko7iwSxq5v1lhQFo=; b=IVj1b98+/NfyNn8Rf+alEXOob35wVxO1ewDiEj4dv3QhPelxmuN5OYeMEQamvHxZfG 9Fa2/LnDaoKWeZ/aOFgOgIVsu00YQc5xxEfknOp8DauFNHzxPEaDqg7IkOiFdw1PCCm2 kzIbbLRMQt7vZNuAyi4eyLOiR6xNDXUyoFf1s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=SfSzg6xcWW6VQ6pZKIlrQfBuUW/jhEvWO9aL+JK33TfZ5mwr3bxpVBcPTaABjHbyQb 7IRLJRjVurIlZTnEGDlTElXA+twBK5UcjrmQ07dZy2uSQrHyHEeqT865agUY+xSIK96a 5tm6GWHZcRnYQrrykY7bZxFM37FRvRB8J80vw= MIME-Version: 1.0 Received: by 10.103.6.11 with SMTP id j11mr287949mui.98.1250154769819; Thu, 13 Aug 2009 02:12:49 -0700 (PDT) In-Reply-To: References: <4A83D2E7.8090208@andric.com> Date: Thu, 13 Aug 2009 12:12:49 +0300 Message-ID: <9e20d71e0908130212g9b10c06t3519d832562f5371@mail.gmail.com> From: Artis Caune To: Randy Bush Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: Dimitry Andric , 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:39:55 -0000 2009/8/13 Randy Bush : >>> very current sources on >>> >>> FreeBSD work0.psg.com 8.0-CURRENT FreeBSD 8.0-CURRENT #0 r: \ >>> Tue Jun =C2=A02 08:51:42 UTC 2009 =C2=A0 =C2=A0 root@work0:/usr/obj/usr= /src/sys/WORK0 =C2=A0amd64 >>> >>> =3D=3D=3D> gnu/usr.bin/texinfo/install-info (installincludes) >>> =3D=3D=3D> gnu/usr.bin/texinfo/texindex (installincludes) >>> =3D=3D=3D> gnu/usr.bin/texinfo/doc (installincludes) >>> =3D=3D=3D> 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 symb= ol "apr_thread_mutex_create" >> >> Most likely, you'll need to rebuild your subversion-freebsd port. > > to do a buildworld? =C2=A0ooooohkay, i guess. Yes, if you have subversion installed - buildworld (newvers.sh) fetch svn revision number running svnversion on sys/ directory. You can uninstall subversion, but you will lose revision number in uname. --=20 Artis Caune Everything should be made as simple as possible, but not simpler.