From owner-freebsd-current@FreeBSD.ORG Sun Jul 14 16:16:00 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 80AC69D2 for ; Sun, 14 Jul 2013 16:16:00 +0000 (UTC) (envelope-from cpghost@cordula.ws) Received: from mail-ea0-f170.google.com (mail-ea0-f170.google.com [209.85.215.170]) by mx1.freebsd.org (Postfix) with ESMTP id 17C237E5 for ; Sun, 14 Jul 2013 16:15:59 +0000 (UTC) Received: by mail-ea0-f170.google.com with SMTP id h10so7306182eaj.29 for ; Sun, 14 Jul 2013 09:15:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding :x-gm-message-state; bh=ISGO2GFvdlpwE/VE4NBDUZnwksJK4ASI2icJgnWDS/8=; b=B/UHajU/GY8BOO5DFMtpdNTDh5o8eqPp0x5Kdvc4kVubpuYhyf63pvx8yw6B4onTDj JPn16TEU+AUhkqc/9PCuwvuFdKnje+fPqC+H5iZggkg5O1bfe5oBeQkO37Lxklj/RbPB WSSv0/UhAM+x23NTOoOSlFTAV9jxWUvLU4/ISmljpI3i09RnqpiR/EE3YefFXBrurZCT 5Tc1AflIlj8xFmUL5g91T3bdAVSIkMCDFxzG486z5n3tn2RRI++1cF3Eg1tjHjE8SMxZ eTZiWBQrTYvJteSIuSii7pPHEC9NurrHZMFlA3tcDdPpBe9fSRog8RZf3XtAz7IxEXCy rTbw== X-Received: by 10.15.24.129 with SMTP id j1mr55748615eeu.17.1373818559011; Sun, 14 Jul 2013 09:15:59 -0700 (PDT) Received: from phenom.cordula.ws (p5DDDA70D.dip0.t-ipconnect.de. [93.221.167.13]) by mx.google.com with ESMTPSA id b7sm95616513eef.16.2013.07.14.09.15.57 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 14 Jul 2013 09:15:58 -0700 (PDT) Message-ID: <51E2CEB8.80909@cordula.ws> Date: Sun, 14 Jul 2013 18:15:52 +0200 From: cpghost User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130711 Thunderbird/17.0.7 MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Re: lost my r2xxxxx subversion id in uname & kern.version References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQkNIqinIvhmixG0+71TpfzNbXC3DrytGDRP5L6l2hCol2crVHD+f9vUVdXFrAbCxF7V9LU+ 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: Sun, 14 Jul 2013 16:16:00 -0000 On 07/13/13 03:03, Dan Mack wrote: > I'm not sure exactly when but recently I've lost the subversion id > from kern.version and hence uname and motd. > > Subsequent fresh rebuilds from source don't bring it back even after > wiping out the tree. > > Today it looks like this: > > root@olive:~ # uname -a > FreeBSD olive.example.com 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Fri > Jul 12 19:38:24 CDT 2013 > root@olive.example.com:/usr/obj/usr/src/sys/MACKGEN amd64 > root@olive:~ # sysctl kern.version > kern.version: FreeBSD 10.0-CURRENT #0: Fri Jul 12 19:38:24 CDT 2013 > root@olive.example.com:/usr/obj/usr/src/sys/MACKGEN > > Previously it would have '#0 r253307' in it's place. > > This only happened on 1 of 3 build machines. There was an update to subversion recently (1.7.x to 1.8.y). If you updated the /usr/src tree with the new subversion (i.e. svn upgrade; svn update), and then transferred that tree to another machine that contains a non-upgraded subversion client, if you build the tree there, you'll miss the r###### in uname. Upgrade your subversion client on the target machine, and, optionally, run 'svn upgrade' on the source tree, then rebuild and reinstall. uname -a should show r###### again. > dan -cpghost. -- Cordula's Web. http://www.cordula.ws/