From owner-freebsd-questions@FreeBSD.ORG Tue May 2 16:08:04 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 CCAC416A405 for ; Tue, 2 May 2006 16:08:04 +0000 (UTC) (envelope-from duncan.fbsd@gmail.com) Received: from smtp101.sbc.mail.re2.yahoo.com (smtp101.sbc.mail.re2.yahoo.com [68.142.229.104]) by mx1.FreeBSD.org (Postfix) with SMTP id 4FCD143D45 for ; Tue, 2 May 2006 16:08:04 +0000 (GMT) (envelope-from duncan.fbsd@gmail.com) Received: (qmail 26189 invoked from network); 2 May 2006 16:08:03 -0000 Received: from unknown (HELO pres1750.airedalians.com) (donaldj@ameritech.net@75.7.74.134 with plain) by smtp101.sbc.mail.re2.yahoo.com with SMTP; 2 May 2006 16:08:03 -0000 From: "Donald J. O'Neill" To: freebsd-questions@freebsd.org Date: Tue, 2 May 2006 11:07:39 -0500 User-Agent: KMail/1.9.1 References: <20060501215042.GA59413@xor.obsecurity.org> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200605021107.40123.duncan.fbsd@gmail.com> Cc: Kris Kennaway , Bill Moran , Steve Davidson Subject: Re: Kernel not compiling 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: Tue, 02 May 2006 16:08:06 -0000 On Tuesday 02 May 2006 10:07, Steve Davidson wrote: > Here are the last few lines from the kernel build output: > /usr/src/sys/netinet/ip_output.c: In function `ip_ctloutput': > /usr/src/sys/netinet/ip_output.c:1550: internal compiler error: in > expand_stmt, at c-semantics.c:883 > Please submit a full bug report, > with preprocessed source if appropriate. > See for instructions. > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/ROBAIX. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > On 5/1/06, Kris Kennaway wrote: > > On Mon, May 01, 2006 at 05:48:52PM -0400, Bill Moran wrote: > > > On Mon, 1 May 2006 14:38:37 -0700 > > > > > > "Steve Davidson" wrote: > > > > Greetings, > > > > I recently installed FreeBSD 6_0 and after building a custom > > > > kernel it failed to compile. I saved the output from make > > > > kernel KERNCONF=CUSTOMKERNELbut it is so long I wasn't sure if > > > > posting here was such a good idea. > > > > Forgive as I am relatively new to FreeBSD, should I be posting > > > > to a different list? The only error I see from the output is > > > > "error type > > > > 1". Any > > > > > > help or a point in the right direction would be most > > > > appreciated > > > > > > This is the right list. Generally, posting the last 100 lines or > > > so of the output will be enough for people to help you. If folks > > > need more information, they'll ask you for it. I recommend using > > > the script(1) command to capture everything, then truncated to to > > > just the last 100 lines or so when you email it. > > > > First go back and compare your custom kernel to GENERIC: chances > > are you removed something mandatory and broke the build that way. > > > > Kris > > -- > Steve > Macs, Music and more > _______________________________________________ What you sent doesn't help at all. The last 100 lines or so would have told more. Send that. Also send your /etc/make.conf and your custom_KERN-conf. Just paste them right into the e-mail. Just what was the procedure you used. Don