From owner-freebsd-current@FreeBSD.ORG Tue Nov 25 20:14:40 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA85716A4CE for ; Tue, 25 Nov 2003 20:14:40 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id A821943FDD for ; Tue, 25 Nov 2003 20:14:39 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p2/8.12.9) with ESMTP id hAQ4Eclg044298; Tue, 25 Nov 2003 21:14:38 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 25 Nov 2003 21:14:10 -0700 (MST) Message-Id: <20031125.211410.96157220.imp@bsdimp.com> To: wa1ter@myrealbox.com From: "M. Warner Losh" In-Reply-To: <3FC3E75A.1010103@myrealbox.com> References: <3FC3E75A.1010103@myrealbox.com> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: How to fix this in 5.1-REL?? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 26 Nov 2003 04:14:41 -0000 In message: <3FC3E75A.1010103@myrealbox.com> walt writes: : > ...Because changes are applied that will allow smooth upgrades : > when the kernel is built after the new system is built, but before it is : > installed, "make world" is increasingly unlikely to work... : : The recent statfs changes demonstrated why the 'makeworld' > 'makekernel' : sequence sometimes fails :-( ? We recommend make buildworld make buildkernel make installkernel reboot -s -> single user make installworld In the build man page, as well as UPDATING. Warner