From owner-freebsd-questions@FreeBSD.ORG Thu Jan 5 09:57:13 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 3AAC816A41F for ; Thu, 5 Jan 2006 09:57:13 +0000 (GMT) (envelope-from crispy.beef@ntlworld.com) Received: from mta07-winn.ispmail.ntl.com (mta07-winn.ispmail.ntl.com [81.103.221.47]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5861043D49 for ; Thu, 5 Jan 2006 09:57:12 +0000 (GMT) (envelope-from crispy.beef@ntlworld.com) Received: from aamta12-winn.ispmail.ntl.com ([81.103.221.35]) by mta07-winn.ispmail.ntl.com with ESMTP id <20060105095711.BEYA21883.mta07-winn.ispmail.ntl.com@aamta12-winn.ispmail.ntl.com>; Thu, 5 Jan 2006 09:57:11 +0000 Received: from [192.168.0.10] (really [82.12.81.129]) by aamta12-winn.ispmail.ntl.com with ESMTP id <20060105095710.FXCY774.aamta12-winn.ispmail.ntl.com@[192.168.0.10]>; Thu, 5 Jan 2006 09:57:10 +0000 Message-ID: <43BCED74.5080602@ntlworld.com> Date: Thu, 05 Jan 2006 09:57:08 +0000 From: Crispy Beef User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051017) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Robert Huff References: <43B951B4.1060601@ntlworld.com> <20060102184137.GI7533@osiris.chen.org.nz> <43BA9432.6090409@ntlworld.com> <43BC0484.9020502@ntlworld.com> <17340.11258.12759.541239@jerusalem.litteratus.org> In-Reply-To: <17340.11258.12759.541239@jerusalem.litteratus.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org 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: Thu, 05 Jan 2006 09:57:13 -0000 Robert Huff wrote: > Nikolas Britton writes: > > >> Still sounds like a hardware problem. > > > Maybe not. > A couple of years back - in the early days of 4.x - I had a > problem which I /think/ manifested in the manner originally > described. > It turned out to be the script I'd set up to automate this > process - an unnecessary "make depends" IIRC. It was the same error > every time, but the exact location changed. Drove me up the wall. > Unless you (generic) really really really know what you're > doing, follow the steps in the Handbook. They're tested, and they > work. Including reading /ysr/src/UPDATING. I've not really done anything special with scripts, just altered make.conf the one time to include a few compiler options (-O2 -march=pentium2 -pipe). The kernel has now compiled a few times with and without the above options.