From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 13:23:21 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1396106564A for ; Thu, 23 Aug 2012 13:23:21 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from asbnvacz-mailrelay01.megapath.net (asbnvacz-mailrelay01.megapath.net [207.145.128.243]) by mx1.freebsd.org (Postfix) with ESMTP id 90D208FC08 for ; Thu, 23 Aug 2012 13:23:21 +0000 (UTC) Received: from mail5.sea5.speakeasy.net (mail5.sea5.speakeasy.net [69.17.117.49]) by asbnvacz-mailrelay01.megapath.net (Postfix) with ESMTP id 7991BA719D3 for ; Thu, 23 Aug 2012 09:23:15 -0400 (EDT) Received: (qmail 29504 invoked from network); 23 Aug 2012 13:23:14 -0000 Received: by simscan 1.4.0 ppid: 13929, pid: 20160, t: 0.1478s scanners: clamav: 0.88.2/m:52/d:10739 Received: from unknown (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail5.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 23 Aug 2012 13:23:14 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 1883433C24; Thu, 23 Aug 2012 09:23:14 -0400 (EDT) From: Lowell Gilbert To: antonin tessier References: Date: Thu, 23 Aug 2012 09:23:14 -0400 In-Reply-To: (antonin tessier's message of "Wed, 22 Aug 2012 21:17:22 +0200") Message-ID: <448vd5pwsd.fsf@be-well.ilk.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: freebsd-questions@freebsd.org Subject: Re: Issue with kernel building 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: Thu, 23 Aug 2012 13:23:21 -0000 antonin tessier writes: > I have a problem when I try to build my own kernel. I had never got such a one; here is my kernel configuration file and the building errors that it makes. You left out some devices that are required by other devices in your configuration. for a start, it looks like "man 4 ral" would tell you about a few of them for the ral device. A better way to assemble a kernel configuration would be to start with GENERIC and only change a few items at a time. That way, if it fails to build, you have a narrower idea of where to look for the problem. Or just stay with GENERIC; most consumer PCs have no real reason to need a customized kernel. Good luck.