From owner-freebsd-current@FreeBSD.ORG Thu Apr 21 17:39:18 2011 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 CF6D41065673 for ; Thu, 21 Apr 2011 17:39:18 +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 8B4398FC13 for ; Thu, 21 Apr 2011 17:39:18 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) for freebsd-current@freebsd.org with esmtp (envelope-from ) id <1QCxqX-0002QZ-FH>; Thu, 21 Apr 2011 19:39:17 +0200 Received: from e178011134.adsl.alicedsl.de ([85.178.11.134] helo=thor.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.69) for freebsd-current@freebsd.org with esmtpsa (envelope-from ) id <1QCxqX-0004Vq-C1>; Thu, 21 Apr 2011 19:39:17 +0200 Message-ID: <4DB06BC5.9020100@mail.zedat.fu-berlin.de> Date: Thu, 21 Apr 2011 19:39:17 +0200 From: "O. Hartmann" User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.15) Gecko/20110319 Lightning/1.0b2 Thunderbird/3.1.9 MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 85.178.11.134 X-Mailman-Approved-At: Thu, 21 Apr 2011 18:28:39 +0000 Subject: Build error while kernel building: g_eli.o: In function `g_eli_destroy': 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, 21 Apr 2011 17:39:18 -0000 Since today's "svn update' of FreeBSD 9.0-CUR I receive this error when building the kernel: cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -march=native -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 -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror vers.c linking kernel g_eli.o: In function `g_eli_destroy': g_eli.c:(.text+0x2f8): undefined reference to `g_eli_key_destroy' g_eli.o: In function `g_eli_create': g_eli.c:(.text+0xa69): undefined reference to `g_eli_key_destroy' g_eli_ctl.o: In function `g_eli_suspend_one': g_eli_ctl.c:(.text+0x203): undefined reference to `g_eli_key_destroy' g_eli_integrity.o: In function `g_eli_auth_run': g_eli_integrity.c:(.text+0x352): undefined reference to `g_eli_key_hold' g_eli_integrity.o: In function `g_eli_auth_write_done': g_eli_integrity.c:(.text+0x9aa): undefined reference to `g_eli_key_drop' g_eli_integrity.o: In function `g_eli_auth_read_done': g_eli_integrity.c:(.text+0xe5b): undefined reference to `g_eli_key_drop' g_eli_key.o: In function `g_eli_mkey_propagate': g_eli_key.c:(.text+0x85): undefined reference to `g_eli_key_init' g_eli_privacy.o: In function `g_eli_crypto_run': g_eli_privacy.c:(.text+0x184): undefined reference to `g_eli_key_hold' g_eli_privacy.o: In function `g_eli_crypto_write_done': g_eli_privacy.c:(.text+0x3ca): undefined reference to `g_eli_key_drop' g_eli_privacy.o: In function `g_eli_crypto_read_done': g_eli_privacy.c:(.text+0x945): undefined reference to `g_eli_key_drop' *** Error code 1