From owner-freebsd-questions@FreeBSD.ORG Mon Jan 2 16:15:52 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 B4C2A16A41F for ; Mon, 2 Jan 2006 16:15:52 +0000 (GMT) (envelope-from crispy.beef@ntlworld.com) Received: from mta08-winn.ispmail.ntl.com (mta08-winn.ispmail.ntl.com [81.103.221.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id E111443D60 for ; Mon, 2 Jan 2006 16:15:51 +0000 (GMT) (envelope-from crispy.beef@ntlworld.com) Received: from aamta12-winn.ispmail.ntl.com ([81.103.221.35]) by mta08-winn.ispmail.ntl.com with ESMTP id <20060102161550.YMDE17804.mta08-winn.ispmail.ntl.com@aamta12-winn.ispmail.ntl.com> for ; Mon, 2 Jan 2006 16:15:50 +0000 Received: from [192.168.0.10] (really [82.12.81.129]) by aamta12-winn.ispmail.ntl.com with ESMTP id <20060102161550.MZQP774.aamta12-winn.ispmail.ntl.com@[192.168.0.10]> for ; Mon, 2 Jan 2006 16:15:50 +0000 Message-ID: <43B951B4.1060601@ntlworld.com> Date: Mon, 02 Jan 2006 16:15:48 +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 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: 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 16:15:52 -0000 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) until I do 'make' then I get a compilation error as follows: -------------------------------------------------------------------- /usr/src/sys/modules/ata/atapci/../../../dev/ata/ata-chipset.c:617: internal compiler error: Segmentation fault: 11 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. *** Error code 1 Stop in /usr/src/sys/modules/ata/atapci. *** Error code 1 Stop in /usr/src/sys/modules/ata. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/src/sys/i386/compile/LAPTOP. -------------------------------------------------------------------- Last time I had an error with USB Mass Storage do I disabled it in my config hoping the kernel would compile, am starting to think this is something a bit more serious. Any thoughts? -- Paul