From owner-freebsd-current@FreeBSD.ORG Thu Mar 22 21:26:20 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 85BF816A40D for ; Thu, 22 Mar 2007 21:26:20 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 3DBF113C4BD for ; Thu, 22 Mar 2007 21:26:19 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.66) for freebsd-current@freebsd.org with esmtp (envelope-from ) id <1HUUna-00075Y-FX>; Thu, 22 Mar 2007 22:26:18 +0100 Received: from e178040185.adsl.alicedsl.de ([85.178.40.185] helo=[192.168.1.128]) by inpost2.zedat.fu-berlin.de (Exim 4.66) for freebsd-current@freebsd.org with esmtpsa (envelope-from ) id <1HUUna-0007P6-Cw>; Thu, 22 Mar 2007 22:26:18 +0100 Message-ID: <4602F4DD.60005@mail.zedat.fu-berlin.de> Date: Thu, 22 Mar 2007 22:27:57 +0100 From: "O. Hartmann" User-Agent: Thunderbird 1.5.0.10 (X11/20070306) MIME-Version: 1.0 To: freebsd-current@freebsd.org X-Enigmail-Version: 0.94.1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Originating-IP: 85.178.40.185 X-Mailman-Approved-At: Thu, 22 Mar 2007 21:33:14 +0000 Subject: psec.c:120: error: `CRYPTOCAP_F_HARDWARE/CRYPTOCAP_F_SOFTWARE 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: Thu, 22 Mar 2007 21:26:20 -0000 Hello, since yesterday, I get this error while compiling a kernel (FreeBSD 7.0-CURRENT, most recent cvsupdated, AMD64, FAST_IPSEC enabled in kernel config). Disabling FAST_IPSEC in kernel does produce a clean compiler run. Is something broken, has something changed? Regards, Oliver P.S. Error message on console: cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -march=opteron -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -fformat-extensions -nostdinc -I- -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 -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror /usr/src/sys/netipsec/ipsec.c /usr/src/sys/netipsec/ipsec.c:120: error: `CRYPTOCAP_F_HARDWARE' undeclared here (not in a function) /usr/src/sys/netipsec/ipsec.c:120: error: `CRYPTOCAP_F_SOFTWARE' undeclared here (not in a function) *** Error code 1 Stop in /usr/obj/usr/src/sys/THOR. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src.