From owner-freebsd-current@FreeBSD.ORG Sun Dec 23 13:15:08 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58F7616A418 for ; Sun, 23 Dec 2007 13:15:08 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.cksoft.de (mail.cksoft.de [62.111.66.27]) by mx1.freebsd.org (Postfix) with ESMTP id 22A1B13C45B for ; Sun, 23 Dec 2007 13:15:07 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from localhost (amavis.str.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id CFE3F41C751; Sun, 23 Dec 2007 14:15:05 +0100 (CET) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([62.111.66.27]) by localhost (amavis.str.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id TpUrBjUSsLFm; Sun, 23 Dec 2007 14:15:05 +0100 (CET) Received: by mail.cksoft.de (Postfix, from userid 66) id 67EC841C758; Sun, 23 Dec 2007 14:15:05 +0100 (CET) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id 9BB3A444885; Sun, 23 Dec 2007 13:14:53 +0000 (UTC) Date: Sun, 23 Dec 2007 13:14:53 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Hanno Krusken In-Reply-To: <20071223133458.19ef4bc2@smtp.mail.yahoo.co.uk> Message-ID: <20071223131409.A81630@maildrop.int.zabbadoz.net> References: <20071223133458.19ef4bc2@smtp.mail.yahoo.co.uk> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-current@freebsd.org Subject: Re: FreeBSD-7-RC1 /usr/src/sys/netinet/tcp_output.c:963: error: 'IPSEC_DIR_OUTBOUND' undeclared X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 23 Dec 2007 13:15:08 -0000 On Sun, 23 Dec 2007, Hanno Krusken wrote: > CVSUP from 22-12-2007 for FreeBSD-7-RC1 / make buildworld / make buildkernel..... > this is my 1st build stop... how to fix this > > running on FreeBSD-6.3-RC3 right now and want to step up to 7.x > > cc -c -O2 -pipe -msse -msse2 -mmmx -mtune=pentium4m -fno-strict-aliasing -march=pentium4m -std=c99 > -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith > -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/usr/src/sys > -I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h > -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 > -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -mno-align-long-strings > -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding > Werror -pg -mprofiler-epilogue /usr/src/sys/netinet/tcp_output.c /usr/src/sys/netinet/tcp_output.c: In > function 'tcp_output': /usr/src/sys/netinet/tcp_output.c:963: error: 'IPSEC_DIR_OUTBOUND' > undeclared (first use in this function) /usr/src/sys/netinet/tcp_output.c:963: error: (Each > undeclared identifier is reported only once /usr/src/sys/netinet/tcp_output.c:963: error: for each > function it appears in.) *** Error code 1 seems you are compiling with TCP_SIGNATURE but w/o IPSEC in your kernel config. IPSEC will need crypto as well. -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT Software is harder than hardware so better get it right the first time.