From owner-freebsd-current@FreeBSD.ORG Sat Nov 5 05:36:36 2005 Return-Path: X-Original-To: current@freebsd.org 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 C201716A420 for ; Sat, 5 Nov 2005 05:36:36 +0000 (GMT) (envelope-from mikej@rogers.com) Received: from smtp102.rog.mail.re2.yahoo.com (smtp102.rog.mail.re2.yahoo.com [206.190.36.80]) by mx1.FreeBSD.org (Postfix) with SMTP id 1C18143D46 for ; Sat, 5 Nov 2005 05:36:35 +0000 (GMT) (envelope-from mikej@rogers.com) Received: (qmail 14073 invoked from network); 5 Nov 2005 05:36:35 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:Content-Type:Content-Transfer-Encoding; b=vO7eYUu5sm2n5vJurlOFao/53HXDreTr9UTXSdI0Ct8/fCt6AFBXPsfM1r/Gs9koinsIUnctQHRmMkzgrooUie6/+R99mvXNC/OY/1J3BuEwLFByvD9gIr1/9KqjZUv0K4CCGhMvFgdhY9MEqPmvkJDRtA6sQNNORVkR07GZshA= ; Received: from unknown (HELO ?172.16.0.199?) (mikej@rogers.com@70.31.50.81 with plain) by smtp102.rog.mail.re2.yahoo.com with SMTP; 5 Nov 2005 05:36:35 -0000 Message-ID: <436C44F4.5000601@rogers.com> Date: Sat, 05 Nov 2005 00:36:52 -0500 From: Mike Jakubik User-Agent: Thunderbird 1.5 (Windows/20051025) MIME-Version: 1.0 To: current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: make kernel failiure (/usr/src/sys/i386/i386/trap.c) 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: Sat, 05 Nov 2005 05:36:36 -0000 cc -c -O2 -pipe -fno-strict-aliasing -march=athlon -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -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 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Werror /usr/src/sys/i386/i386/sys_machdep.c cc -c -O2 -pipe -fno-strict-aliasing -march=athlon -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -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 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Werror /usr/src/sys/i386/i386/trap.c /usr/src/sys/i386/i386/trap.c: In function `trap': /usr/src/sys/i386/i386/trap.c:191: warning: implicit declaration of function `ipi_nmi_handler' /usr/src/sys/i386/i386/trap.c:191: warning: nested extern declaration of `ipi_nmi_handler' *** Error code 1 Stop in /usr/obj/usr/src/sys/DP. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. root@fbsd.local:/usr/src#