Date: Sat, 8 Oct 2011 02:43:02 -0700 From: Jeremy Chadwick <freebsd@jdc.parodius.com> To: Chris Rees <crees@freebsd.org> Cc: FreeBSD Stable List <freebsd-stable@freebsd.org>, Aryeh Friedman <aryeh.friedman@gmail.com> Subject: Re: BETA3 not buildable Message-ID: <20111008094302.GA6027@icarus.home.lan> In-Reply-To: <CADLo839TQqMnmTsLhPb1Ep%2BE9ubY-ibm3X2idwr5eGZOdMyeSg@mail.gmail.com> References: <CAGBxaXnNSRqsqQ-CtC=HtTXmpcKGnbQHsOfaAa_Y%2B%2B0Bs39-Tw@mail.gmail.com> <CAGBxaXkg%2BQymHgSxRzkgmQuq0tnoEskrV6v=YP7bnHd1Ezrz5g@mail.gmail.com> <20111008022526.GA99357@icarus.home.lan> <CADLo839TQqMnmTsLhPb1Ep%2BE9ubY-ibm3X2idwr5eGZOdMyeSg@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Oct 08, 2011 at 10:29:19AM +0100, Chris Rees wrote: > On 8 October 2011 03:25, Jeremy Chadwick <freebsd@jdc.parodius.com> 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 <aryeh.friedman@gmail.com>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 |
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111008094302.GA6027>