Date: Sat, 3 Aug 2013 17:08:58 -0400 From: Glen Barber <gjb@FreeBSD.org> To: Steve Kargl <sgk@troutmask.apl.washington.edu> Cc: freebsd-current@freebsd.org Subject: Re: svn error during 'make buildkernel'? Message-ID: <20130803210858.GJ78299@glenbarber.us> In-Reply-To: <20130803210348.GA715@troutmask.apl.washington.edu> References: <20130803210348.GA715@troutmask.apl.washington.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
--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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130803210858.GJ78299>