From owner-freebsd-current@FreeBSD.ORG Mon Aug 5 00:44:34 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 1CA9E989 for ; Mon, 5 Aug 2013 00:44:34 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F38FC2056 for ; Mon, 5 Aug 2013 00:44:33 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.6/8.14.6) with ESMTP id r750iXRu006413; Sun, 4 Aug 2013 17:44:33 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.6/8.14.6/Submit) id r750iXWT006412; Sun, 4 Aug 2013 17:44:33 -0700 (PDT) (envelope-from sgk) Date: Sun, 4 Aug 2013 17:44:33 -0700 From: Steve Kargl To: Peter Wemm Subject: Re: svn error during 'make buildkernel'? Message-ID: <20130805004433.GA6355@troutmask.apl.washington.edu> References: <20130803210348.GA715@troutmask.apl.washington.edu> <20130803210858.GJ78299@glenbarber.us> <20130803213023.GA812@troutmask.apl.washington.edu> <20130803214313.GL78299@glenbarber.us> <20130804232358.GA6068@troutmask.apl.washington.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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: Mon, 05 Aug 2013 00:44:34 -0000 On Sun, Aug 04, 2013 at 04:51:08PM -0700, Peter Wemm wrote: > On Sun, Aug 4, 2013 at 4:23 PM, Steve Kargl > wrote: > > On Sat, Aug 03, 2013 at 05:43:13PM -0400, Glen Barber wrote: > >> On Sat, Aug 03, 2013 at 02:30:23PM -0700, Steve Kargl wrote: > >> > > >> > Thanks. > >> > > >> > Looks like an entry in /usr/src/UPDATING is missing if > >> > /usr/bin/svn* is forcing an obsolscence of a functioning > >> > installed port. > >> > > >> > >> The port was at 1.8.x before I added the additional lookup of > >> svnlite to the script. There really is no need for UPDATING entry, > >> since 1.7.9 is deprecated, and the behavior you have seen is not a fatal > >> error with the buildkernel process. > >> > >> BTW, you should upgrade devel/subversion anyway, since there are > >> security vulnerabilities. > > > > Here's a perfect example why chasing the bleeding edge ports > > is a stupid idea. After upgrading devel/subversion as you > > suggested, I see > > > > cd /usr/ports > > % svn upgrade > > % svn update > > Updating '.': > > svn: E170000: Unrecognized URL scheme for 'http://svn.freebsd.org/ports/head' > > % svn --version | grep version > > svn, version 1.8.1 (r1503906) > > % which svn > > /usr/local/bin/svn > > %which svnlite > > /usr/bin/svnlite > > % svnlite --version | grep version > > svn, version 1.8.1 (r1503906) > > Subversion is open source software, see http://subversion.apache.org/ > > % svnlite > > % svnlite update > > Updating '.': > > U www/squid33/distinfo > > U www/squid33/files/squid.in > > U www/squid33/Makefile > > U cad/gmsh/Makefile > > U cad/gmsh/distinfo > > U cad/gmsh/pkg-plist > > U lang/gcc47/Makefile > > U lang/gcc47/distinfo > > U lang/gdc/Makefile > > U x11-clocks/xdaliclock/Makefile > > U x11-clocks/xdaliclock/distinfo > > U net-mgmt/virt-viewer/Makefile > > U net-mgmt/virt-viewer/distinfo > > U net-mgmt/virt-viewer/pkg-plist > > U x11/xfwp/Makefile > > U x11/xfwp/distinfo > > Updated to revision 324253. > > > > So, how do I fix svn, now? > > ports/UPDATING: > > 20130619: > AFFECTS: users of devel/subversion > AUTHOR: ohauer@FreeBSD.org > > devel/subversion has been upgraded from 1.7.10 to 1.8.0 > > If you want to upgrade, and use http/https access to repositories, > please check, that SERF option is enabled, as NEON support > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ I did not want to upgrade. It was suggested/forced on me by revisio 252505 of newvers.sh that looks for svnliteversion instead of the installed svnversion. 1.7.9 was working fine. -- Steve