From owner-freebsd-questions@FreeBSD.ORG Fri Mar 11 23:40:02 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id E143216A4CF; Fri, 11 Mar 2005 23:40:02 +0000 (GMT) Date: Fri, 11 Mar 2005 23:40:02 +0000 From: Kris Kennaway To: ".VWV." Message-ID: <20050311234002.GA93893@hub.freebsd.org> References: <004201c52693$7d73b470$80dffea9@workstation> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <004201c52693$7d73b470$80dffea9@workstation> User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org Subject: Re: error compiling cvs kernel 4.11.0 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: Fri, 11 Mar 2005 23:40:03 -0000 On Sat, Mar 12, 2005 at 12:38:48AM +0100, .VWV. wrote: > > Hello. > > I got kernel 4.11.0 sources by means of cvsup. Tags were either RELENG_4 or > RELENG_4_11_0_RELEASE. I have tried to compile GENERIC, but an error about > 'crypto' has stopped me. I enclose the relevant logs. You probably didn't cvsup the entire src/sys tree. Use the src-all collection or compare your cvsup carefully to the documentation and example files. Kris