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 <[email protected]>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 > > > > > _______________________________________________ > [email protected] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > [email protected]" > _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
