From owner-freebsd-questions Tue Jan 28 23: 7:54 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FD9237B401 for ; Tue, 28 Jan 2003 23:07:52 -0800 (PST) Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1B3E43F75 for ; Tue, 28 Jan 2003 23:07:51 -0800 (PST) (envelope-from kstewart@owt.com) Received: from owt-207-41-94-233.owt.com (owt-207-41-94-233.owt.com [207.41.94.233]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id XAA28919; Tue, 28 Jan 2003 23:07:45 -0800 Content-Type: text/plain; charset="iso-8859-1" From: Kent Stewart To: Bsd Neophyte , Ian Barnes Subject: Re: errors in 'make buildworld' Date: Tue, 28 Jan 2003 23:07:45 -0800 User-Agent: KMail/1.4.3 Cc: questions@FreeBSD.ORG References: <20030129063107.23532.qmail@web20103.mail.yahoo.com> In-Reply-To: <20030129063107.23532.qmail@web20103.mail.yahoo.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200301282307.45106.kstewart@owt.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tuesday 28 January 2003 10:31 pm, Bsd Neophyte wrote: > --- Ian Barnes wrote: > > If you rebuilding your kernel, why are you typing make buildworld? > > for a kernel recompile you should type: make depend, make, and make > > install (and > > make clean), but not make buildworld. > > much earlier, i was having some questions about building a new > kernel, considering the documentation about the kernel rebuilding > processes is not very good. (Sections 9 and 21 should be combined > instead of isolated, imho.) > > the steps that were agreed upon were the following: > > 0 # (be root) > 1 # cd /usr/src > 2 # make buildworld > 3 # make buildkernel KERNCONF=3D > 4 # make installkernel > KERNCONF=3D 5 # shutdown -r now You won't see this step anywhere. A shutdown now is not the equivalent=20 of a boot to single user mode. The whole point in the reboot is testing=20 your kernel before you do the installworld. > 6 # make installworld > 7 # mergemaster -i > > these are what i am following now. > > i see you are recommending i use the "traditional way." do you think > it will aleviate my problems? Probably not but it works just fine if you haven't done a cvsup of=20 src-all. The accepted method is then what you have listed but with a=20 boot instead of a shutdown. Most signal errors in compiles are hardware errors. Kent > > -Sameer/usr/ports/net/rsync > > __________________________________________________ > Do you Yahoo!? > Yahoo! Mail Plus - Powerful. Affordable. Sign up now. > http://mailplus.yahoo.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message --=20 Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message