From owner-freebsd-questions@FreeBSD.ORG Mon Mar 3 12:38:33 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B1D001065670 for ; Mon, 3 Mar 2008 12:38:33 +0000 (UTC) (envelope-from michael.ross@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 140478FC28 for ; Mon, 3 Mar 2008 12:38:32 +0000 (UTC) (envelope-from michael.ross@gmx.net) Received: (qmail invoked by alias); 03 Mar 2008 12:38:31 -0000 Received: from e176151165.adsl.alicedsl.de (EHLO serafina) [85.176.151.165] by mail.gmx.net (mp044) with SMTP; 03 Mar 2008 13:38:31 +0100 X-Authenticated: #11429267 X-Provags-ID: V01U2FsdGVkX18QUzoUEuMQf6Yz/3oXzxMLiPF4W+DUtu9emuJTZi s8XwPWLFGwKdZn Date: Mon, 3 Mar 2008 13:38:29 +0100 From: Michael Ross To: Leonid Satanovsky Message-Id: <20080303133829.1d1c84a8.michael.ross@gmx.net> In-Reply-To: <47CBEBE1.5080804@ariel.ru> References: <47CBEBE1.5080804@ariel.ru> X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-questions@freebsd.org Subject: Re: Kernel compilation error for 7.0 ( with IPSEC ) 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: Mon, 03 Mar 2008 12:38:34 -0000 Am Mon, 03 Mar 2008 15:15:29 +0300 schrieb Leonid Satanovsky : > Hi, people! > I've just "CvsUP"ed the "src-all" collection for "RELENG_7_0" > [This is a 7.0-RELEASE, as I understand, am I correct? ] RELENG_7_0 The release branch for FreeBSD-7.0, used only for security advisories and other critical fixes. > trying to compile the source with IPSEC reselts in the following: > --------------------------------------- > <...> > > xform_ipcomp.o(.text+0xcac):/usr/src/sys/netipsec/xform_ipcomp.c:570: > undefined reference to `M_XDATA' > xform_ipcomp.o(.text+0xcbc):/usr/src/sys/netipsec/xform_ipcomp.c:571: > undefined reference to `crypto_freereq' > xform_ipcomp.o(.text+0xda6):/usr/src/sys/netipsec/xform_ipcomp.c:584: > undefined reference to `M_XDATA' > xform_ipcomp.o(.text+0xdb6):/usr/src/sys/netipsec/xform_ipcomp.c:585: > undefined reference to `crypto_freereq' > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/TKLGW_7. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > -------------------------------------- > The question: what may be wrong with that? > You are missing "device crypto" in your kernel config. Michael