From owner-freebsd-questions@FreeBSD.ORG Sat Dec 16 05:34:42 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 56EBF16A403 for ; Sat, 16 Dec 2006 05:34:42 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id D908443CA0 for ; Sat, 16 Dec 2006 05:32:55 +0000 (GMT) (envelope-from illoai@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so1259664nfc for ; Fri, 15 Dec 2006 21:34:40 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Hsgp8qJAyac9yv/07ezUGjleurzNInw0bX0ZzK0Vc445CbIapqmmytxrJe65vwz2EjYR2kjRZngOK5e8epZg5LHl0nB3ndmLBtedHbVe7b01xWGKrO8pPFD+hianOQpFtsxq/TdrtdIIiQm4axpN7Kqh9PxhSpeJ0OdetNONexc= Received: by 10.82.179.9 with SMTP id b9mr140695buf.1166247279788; Fri, 15 Dec 2006 21:34:39 -0800 (PST) Received: by 10.82.175.1 with HTTP; Fri, 15 Dec 2006 21:34:39 -0800 (PST) Message-ID: Date: Fri, 15 Dec 2006 23:34:39 -0600 From: "illoai@gmail.com" To: "Z. Wade Hampton" In-Reply-To: <200612151209.04931.zwade@oldpathsbaptistchurch.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200612151209.04931.zwade@oldpathsbaptistchurch.org> Cc: freebsd-questions@freebsd.org Subject: Re: buildkernel 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: Sat, 16 Dec 2006 05:34:42 -0000 On 15/12/06, Z. Wade Hampton wrote: > Hello to all, > I have MY_KERNEL in the following location... > > /usr/src/sys/i386/conf/MY_KERNEL > > When I run... > > make buildkernel KERNCONF=MY_KERNEL > > I get.... > > > ERROR: Missing kernel configuration file(s) (MY_KERNEL). > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > # > > > I'm running 6.1, fresh cvsup to 6.1-RELEASE-p11. > > > Why won't buildkernel find MY_KERNEL? If I recall correctly from a previous missive, you are running amd64, which would mean your kernel conf is (or should be) in /usr/src/sys/amd64/conf . -- --