From owner-freebsd-hackers@FreeBSD.ORG Mon Dec 8 10:48:01 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF02D16A4CE for ; Mon, 8 Dec 2003 10:48:01 -0800 (PST) Received: from smtp3.sentex.ca (smtp3.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5B7943F85 for ; Mon, 8 Dec 2003 10:47:59 -0800 (PST) (envelope-from damian@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by smtp3.sentex.ca (8.12.10/8.12.10) with ESMTP id hB8IluxT095078 for ; Mon, 8 Dec 2003 13:47:56 -0500 (EST) (envelope-from damian@sentex.net) Received: from pegmatite.sentex.ca (pegmatite.sentex.ca [192.168.42.92]) by lava.sentex.ca (8.12.9p2/8.12.9) with ESMTP id hB8IlxUq037762 for ; Mon, 8 Dec 2003 13:47:59 -0500 (EST) (envelope-from damian@sentex.net) Received: by pegmatite.sentex.ca (Postfix, from userid 1001) id C0488171C0; Mon, 8 Dec 2003 13:47:38 -0500 (EST) Date: Mon, 8 Dec 2003 13:47:38 -0500 From: Damian Gerow To: hackers@freebsd.org Message-ID: <20031208184738.GM82104@sentex.net> References: <20031206074503.GA73696@siue.dnsalias.net> <20031208174126.GJ82104@sentex.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-GPG-Key-Id: 0xB841F142 X-GPG-Fingerprint: C7C1 E1D1 EC06 7C86 AF7C 57E6 173D 9CF6 B841 F142 X-Habeas-SWE-1: winter into spring X-Habeas-SWE-2: brightly anticipated X-Habeas-SWE-3: like Habeas SWE (tm) X-Habeas-SWE-4: Copyright 2002 Habeas (tm) X-Habeas-SWE-5: Sender Warranted Email (SWE) (tm). The sender of this X-Habeas-SWE-6: email in exchange for a license for this Habeas X-Habeas-SWE-7: warrant mark warrants that this is a Habeas Compliant X-Habeas-SWE-8: Message (HCM) and not spam. Please report use of this X-Habeas-SWE-9: mark in spam to . User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-new Subject: Re: FBSD 5-CURRENT: Kernel Makefile.inc1 Error X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Dec 2003 18:48:02 -0000 Thus spake Garance A Drosihn (drosih@rpi.edu) [08/12/03 13:40]: > >It's not clear from what you're saying, but will this cause > >problems with the statfs stuff? I've been under the impression > >that a 5.1->5.2 upgrade requires me to build and boot a new > >kernel before I can install a new world -- it's not clear if > >you're saying I need to build /and install/ a new world > >before building a kernel, or if I just need to build world... > > My comments were not trying to cover the installation steps. > All I said was that you have to do a BUILDworld before you > do a BUILDkernel, because it sounded to me like you might > have been building a 5.2 kernel without doing any matching > buildworld. And my request for clarification was as a result of you not mentioning any of the install steps -- I (having recently botched a 5.1->5.2-BETA upgrade) didn't know if you were /insinuating/ an installworld, or if you left it out because it wasn't to be done. Hence my request. But this has all been cleared up now -- thanks.