From owner-freebsd-questions@FreeBSD.ORG Wed Feb 13 14:03:18 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 482D016A418 for ; Wed, 13 Feb 2008 14:03:18 +0000 (UTC) (envelope-from doug@polands.org) Received: from hrndva-omtalb.mail.rr.com (hrndva-omtalb.mail.rr.com [71.74.56.123]) by mx1.freebsd.org (Postfix) with ESMTP id 1726013C4E1 for ; Wed, 13 Feb 2008 14:03:17 +0000 (UTC) (envelope-from doug@polands.org) Received: from corinth.polands.org ([75.87.219.217]) by hrndva-omta05.mail.rr.com with ESMTP id <20080213134813.EHWU26322.hrndva-omta05.mail.rr.com@corinth.polands.org> for ; Wed, 13 Feb 2008 13:48:13 +0000 Received: from omnihp.polands.org (ammon.polands.org [172.16.1.7]) by corinth.polands.org (8.13.8/8.13.8) with ESMTP id m1DDmCnC057986 for ; Wed, 13 Feb 2008 07:48:12 -0600 (CST) (envelope-from doug@polands.org) Message-ID: <47B2F51B.4000005@polands.org> Date: Wed, 13 Feb 2008 07:48:11 -0600 From: Doug Poland User-Agent: Thunderbird 2.0.0.9 (X11/20080206) MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.88.4/5798/Wed Feb 13 04:51:39 2008 on corinth.polands.org X-Virus-Status: Clean Cc: Subject: buildkernel error going from 6.2-STABLE to 6.3-STABLE i386 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Feb 2008 14:03:18 -0000 Hello, I'm attempting to build a GENERIC kernel for 6.3-STABLE and am getting the following error message: cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -c /usr/src/sys/i386/isa/clock.c: In function `DELAY': /usr/src/sys/i386/isa/clock.c:301: warning: implicit declaration of function `cpu_spinwait' /usr/src/sys/i386/isa/clock.c:301: warning: nested extern declaration of `cpu_spinwait' *** Error code 1 Stop in /usr/obj/usr/src/sys/GENERIC. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. This is a fresh cvsup using: *default release=cvs tag=RELENG_6 The buildworld step worked without issue. I've googled but have yet to find an answer. Any ideas? -- Regards, Doug