From owner-freebsd-questions@FreeBSD.ORG Mon Mar 1 12:04:48 2004 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 9D91D16A4CE for ; Mon, 1 Mar 2004 12:04:48 -0800 (PST) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 578AC43D1D for ; Mon, 1 Mar 2004 12:04:48 -0800 (PST) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Mon, 1 Mar 2004 14:05:06 -0600 Message-ID: <4043975B.30407@daleco.biz> Date: Mon, 01 Mar 2004 14:04:43 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040212 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jim McIver References: <40432347.19337.1A51351A@localhost> In-Reply-To: <40432347.19337.1A51351A@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 01 Mar 2004 20:05:07.0750 (UTC) FILETIME=[7E820C60:01C3FFC8] cc: freebsd-questions@freebsd.org Subject: Re: 4.9 kernel error 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: Mon, 01 Mar 2004 20:04:48 -0000 Jim McIver wrote: >I'm trying to build a kernel for 4.9 Freebsd that will work on a 486 or >pentium machine and can't get past a make depend error. > >'don't know how to make bf_enc.c ...Stop >Error code 2 > >I've done a minimal install of 4.9, used cvsup to get the lastest /sys >directory. Copied GENERIC to my kernel name edited out some >stuff, did config kernelname and can't get make depend to run. > > > I'm guessing this has to do with your "minimal install.' The program that won't make is for the blowfish(3) encryption algorithm. You probably didn't get the /crypto distribution in your minimal install, and you've not cvsup'ed the entire /src tree and done "make buildworld", yet, or so I'm guessing. Doesn't seem likely that just grabbing /sys is gonna be enough ... but I'm newb enough that all I can offer is opinions.... HTH, Kevin Kinsey DaleCo, S.P.