From owner-freebsd-current@FreeBSD.ORG Sat Oct 1 13:10:32 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2FAE1065670 for ; Sat, 1 Oct 2011 13:10:32 +0000 (UTC) (envelope-from conrads@cox.net) Received: from eastrmfepo202.cox.net (eastrmfepo202.cox.net [68.230.241.217]) by mx1.freebsd.org (Postfix) with ESMTP id 67E0B8FC1A for ; Sat, 1 Oct 2011 13:10:32 +0000 (UTC) Received: from eastrmimpo03.cox.net ([68.1.16.126]) by eastrmfepo202.cox.net (InterMail vM.8.01.04.00 201-2260-137-20101110) with ESMTP id <20111001131026.NDAT14088.eastrmfepo202.cox.net@eastrmimpo03.cox.net>; Sat, 1 Oct 2011 09:10:26 -0400 Received: from serene.no-ip.org ([98.164.86.236]) by eastrmimpo03.cox.net with bizsmtp id fRAR1h00H55wwzE02RASGC; Sat, 01 Oct 2011 09:10:26 -0400 X-CT-Class: Clean X-CT-Score: 0.00 X-CT-RefID: str=0001.0A020206.4E871142.0095,ss=1,re=0.000,fgs=0 X-CT-Spam: 0 X-Authority-Analysis: v=1.1 cv=ASjpOCvEPoSfhuYnpalwTqAN2s78hBywh12H8bbbxwo= c=1 sm=1 a=_nK6alana3AA:10 a=G8Uczd0VNMoA:10 a=kj9zAlcOel0A:10 a=uAbGmPAyUfLL1M3oYAsfuA==:17 a=pGLkceISAAAA:8 a=kviXuzpPAAAA:8 a=78-Ew4wuVYWJ9bZT-agA:9 a=qF9ujeFqNShU1eeW8K8A:7 a=CjuIK1q_8ugA:10 a=MSl-tDqOz04A:10 a=4vB-4DCPJfMA:10 a=uAbGmPAyUfLL1M3oYAsfuA==:117 X-CM-Score: 0.00 Authentication-Results: cox.net; none Received: from cox.net (localhost [127.0.0.1]) by serene.no-ip.org (8.14.5/8.14.5) with ESMTP id p91DAPFB068632; Sat, 1 Oct 2011 08:10:25 -0500 (CDT) (envelope-from conrads@cox.net) Date: Sat, 1 Oct 2011 08:10:19 -0500 From: "Conrad J. Sabatier" To: Greg Miller Message-ID: <20111001081019.3fadeb01@cox.net> In-Reply-To: References: <20110930224145.5ba1b341@cox.net> X-Mailer: Claws Mail 3.7.10 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: make buildworld error on 9.0B2 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: Sat, 01 Oct 2011 13:10:32 -0000 On Sat, 1 Oct 2011 07:55:34 -0500 Greg Miller wrote: > On 9/30/11, Conrad J. Sabatier wrote: > > On Wed, 28 Sep 2011 19:57:55 -0500 > > Greg Miller wrote: > > > >> On a fresh install of 9.0B2, I've updated my source to RELENG_9 > >> with csup, and I get the following when I try to make buildworld: > >> > >> ************************************* > >> [0] /usr/src # make clean buildworld > >> find: /usr/src/sys/sys/param.h: No such file or directory > >> "/usr/src/Makefile", line 217: warning: > >> "find /usr/src/sys/sys/param.h -mtime -0s" returned non-zero status > > > > This seems to be very similar to an odd little quirk I've run across > > several times recently with 9.0-BETAx, where for some reason it > > appears that the timestamp on this file is out of sync with the > > rest of the source tree. > > > > On more than one occasion, after updating /usr/src and starting a > > "make buildworld", I've been stopped cold by this, and had to do a > > "touch sys/sys/param.h" and restart the build. > > This doesn't really sound like what I'm seeing... I'm getting this > error because csup and cvsup are deleting most of the files in > /usr/src/sys/sys by mistake. > > If anybody has any more ideas for things to try, I'll stay on 9.0B2 a > bit longer for testing. Otherwise, I'm upgrading via anoncvs (which is > working for me). I use csup to update my local copy of the CVS repository, from which I then do cvs updates of /usr/{doc,ports,src}. Works very well, you may want to give that a try. -- Conrad J. Sabatier conrads@cox.net