From owner-freebsd-stable@FreeBSD.ORG Fri Dec 31 04:34:35 2010 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 3EAD71065674 for ; Fri, 31 Dec 2010 04:34:35 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (mail.1command.com [168.103.150.6]) by mx1.freebsd.org (Postfix) with ESMTP id DBD4C8FC0C for ; Fri, 31 Dec 2010 04:34:34 +0000 (UTC) Received: from webmail.1command.com (localhost.1command.com [127.0.0.1]) by mail.1command.com (8.13.3/8.13.3) with ESMTP id oBV4YQKU021673; Thu, 30 Dec 2010 20:34:33 -0800 (PST) (envelope-from chris#@1command.com) Received: from udns.ultimatedns.net ([168.103.150.20]) (Local authenticated user inf0s) by webmail.1command.com with HTTP; Thu, 30 Dec 2010 20:34:33 -0800 (PST) Message-ID: <2d15f072160e43456a2b10cd973545cb.HRCIM@webmail.1command.com> In-Reply-To: References: <5c0c13e4d33949daafa2a25687db460c.HRCIM@webmail.1command.com> Date: Thu, 30 Dec 2010 20:34:33 -0800 (PST) From: "Chris H" To: freebsd-stable@freebsd.org User-Agent: HRC Internet Messaging/1.5.2 [SVN] MIME-Version: 1.0 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: 8bit Cc: Rob Farmer Subject: Re: installworld: check your date/time - Installworld NOT possible... 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: Fri, 31 Dec 2010 04:34:35 -0000 Greetings, and thank you for your reply. On Thu, December 30, 2010 4:38 pm, Rob Farmer wrote: > On Thu, Dec 30, 2010 at 16:06, Chris H wrote: > >> Greetings, >>  I've spent the morning grooming a fresh kernel on a freshly installed >> 8.1 amd64, from the DVD. I cvsup'd src && ports last night. >> Build world && kernel && installkernel went as anticipated. >> HOWEVER, a reboot to single user, followed by a mergemaster -p, followed by >> cd /usr/src && make installworld, returned: "/usr/src/Makefile", line 177: >> check your date/time: >> >> WTF? Should I simply comment lines 174-178? >> Why does make(1) refuse to installworld? My date and time are correct (in >> sync). Any insight into this error would be GREATLY appreciated. >> >> > > Did you run "adjkerntz -i" to set your timezone in single user? It > starts up with the assumption that your hardware clock is UTC - depending on > where you are (east/west of that), this can lead to files created in the > "future," which confuses make. Well, turns out that was the answer. I've got to tell you; I've performed _well_ over 1200 build/install world/kernel's over the last 30 years, and this was the _first_ time I've ever been required to do this extra step. In fact, I just finished 4 last week on the same ARCH. The only difference was that I used the 8.0 DVD for the initial install. Everything else was the same. Cvsupping src && ports brought them to 8.1-CURRENT, prior to the build/install world/kern. If I had to guess, I'd say that something changed on the 8.1 DVD, or _very_ recently on src. I didn't see anything in NOTES || README || UPDATING. Well, I _greatly_ appreciate your response, and wish you a _very_ happy new year! :) --Chris > > > -- > Rob Farmer > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > > > --