From owner-freebsd-stable@FreeBSD.ORG Wed Feb 13 18:38:07 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 559BE16A418 for ; Wed, 13 Feb 2008 18:38:07 +0000 (UTC) (envelope-from djp@polands.org) Received: from hrndva-omtalb.mail.rr.com (hrndva-omtalb.mail.rr.com [71.74.56.122]) by mx1.freebsd.org (Postfix) with ESMTP id 1716A13C447 for ; Wed, 13 Feb 2008 18:38:06 +0000 (UTC) (envelope-from djp@polands.org) Received: from corinth.polands.org ([75.87.219.217]) by hrndva-omta02.mail.rr.com with ESMTP id <20080213182258.BZLE27223.hrndva-omta02.mail.rr.com@corinth.polands.org> for ; Wed, 13 Feb 2008 18:22:58 +0000 Received: from ammon.polands.org (ammon.polands.org [172.16.1.7]) by corinth.polands.org (8.13.8/8.13.8) with ESMTP id m1DIMvxJ058873 for ; Wed, 13 Feb 2008 12:22:57 -0600 (CST) (envelope-from djp@polands.org) Received: from ammon.polands.org (localhost [127.0.0.1]) by ammon.polands.org (8.13.8/8.13.8) with ESMTP id m1DIMvgN041862 for ; Wed, 13 Feb 2008 12:22:57 -0600 (CST) (envelope-from djp@ammon.polands.org) Received: (from djp@localhost) by ammon.polands.org (8.13.8/8.13.8/Submit) id m1DIMvWS041861 for freebsd-stable@freebsd.org; Wed, 13 Feb 2008 12:22:57 -0600 (CST) (envelope-from djp) Date: Wed, 13 Feb 2008 12:22:57 -0600 From: Doug Poland To: freebsd-stable@freebsd.org Message-ID: <20080213182257.GA41803@polands.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline User-Agent: Thunderbird 2.0.0.9 (X11/20080206) X-Virus-Scanned: ClamAV 0.88.4/5799/Wed Feb 13 09:15:22 2008 on corinth.polands.org X-Virus-Status: Clean Subject: buildkernel error going from 6.2-STABLE to 6.3-STABLE i386 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Feb 2008 18:38:07 -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. The box is currently running 6.2-STABLE (i386). I did a fresh cvsup yesterday using: *default release=cvs tag=RELENG_6 Buildworld worked without issue. I've googled but have yet to find an answer. Any ideas? -- Regards, Doug