From owner-freebsd-current@FreeBSD.ORG Thu Sep 16 02:23:17 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAD7916A4CE for ; Thu, 16 Sep 2004 02:23:17 +0000 (GMT) Received: from vimes.aminor.no (vimes.aminor.no [213.187.177.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF69C43D1F for ; Thu, 16 Sep 2004 02:23:14 +0000 (GMT) (envelope-from eivind@aminor.no) Received: from localhost (localhost.eivind [127.0.0.1]) by vimes.aminor.no (Postfix) with ESMTP id DEB681704C for ; Thu, 16 Sep 2004 04:23:12 +0200 (CEST) Received: from vimes.aminor.no ([127.0.0.1]) by localhost (vimes.eivind [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 81241-08 for ; Thu, 16 Sep 2004 04:23:11 +0200 (CEST) Received: from herkulesii (nextra-3-244.nextra.no [148.122.3.244]) by vimes.aminor.no (Postfix) with ESMTP id A69AE17036 for ; Thu, 16 Sep 2004 04:23:11 +0200 (CEST) Message-ID: <01e301c49b94$1cbfbf50$9c077a0a@ttyl.internal> From: "Eivind Olsen" To: Date: Thu, 16 Sep 2004 04:23:08 +0200 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Virus-Scanned: by amavisd-new at aminor.no Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: RELENG_5 Compile problems when using FAST_IPSEC? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Sep 2004 02:23:17 -0000 Hello. I'm having problems compiling a RELENG_5 kernel if I add FAST_IPSEC to = it. Is this a known problem? Am I doing something incorrectly (probably...)? = Any suggestions? Here's the last few lines of output I get when I try to make = buildkernel: xform_ipcomp.o(.text+0x5e9): In function `ipcomp_input_cb': : undefined reference to `M_XDATA' xform_ipcomp.o(.text+0x5fd): In function `ipcomp_input_cb': : undefined reference to `crypto_freereq' xform_ipcomp.o(.text+0x87f): In function `ipcomp_output': : undefined reference to `crypto_getreq' xform_ipcomp.o(.text+0x8ea): In function `ipcomp_output': : undefined reference to `M_XDATA' xform_ipcomp.o(.text+0x927): In function `ipcomp_output': : undefined reference to `crypto_freereq' xform_ipcomp.o(.text+0x9b3): In function `ipcomp_output': : undefined reference to `crypto_dispatch' xform_ipcomp.o(.text+0xb54): In function `ipcomp_output_cb': : undefined reference to `crypto_dispatch' xform_ipcomp.o(.text+0xc94): In function `ipcomp_output_cb': : undefined reference to `M_XDATA' xform_ipcomp.o(.text+0xca4): In function `ipcomp_output_cb': : undefined reference to `crypto_freereq' xform_ipcomp.o(.text+0xda5): In function `ipcomp_output_cb': : undefined reference to `M_XDATA' xform_ipcomp.o(.text+0xdb5): In function `ipcomp_output_cb': : undefined reference to `crypto_freereq' *** Error code 1 Stop in /usr/obj/usr/src/sys/VIMES. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Here's the difference between the stock GENERIC and my custom kernel: vimes# diff GENERIC VIMES 25c25 < ident GENERIC --- > ident VIMES 271a272,274 > > options FAST_IPSEC #new IPsec (cannot define w/ = IPSEC) > vimes# If I remove the FAST_IPSEC line from my kernel config, the compiling = works again. --=20 Regards Eivind Olsen