From owner-freebsd-questions@FreeBSD.ORG Sun May 4 00:43:53 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24ED437B401 for ; Sun, 4 May 2003 00:43:52 -0700 (PDT) Received: from Gina.esfm.ipn.mx (esfm.ipn.mx [148.204.102.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9359643F85 for ; Sun, 4 May 2003 00:43:51 -0700 (PDT) (envelope-from mrspock@esfm.ipn.mx) Received: from Gina.esfm.ipn.mx (localhost [127.0.0.1]) by Gina.esfm.ipn.mx (8.12.6p2/8.12.6) with ESMTP id h447gkNY030516; Sun, 4 May 2003 02:42:46 -0500 (CDT) (envelope-from mrspock@esfm.ipn.mx) Received: from localhost (mrspock@localhost)h447gjeO030513; Sun, 4 May 2003 02:42:46 -0500 (CDT) X-Authentication-Warning: Gina.esfm.ipn.mx: mrspock owned process doing -bs Date: Sun, 4 May 2003 02:42:45 -0500 (CDT) From: Eduardo Viruena Silva To: Nathan Howell In-Reply-To: <20030504025146.GG6558@crapbox.org> Message-ID: <20030504023754.O30454@Gina.esfm.ipn.mx> References: <20030504025146.GG6558@crapbox.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: Failed kernel compile on 4.8-RELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 May 2003 07:43:53 -0000 On Sat, 3 May 2003, Nathan Howell wrote: > Hi, I just did a fresh install of 4.8-RELEASE on an Athlon machine, and > can't get a custom kernel to compile. I've looked through my config over > and over and searched online, but can't see what's wrong. Here's the > error I'm getting: > > perl5 /usr/src/sys/kern/makeops.pl -h > /usr/src/sys/dev/sound/pcm/mixer_if.m > make: don't know how to make /usr/src/sys/dev/syscons/schistory.c. Stop > *** Error code 2 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > That's after doing a make buildkernel NEWKERNEL from /usr/src. Any help > with this would be greatly appreciated... I'm attaching my kernel config > file as well. Thanks in advance, > > Nathan > I didn't see anything wrong in your kernel description. Your kernel can be compiled successfully. I did it in my FreeBSD-4.8-RELEASE machine. are your sources complete?