From owner-freebsd-questions@FreeBSD.ORG Sat Jan 20 15:48:48 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2693716A404 for ; Sat, 20 Jan 2007 15:48:48 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail2.sea5.speakeasy.net (mail2.sea5.speakeasy.net [69.17.117.4]) by mx1.freebsd.org (Postfix) with ESMTP id 7FB3613C471 for ; Sat, 20 Jan 2007 15:48:47 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 31264 invoked from network); 20 Jan 2007 15:48:35 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail2.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 20 Jan 2007 15:48:35 -0000 Received: from Lowell-Desk.localdomain (Lowell-Desk.lan [172.30.250.6]) by be-well.ilk.org (Postfix) with ESMTP id 13CFC28452; Sat, 20 Jan 2007 10:48:31 -0500 (EST) Received: by Lowell-Desk.localdomain (Postfix, from userid 1147) id 478A61CC49; Sat, 20 Jan 2007 10:48:31 -0500 (EST) To: "James Hein" References: <000501c73c3a$f5036a80$030210ac@ENKITE.local> From: Lowell Gilbert Date: Sat, 20 Jan 2007 10:48:30 -0500 In-Reply-To: <000501c73c3a$f5036a80$030210ac@ENKITE.local> (James Hein's message of "Fri, 19 Jan 2007 20:30:30 -0600") Message-ID: <44fya51yy9.fsf@Lowell-Desk.lan> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Problems with custom kernel fbsd 6.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Jan 2007 15:48:48 -0000 "James Hein" writes: > Thanks for trying to help, but that didn't seem to be it. It did > the same thing, with the same error. Can you think of anything else > that may be wrong? I'm considering rebuilding it again with > debugging on, and using script to output it to a log. It has to be > something in my config though, simply because the only thing > different between my generic and custom compiles is the config > file. I don't know how to make it not compile certain things with > make, which makes my compile take awhile on it because of its > specs. I've read something on how to do that, I just don't 'know' > how to do it yet. Well, one quick look at your configuration also shows me that umass is in there but not scbus or da, which the comment on umass shows won't work. However, the basic approach you should use is to go back to a copy of the GENERIC kernel and start adding your changes a few at a time, so that when the build breaks, you will be easily able to figure out exactly which change was the problem. Also, you might want to look at the "How to get the best results from the FreeBSD-questions mailing list" article in the FreeBSD documentation. Its author frequently posts it to this list. It will give you valuable hints about how to help us to help you. Good luck.