From owner-freebsd-questions Sun Sep 30 23:16:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nebula.anchoragerescue.org (cable-115-7-237-24.anchorageak.net [24.237.7.115]) by hub.freebsd.org (Postfix) with ESMTP id 8D5FE37B40B for ; Sun, 30 Sep 2001 23:16:54 -0700 (PDT) Received: from there (galaxy.anchoragerescue.org [24.237.7.95]) by nebula.anchoragerescue.org (Postfix) with SMTP id 01B26D4; Sun, 30 Sep 2001 22:19:18 -0800 (AKDT) Content-Type: text/plain; charset="iso-8859-1" From: Beech Rintoul To: Owl , freebsd-questions@freebsd.org Subject: Re: Fwd: HELP PLEASE :) Date: Sun, 30 Sep 2001 22:16:52 -0800 X-Mailer: KMail [version 1.3] References: <3BB8017E.41C67EA6@home.com> In-Reply-To: <3BB8017E.41C67EA6@home.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20011001061919.01B26D4@nebula.anchoragerescue.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sunday 30 September 2001 09:39 pm, Owl wrote: > Message-ID: <3BB40F39.41C67EA6@home.com> > Date: Thu, 27 Sep 2001 22:48:41 -0700 > From: Owl > X-Mailer: Mozilla 3.04Gold (X11; I; FreeBSD 4.4-RELEASE i386) > MIME-Version: 1.0 > To: freebsd-questions@freeBSD.org > Subject: HELP PLEASE :) > Content-Type: text/plain; charset=us-ascii > Content-Transfer-Encoding: 7bit > > Okay, here's the scenario along with previous mail from helpers: > > > > For a few days I've been trying to rebuild my kernel, as I want to add > sound support for SB PCI128. I'm running FreeBSD 4.4 RELEASE. I copy > GENERIC, added device pcm, did config -r MYKERNEL, make depend, make, > and during make it stops with the following error: > > @ -> /usr/src/sys > ln: @/sys: File exists > *** Error code 1 > > I have no clue why it's doing this. help!! :) > Thanks, Ryan > > > Answer: > > > > Try: > > cd /usr/src > make buildkernel KERNCONF=MYKERNEL > make installkernel KERNCONF=MYKERNEL > > Beech > > what happened: > > I tried that too.... same error :\ any other suggestions? > > Make sure your kern_securelevel is set to -1 (see /etc/defaults/rc.conf) > Try nuking everything inside your /usr/obj > Then do a make buildworld > The kernel should compile after that. > > Beec > > > Quesion: > > > did the make buildworld and installworld... and tried to compile my > source again... > and still I get the same error :( any ideas? > Cheers, ryan > Give this a try: cd /usr/src make buildkernel KERNCONF=GENERIC Beech To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message