Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jul 2000 07:46:04 -0400
From:      Jay Sachs <jsachs@iclick.com>
To:        Asmo <root@scully.gothworld.com>
Cc:        questions@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG
Subject:   Re: Kernel Build Error (fwd)
Message-ID:  <3979897C.34AD3390@iclick.com>
References:  <Pine.BSF.4.21.0007211748510.217-200000@scully.gothworld.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Asmo wrote:
> 
> Well, I did another make builworld and installworld, weverything went
> well, except when I got to configuring the kernal...again I tried
> different options and the same output happened. Any programmers know
> anything about this error. I reallyu would like to fix this...It ALWAYS
> happens at this "wi" thingie

I had/have the same problem, just intermittently (buildkernel dying make
"wi"). To get around it, I found doing the "traditional"

   cd /usr/src/sys/i386/conf
   config -r YOURKERNEL
   cd ../../compile/YOURKERNEL
   make depend && make && make install

works if the buildkernel fails, and afterwards I *can* successfully
complete a buildkernel. Not sure what's broken, but something is flakey.
If I can reproduce it again, I'll do a little more investigation.

jay


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3979897C.34AD3390>