From owner-freebsd-questions@FreeBSD.ORG Mon Mar 9 22:18:09 2009 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 795181065762 for ; Mon, 9 Mar 2009 22:18:09 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 32DB48FC1A for ; Mon, 9 Mar 2009 22:18:08 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LgnnT-0005Hr-IX for freebsd-questions@freebsd.org; Mon, 09 Mar 2009 22:18:07 +0000 Received: from pool-70-21-13-242.res.east.verizon.net ([70.21.13.242]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Mar 2009 22:18:07 +0000 Received: from nightrecon by pool-70-21-13-242.res.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Mar 2009 22:18:07 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Followup-To: gmane.os.freebsd.questions Date: Mon, 09 Mar 2009 18:18:56 -0400 Lines: 47 Message-ID: References: <865278.52299.qm@web52107.mail.re2.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-70-21-13-242.res.east.verizon.net User-Agent: KNode/0.99.01 Sender: news Subject: Re: freebsd 7.1, building kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nightrecon@verizon.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Mar 2009 22:18:10 -0000 gahn wrote: > > Hi, all: > > I am trying to build customized kernel with "device carp" and followed > kernel building procedure of the handbook. unfortunately it is failed: > > lab1# make buildkernel KERNCONF=lab1 > ERROR: Missing kernel configuration file(s) (lab1). > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > -rw-r--r-- 1 root wheel 13 Jun 20 2005 .cvsignore > -rw-r--r-- 1 root wheel 534 Nov 24 21:59 DEFAULTS > -rw-r--r-- 1 root wheel 12412 Nov 24 21:59 GENERIC > -rw-r--r-- 1 root wheel 1745 Nov 24 21:59 GENERIC.hints > -rw-r--r-- 1 root wheel 1034 Nov 24 21:59 MAC > -rw-r--r-- 1 root wheel 131 Nov 24 21:59 Makefile > -rw-r--r-- 1 root wheel 38713 Nov 24 21:59 NOTES > -rw-r--r-- 1 root wheel 2016 Nov 24 21:59 PAE > -rw-r--r-- 1 root wheel 3539 Nov 24 21:59 XBOX > lrwxr-xr-x 1 root wheel 20 Mar 9 18:08 lab1 -> /root/kernels/lab1 Take this link away and put your kernel config file here. > tried another system and i had similar problem: > > lab2# make buildkernel KERNCONF=lab2 > ERROR: Missing kernel configuration file(s) (lab2). > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > [snip] > > did anyone here encounter such problem? > nope. I always put the kernel config file where it belongs. -Mike