misc/86255

Maxim Konovalov maxim at macomnet.ru
Tue Sep 20 04:40:17 PDT 2005


The following reply was made to PR misc/86255; it has been noted by GNATS.

From: Maxim Konovalov <maxim at macomnet.ru>
To: Dmitri Passaita <passaita at gmail.com>
Cc: bug-followup at 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


More information about the freebsd-bugs mailing list