From owner-freebsd-current@FreeBSD.ORG Sat Aug 3 21:09:02 2013 Return-Path: Delivered-To: freebsd-current@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 ESMTP id 25145CF7; Sat, 3 Aug 2013 21:09:02 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mail0.glenbarber.us (mail0.glenbarber.us [IPv6:2607:fc50:1:2300:1001:1001:1001:face]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EED7B2DE5; Sat, 3 Aug 2013 21:09:01 +0000 (UTC) Received: from glenbarber.us (70.15.88.86.res-cmts.sewb.ptd.net [70.15.88.86]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: gjb) by mail0.glenbarber.us (Postfix) with ESMTPSA id 8B5D18E68; Sat, 3 Aug 2013 21:09:00 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.8.3 mail0.glenbarber.us 8B5D18E68 Authentication-Results: mail0.glenbarber.us; dkim=none reason="no signature"; dkim-adsp=none Date: Sat, 3 Aug 2013 17:08:58 -0400 From: Glen Barber To: Steve Kargl Subject: Re: svn error during 'make buildkernel'? Message-ID: <20130803210858.GJ78299@glenbarber.us> References: <20130803210348.GA715@troutmask.apl.washington.edu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="LQAwcd5tHl0Qlnzi" Content-Disposition: inline In-Reply-To: <20130803210348.GA715@troutmask.apl.washington.edu> X-Operating-System: FreeBSD 10.0-CURRENT amd64 User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Sat, 03 Aug 2013 21:09:02 -0000 --LQAwcd5tHl0Qlnzi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Aug 03, 2013 at 02:03:49PM -0700, Steve Kargl wrote: > I updated my /usr/src with subversion from ports: >=20 > % pkg info | grep subver > subversion-1.7.9_1 Version control system >=20 > 'make buildworld' completed as expected. 'make buildkernel' > seems to complete, but I'm seeing >=20 > :> hack.c > cc -shared -nostdlib hack.c -o hack.So > rm -f hack.c > MAKE=3Dmake sh /usr/src/sys/conf/newvers.sh MOBILE > svn: E155036: The working copy at '/usr/src' > is too old (format 29) to work with client version '1.8.0 (r1490375)' (ex= pects format 31). You need to upgrade the working copy first. >=20 > Why is svn being run during 'make buildkernel'? More importantly, > why is the freshly built svn in /usr/obj being invoked when it=20 > has not previously been installed and so /usr/src may indeed be > in a older, yet valid, format? >=20 src/sys/conf/newvers.sh sets the svn revision, which is printed by uname(1). devel/subversion is at version 1.8.x, so you should upgrade your installed port. Or you can use /usr/bin/svnlite directly, and run: # /usr/bin/svnlite upgrade /usr/src Glen --LQAwcd5tHl0Qlnzi Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.20 (FreeBSD) iQEcBAEBCAAGBQJR/XFqAAoJEFJPDDeguUajsPUH/2JJjrBqRkNkOALCosW3DQAY RRyOQFpaBc7UlLgCeHM0E6+HGsVFWlY9wvwYCUlef03ykzNG7qMcnu0Mg0w3LtKj YXVvNlXFWvfWAmS/y/s4qsVOHguSYwTT7ggFLHvljP/Hlm1NgMkQHsWcv3EmfFKg tiZgUwLw/iEa97BwxoUj8Fa4IKQpm3MxqMsR7Bc4b9Fx+/7PqD8LslTHoag1dd6H CrYIQNz7r7PQ2MhNjT2DdbsJpnAGQ3rg21Ka9LrAaRE7hFq8wP0FKInhEQVEPuOX 5ifH5Ux/wmBBUi3ula6FwtLAC6RyjaioedL50SNc7BvKPfGuviwjl8skalxz1tw= =DgUk -----END PGP SIGNATURE----- --LQAwcd5tHl0Qlnzi--