From owner-freebsd-stable@FreeBSD.ORG Sun Jan 3 09:16:09 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67231106566B; Sun, 3 Jan 2010 09:16:09 +0000 (UTC) (envelope-from fjoe@samodelkin.net) Received: from mail-ew0-f226.google.com (mail-ew0-f226.google.com [209.85.219.226]) by mx1.freebsd.org (Postfix) with ESMTP id D64848FC1B; Sun, 3 Jan 2010 09:16:08 +0000 (UTC) Received: by ewy26 with SMTP id 26so12131709ewy.3 for ; Sun, 03 Jan 2010 01:15:59 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.90.77 with SMTP id d55mr7978693wef.146.1262508301934; Sun, 03 Jan 2010 00:45:01 -0800 (PST) X-Originating-IP: [89.251.107.22] In-Reply-To: <4B3FBA9B.5020706@FreeBSD.org> References: <86095ec11001021301i25e91191kdcc2a1673795dce7@mail.gmail.com> <4B3FBA9B.5020706@FreeBSD.org> Date: Sun, 3 Jan 2010 14:45:01 +0600 Message-ID: <5a816ea1001030045o2091ea09r2060082d993515c4@mail.gmail.com> From: Max Khon To: Doug Barton X-Mailman-Approved-At: Sun, 03 Jan 2010 17:45:46 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "E. O." , freebsd-stable@freebsd.org Subject: Re: kernel build failed X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2010 09:16:09 -0000 Hello! On Sun, Jan 3, 2010 at 3:28 AM, Doug Barton wrote: > > cd /usr/src > > > > make cleandir && make cleandir && rm -rf /usr/obj > > > > make buildkernel > > FreeBSD is not like Linux in the sense that you don't just want to > update the kernel independently of the rest of the base system. You > want to update the whole thing. Try this instead: > > make buildworld && > make buildkernel > > You should also read > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mak > eworld.html > to get a better idea of the overall process. > Actually it is enough to do "make kernel-toolchain" instead of "make buildworld" prior to building kernel. Max