Date: Sun, 23 Dec 2007 13:14:53 +0000 (UTC) From: "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net> To: Hanno Krusken <ix260@yahoo.co.uk> Cc: freebsd-current@freebsd.org Subject: Re: FreeBSD-7-RC1 /usr/src/sys/netinet/tcp_output.c:963: error: 'IPSEC_DIR_OUTBOUND' undeclared Message-ID: <20071223131409.A81630@maildrop.int.zabbadoz.net> In-Reply-To: <20071223133458.19ef4bc2@smtp.mail.yahoo.co.uk> References: <20071223133458.19ef4bc2@smtp.mail.yahoo.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071223131409.A81630>