From owner-freebsd-questions@FreeBSD.ORG Thu Nov 17 19:49:20 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 2577316A41F for ; Thu, 17 Nov 2005 19:49:20 +0000 (GMT) (envelope-from dan@ferrarishields.com) Received: from pop0.greatbasin.net (pop0.greatbasin.net [207.228.35.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id C96E243D46 for ; Thu, 17 Nov 2005 19:49:19 +0000 (GMT) (envelope-from dan@ferrarishields.com) Received: from Dan (ferrarishields.com [216.82.146.20]) by pop0.greatbasin.net (8.12.10/8.12.10) with SMTP id jAHJnEQt006975; Thu, 17 Nov 2005 11:49:19 -0800 Message-ID: <047501c5ebaf$fee91720$0599460a@Dan> From: "Dan O'Connor" To: "Efren Bravo" , "freeBSD" References: <20051117185759.96113.qmail@web25514.mail.ukl.yahoo.com> Date: Thu, 17 Nov 2005 11:49:14 -0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Cc: Subject: Re: upgrade to 6 ->build kernel error 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: Thu, 17 Nov 2005 19:49:20 -0000 > I upgraded from 5.4-RELEASE-i386 to > 6.0-RELEASE-i386 and everything went well but > when I tried to rebuild the kernel, I get these > errors: > > # pwd > /usr/src/sys/i386/conf > # config MYKERNEL > ../../conf/files: coda/coda_fbsd.c must be > optional, mandatory or standard > # cd ../compile/MYKERNEL > # make depend > make: don't know how to make depend. Stop > > What is happening? I tried with original GENERIC > but I get the same errors.... Try: # cd /usr/src # make kernel KERNCONF=MYKERNEL ~Dan