From owner-freebsd-questions@FreeBSD.ORG Wed Feb 13 15:29:46 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 4ECFD16A417 for ; Wed, 13 Feb 2008 15:29:46 +0000 (UTC) (envelope-from ggroth@gregs-garage.com) Received: from mail.gregs-garage.com (h-64-105-8-34.chcgilgm.covad.net [64.105.8.34]) by mx1.freebsd.org (Postfix) with ESMTP id 0331A13C4F2 for ; Wed, 13 Feb 2008 15:29:45 +0000 (UTC) (envelope-from ggroth@gregs-garage.com) Received: from [192.168.0.150] ([192.168.0.150]) (authenticated bits=0) by mail.gregs-garage.com (8.14.1/8.14.1) with ESMTP id m1DEtuGS052598 for ; Wed, 13 Feb 2008 08:55:56 -0600 (CST) (envelope-from ggroth@gregs-garage.com) Message-ID: <47B304AB.3020104@gregs-garage.com> Date: Wed, 13 Feb 2008 08:54:35 -0600 From: Greg Groth User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: questions@freebsd.org References: <47B2F51B.4000005@polands.org> In-Reply-To: <47B2F51B.4000005@polands.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.4 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on mail.gregs-garage.com Cc: Subject: Re: 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 15:29:46 -0000 Doug Poland wrote: > 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? > I'm having this same issue trying to build a custom kernel. I did a minimal install, and ran buildworld / buildkernel / installkernel / installworld without issue 3 days ago. However when I try to run buildkernel with either my custom config file, or the GENERIC file, I get this exact error. Any help greatly appreciated. Greg Groth