From owner-freebsd-bugs@FreeBSD.ORG Tue Sep 20 11:40:17 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50BC116A41F for ; Tue, 20 Sep 2005 11:40:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FBA543D45 for ; Tue, 20 Sep 2005 11:40:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j8KBeGSg023119 for ; Tue, 20 Sep 2005 11:40:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j8KBeG3u023118; Tue, 20 Sep 2005 11:40:16 GMT (envelope-from gnats) Date: Tue, 20 Sep 2005 11:40:16 GMT Message-Id: <200509201140.j8KBeG3u023118@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Maxim Konovalov Cc: Subject: Re: misc/86255 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maxim Konovalov List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2005 11:40:17 -0000 The following reply was made to PR misc/86255; it has been noted by GNATS. From: Maxim Konovalov To: Dmitri Passaita Cc: bug-followup@freebsd.org Subject: Re: misc/86255 Date: Tue, 20 Sep 2005 15:33:19 +0400 (MSD) On Tue, 20 Sep 2005, 14:28+0300, Dmitri Passaita wrote: > I was downloaded the beta6 version of FreeBSD an there was the same > problem, I think that in my hardware is something wrong, when I > extracted one of DIMM's the new kernel was builded successfully. > I beg your pardon! It was a hardware problem. > > But I hawe one more question, is this wrong way to build new kernel: > # cd /usr/src > # make kernel KERNCONF=MY_KERNEL_NAME Usually it works. But sometimes when you update sources it fails and you need to build world (kernel toolchains actually) before buildkernel. From src/UPDATING: To build a kernel ----------------- If you are updating from a prior version of FreeBSD (even one just a few days old), you should follow this procedure. It is the most failsafe as it uses a /usr/obj tree with a fresh mini-buildworld, make kernel-toolchain make -DALWAYS_CHECK_MAKE buildkernel KERNCONF=YOUR_KERNEL_HERE make -DALWAYS_CHECK_MAKE installkernel KERNCONF=YOUR_KERNEL_HERE Please learn src/UPDATING, especially "COMMON ITEMS" section at the end of the file. I'll close your PR if you don't object. -- Maxim Konovalov