From owner-freebsd-questions@FreeBSD.ORG Mon Jan 2 17:09:32 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 0903C16A41F for ; Mon, 2 Jan 2006 17:09:32 +0000 (GMT) (envelope-from crispy.beef@ntlworld.com) Received: from mta09-winn.ispmail.ntl.com (mta09-winn.ispmail.ntl.com [81.103.221.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6FA143D68 for ; Mon, 2 Jan 2006 17:09:23 +0000 (GMT) (envelope-from crispy.beef@ntlworld.com) Received: from aamta11-winn.ispmail.ntl.com ([81.103.221.35]) by mta09-winn.ispmail.ntl.com with ESMTP id <20060102170922.YDGJ8609.mta09-winn.ispmail.ntl.com@aamta11-winn.ispmail.ntl.com> for ; Mon, 2 Jan 2006 17:09:22 +0000 Received: from [192.168.0.10] (really [82.12.81.129]) by aamta11-winn.ispmail.ntl.com with ESMTP id <20060102170922.OVXN29634.aamta11-winn.ispmail.ntl.com@[192.168.0.10]> for ; Mon, 2 Jan 2006 17:09:22 +0000 Message-ID: <43B95E40.6010002@ntlworld.com> Date: Mon, 02 Jan 2006 17:09:20 +0000 From: Crispy Beef User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051017) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20060102164348.62758.qmail@web86905.mail.ukl.yahoo.com> In-Reply-To: <20060102164348.62758.qmail@web86905.mail.ukl.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Kernel Compilation... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jan 2006 17:09:32 -0000 Adam Nealis wrote: > --- Crispy Beef wrote: > > >>Hi All, >> >>Just joined this list. The last time I used FreeBSD was with 4.6-RELEASE, so >>a while ago now. I have just installed 6.0-RELEASE on my old laptop and have >>been configuring the system, am onto the kernel at the moment, have followed >>the traditional method in the FreeBSD handbook. All works fine (make depends) > > > Yesterday I installed 6.0-RELEASE from ISO, then used cvsup to upgrade > to 6.0-STABLE. I followed the steps given in /usr/src/Makefile: > > 1. `cd /usr/src' (or to the directory containing your source tree). > 2. `make buildworld' > 3. `make buildkernel KERNCONF=YOUR_KERNEL_HERE' (default is GENERIC). > 4. `make installkernel KERNCONF=YOUR_KERNEL_HERE' (default is GENERIC). > 5. `reboot' (in single user mode: boot -s from the loader prompt). > 6. `mergemaster -p' > 7. `make installworld' > 8. `mergemaster' > 9. `reboot' > > Is this what you did? Can youprovide the precise steps you followed? > > Here's what I did: 1. Install from CD (6.0-RELEASE) 2. Got latest kernel src with sysinstall 3. cd /usr/src/sys/i386/conf 4. Created my own config file (LAPTOP) 5. Did a /usr/sbin/config LAPTOP 6. Moved into compile directory (/usr/src/sys/i386/compile/LAPTOP) 7. Did 'make depend' 8. make At this point it failed... This machine has run Linux for the past few months compiling various things.