From owner-freebsd-stable Wed Aug 7 10:26:51 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B7DE37B400; Wed, 7 Aug 2002 10:26:46 -0700 (PDT) Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D84243E42; Wed, 7 Aug 2002 10:26:45 -0700 (PDT) (envelope-from crist.clark@attbi.com) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020807172644.TNWF19356.rwcrmhc51.attbi.com@blossom.cjclark.org>; Wed, 7 Aug 2002 17:26:44 +0000 Received: from blossom.cjclark.org (localhost. [127.0.0.1]) by blossom.cjclark.org (8.12.3/8.12.3) with ESMTP id g77HQiJK072531; Wed, 7 Aug 2002 10:26:44 -0700 (PDT) (envelope-from crist.clark@attbi.com) Received: (from cjc@localhost) by blossom.cjclark.org (8.12.3/8.12.3/Submit) id g77HQg8l072530; Wed, 7 Aug 2002 10:26:42 -0700 (PDT) X-Authentication-Warning: blossom.cjclark.org: cjc set sender to crist.clark@attbi.com using -f Date: Wed, 7 Aug 2002 10:26:41 -0700 From: "Crist J. Clark" To: Ruslan Ermilov Cc: Kent Stewart , FreeBSD-Stable Subject: Re: make buildworld Message-ID: <20020807172641.GA71991@blossom.cjclark.org> Reply-To: "Crist J. Clark" References: <20020807141934.23707.qmail@ns1.onie.yi.org> <20020807104347.F20616-100000@topperwein.dyndns.org> <20020807150633.GB36526@sunbay.com> <3D51501E.2030202@owt.com> <20020807170039.GA44474@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020807170039.GA44474@sunbay.com> User-Agent: Mutt/1.4i X-URL: http://people.freebsd.org/~cjc/ Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Aug 07, 2002 at 08:00:39PM +0300, Ruslan Ermilov wrote: > On Wed, Aug 07, 2002 at 09:51:42AM -0700, Kent Stewart wrote: > > > > > > Ruslan Ermilov wrote: > > > > >On Wed, Aug 07, 2002 at 10:46:45AM -0400, Chris BeHanna wrote: > > > > > >>On Wed, 7 Aug 2002, Ronneil Camara wrote: > > >> > > >> > > >>>All I can say is that I just normally execute those commands as what I > > >>>have > > >>>been doing a long time ago. > > >>> > > >>>vi stable-supfile > > >>>cvsup -g -L2 stable-supfile > > >>>cd /usr/src > > >>>make buildworld > > >>>make installworld > > >>> > > >> This is not right. Here's what you should be doing: > > >> > > >> vi stable-supfile > > >> cvsup -g -L2 stable-supfile > > >> cd /usr/src > > >> make buildworld > > >> make buildkernel KERNCONF= > > >> make installkernel > > >> shutdown -r now > > >> # (make sure the system comes up) > > >> shutdown -r now > > >> # (come up in single-user mode this time) > > >> make installworld > > >> mergemaster > > >> shutdown -r now > > >> # (come up normally this time) > > >> > > >>These steps have been documented in /usr/src/UPDATING since 4.0. This > > >>is the only supported procedure for upgrading your system from source. > > >> > > >> > > >... that is _guaranteed_ to work (modulo the ``mergemaster -p'' step). > > >At different times, a simple "make world kernel" may work, but it is > > >not guaranteed to. > > > > > > Ruslan, > > > > Did you look at Ronneil's installworld log > > (http://restricted.dyndns.org/error.txt). > > > Nope, ENOTIME. > > > Why would it be trying to create osreldate.h during the install. Could > > make think it is old because of system time or something? > > > The usual roots of this problem are: > > - system date/time is set incorrectly > > Fix: consult with date(1) Also, if you reboot straight into single-user mode, you won't have adjkerntz(8) running. If your CMOS clock is not running on UTC, manually start adjkerntz(8). Or else you may have temporal chaos. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message