Date: Tue, 20 Sep 2005 11:40:16 GMT From: Maxim Konovalov <maxim@macomnet.ru> To: freebsd-bugs@FreeBSD.org Subject: Re: misc/86255 Message-ID: <200509201140.j8KBeG3u023118@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/86255; it has been noted by GNATS. From: Maxim Konovalov <maxim@macomnet.ru> To: Dmitri Passaita <passaita@gmail.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509201140.j8KBeG3u023118>