From owner-freebsd-questions@FreeBSD.ORG Mon Jan 2 16:36:37 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 584E616A429 for ; Mon, 2 Jan 2006 16:36:37 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: from lmail.bathnetworks.co.uk (mail.bathnetworks.com [84.92.24.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDFDD43D58 for ; Mon, 2 Jan 2006 16:36:35 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: (qmail 19193 invoked by uid 510); 2 Jan 2006 16:39:21 +0000 Received: from 84.92.24.252 by lmail.bathnetworks.co.uk (envelope-from , uid 508) with qmail-scanner-1.24-st-qms (clamdscan: 0.87/1146. spamassassin: 3.0.2. perlscan: 1.24-st-qms. Clear:RC:0(84.92.24.252):SA:0(-3.6/5.0):. Processed in 3.410424 secs); 02 Jan 2006 16:39:21 -0000 X-Spam-Status: No, hits=-3.6 required=5.0 X-Antivirus-MYDOMAIN-Mail-From: bsd@bathnetworks.com via lmail.bathnetworks.co.uk X-Antivirus-MYDOMAIN: 1.24-st-qms (Clear:RC:0(84.92.24.252):SA:0(-3.6/5.0):. Processed in 3.410424 secs Process 19186) Received: from mail.bathnetworks.com (HELO ?84.92.24.252?) (bsd@bathnetworks.com@84.92.24.252) by lmail.bathnetworks.co.uk with SMTP; 2 Jan 2006 16:39:17 +0000 From: Robert Slade To: Crispy Beef In-Reply-To: <43B951B4.1060601@ntlworld.com> References: <43B951B4.1060601@ntlworld.com> Content-Type: text/plain Message-Id: <1136219956.14849.7.camel@lmail.bathnetworks.co.uk> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Mon, 02 Jan 2006 16:39:17 +0000 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: Mon, 02 Jan 2006 16:36:37 -0000 On Mon, 2006-01-02 at 16:15, 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) > 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 Paul, Welcome. If you will take some advise from a 'newbe' I suggest that you use the new method - I have done a kernel compile quite a few times with no problems using it. The only time I had problems with compiling was when I got the config file wrong. I did find that after a failed compile I needed to clear out the old obj libraries before trying again. Rob