From owner-freebsd-questions@FreeBSD.ORG Mon Mar 2 09:28:59 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 E8F3B106566B for ; Mon, 2 Mar 2009 09:28:59 +0000 (UTC) (envelope-from erratic@devel.ws) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.237]) by mx1.freebsd.org (Postfix) with ESMTP id C82818FC23 for ; Mon, 2 Mar 2009 09:28:59 +0000 (UTC) (envelope-from erratic@devel.ws) Received: by rv-out-0506.google.com with SMTP id f6so2470524rvb.43 for ; Mon, 02 Mar 2009 01:28:59 -0800 (PST) MIME-Version: 1.0 Received: by 10.140.162.21 with SMTP id k21mr2836282rve.191.1235986139298; Mon, 02 Mar 2009 01:28:59 -0800 (PST) In-Reply-To: References: <5061b39c0903020021t311f69c8va16b425e13f80eeb@mail.gmail.com> <5061b39c0903020026u7ad4d422w8f572f35bb27f9d1@mail.gmail.com> Date: Mon, 2 Mar 2009 01:28:59 -0800 Message-ID: <5061b39c0903020128i63f81812ne7699dedb4e4b8a5@mail.gmail.com> From: Paige Thompson To: nightrecon@verizon.net Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Kernel Compile issue 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 Mar 2009 09:29:00 -0000 Mike, I think you misread what I sent, however I noticed that you used 'KERNELCONF' instead of 'config' (as I noted) but I still get the same error. I want to say the issue must have something to do with the fact that there's no environment variables that specify the include directories. FWIW here's what I have in my env: [root@ /usr/src]# env TERM=xterm SHELL=/usr/local/bin/bash SSH_CLIENT=192.168.23.1 2436 22 SSH_TTY=/dev/ttyp0 USER=erratic ENV=/home/erratic/.shrc PAGER=more FTP_PASSIVE_MODE=YES PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/home/erratic/bin MAIL=/var/mail/erratic BLOCKSIZE=K PWD=/usr/src EDITOR=vi SHLVL=1 HOME=/root LOGNAME=erratic SSH_CONNECTION=192.168.23.1 2436 192.168.23.249 22 _=/usr/bin/env OLDPWD=/usr/obj [root@ /usr/src]# On Mon, Mar 2, 2009 at 1:14 AM, Michael Powell wrote: > Paige Thompson wrote: > > > Also I wanted to note how I got to this problem: > > > > [root@ /usr/src]# make buildkernel config=GENERIC 2> error.log > > > [snip] > > cd /usr/obj and rm -rf usr before trying again. Then cd /usr/src and do: > > make buildkernel KERNCONF=nameofsomeconffile another example: > > make buildkernel KERNCONF=GENERIC > > If you have an unadulterated GENERIC conf file present and you just issue > make buildkernel by itself it will select GENERIC as default. Try correct > procedure first, and hope there is no problem. > > -Mike > > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" >