From owner-freebsd-stable@FreeBSD.ORG Sat Oct 8 09:43:05 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0BA781065670 for ; Sat, 8 Oct 2011 09:43:05 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from qmta15.westchester.pa.mail.comcast.net (qmta15.westchester.pa.mail.comcast.net [76.96.59.228]) by mx1.freebsd.org (Postfix) with ESMTP id BEB298FC0C for ; Sat, 8 Oct 2011 09:43:04 +0000 (UTC) Received: from omta18.westchester.pa.mail.comcast.net ([76.96.62.90]) by qmta15.westchester.pa.mail.comcast.net with comcast id i9hB1h0021wpRvQ5F9j5wg; Sat, 08 Oct 2011 09:43:05 +0000 Received: from koitsu.dyndns.org ([67.180.84.87]) by omta18.westchester.pa.mail.comcast.net with comcast id i9j31h00F1t3BNj3e9j4V1; Sat, 08 Oct 2011 09:43:04 +0000 Received: by icarus.home.lan (Postfix, from userid 1000) id 5BF62102C1C; Sat, 8 Oct 2011 02:43:02 -0700 (PDT) Date: Sat, 8 Oct 2011 02:43:02 -0700 From: Jeremy Chadwick To: Chris Rees Message-ID: <20111008094302.GA6027@icarus.home.lan> References: <20111008022526.GA99357@icarus.home.lan> 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 Stable List , Aryeh Friedman Subject: Re: BETA3 not buildable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Oct 2011 09:43:05 -0000 On Sat, Oct 08, 2011 at 10:29:19AM +0100, Chris Rees wrote: > On 8 October 2011 03:25, Jeremy Chadwick wrote: > > On Fri, Oct 07, 2011 at 02:36:25PM -0400, Aryeh Friedman wrote: > >> Just a quick note the repo was synced about 15 mins before this > >> > >> On Fri, Oct 7, 2011 at 2:34 PM, Aryeh Friedman wrote: > >> > >> > I have a local cvs repo and after checking src into a completely fresh > >> > /usr/src I get: > >> > > >> > flosoft# make buildworld > >> > find: /usr/src/sys/sys/param.h: No such file or directory > >> > "Makefile", line 217: warning: "find /usr/src/sys/sys/param.h -mtime -0s" > >> > returned non-zero status > >> > find: /usr/src/sys/sys/param.h: No such file or directory > >> > "Makefile", line 217: warning: "find /usr/src/sys/sys/param.h -mtime -0s" > >> > returned non-zero status > > > > Note that "I just synced with the repo 15 minutes ago" does not mean > > much. ?Those repos are also often "behind", given that they only sync > > with cvsup-master every so often. ?What's "every so often?" ?It varies > > from public cvsup server to public cvsup server, and there's no way to > > know. ?Great isn't it? > > > > If you are syncing directly off of cvsup-master -- shame on you. ?You > > aren't supposed to do this, and I believe the Handbook or freebsd-hubs > > even has a policy about it being considered inappropriate. > > > > Not much chance of that; > > [crees@zeus]~% grep host supfile && csup supfile > *default host=cvsup-master.freebsd.org > Connected to 69.147.83.50 > Authentication required by the server and not supported by client > [crees@zeus]~% Oh okay, good, I was wondering about that. I wonder if half (and only half) of my brain was thinking of cvsup.freebsd.org (which is not the same thing as cvsup-master). Anyway, chances are my first paragraph is the more likely explanation. By the way, the error the OP received in question is probably related to this bit in src/Makefile. Note that I'm referring to RELENG_8 below, and my /usr/src/Makefile hasn't changed since 2011/04/16. Note that my line numbers *do not* match up with the OPs. 175 STARTTIME!= LC_ALL=C date 176 CHECK_TIME!= find ${.CURDIR}/sys/sys/param.h -mtime -0s 177 .if !empty(CHECK_TIME) 178 .error check your date/time: ${STARTTIME} 179 .endif 180 The OP is using HEAD (or maybe RELENG_9? [1]), but I would hope the same check above would be in that tags' src/Makefile. Now I'm rambling again. [1]: I assume that's been tagged; I wouldn't know, as it'll be a long time before I dare try 9.0, for tons of reasons which I'm not going to go into here since they're off-topic (simple version: way, way too many bugs in the installer, and bugs like kern/160860 scare the living crap out of me to the point where I don't dare touch it). -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, US | | Making life hard for others since 1977. PGP 4BD6C0CB |