From owner-freebsd-current Thu Feb 13 18:25:12 2003 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 9CBFE37B401 for ; Thu, 13 Feb 2003 18:25:11 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7619B43FBD for ; Thu, 13 Feb 2003 18:25:10 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a125.otenet.gr [212.205.215.125]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id h1E2P74A016639; Fri, 14 Feb 2003 04:25:08 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.7/8.12.7) with ESMTP id h1E2P7qm004398; Fri, 14 Feb 2003 04:25:07 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.7/8.12.7/Submit) id h1E2P0XX004394; Fri, 14 Feb 2003 04:25:00 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 14 Feb 2003 04:25:00 +0200 From: Giorgos Keramidas To: Matt Cc: freebsd-current@FreeBSD.ORG Subject: Re: buildkernel error on latest cvs src's Message-ID: <20030214022500.GB4200@gothmog.gr> References: <20030213182950.M17985@xtaz.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030213182950.M17985@xtaz.co.uk> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2003-02-13 18:31, Matt wrote: > Trying a buildworld/buildkernel of today's latest cvs code and the > buildworld has compiled fine but the kernel is giving the error below. [...] > cc -O -pipe -mcpu=pentiumpro -D_KERNEL -Wall -Wredundant-decls -Wnested- > externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline - > Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ - > I@/dev -I@/../include -fno-common -mno-align-long-strings -mpreferred-stack- > boundary=2 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict- > prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual - > fformat-extensions -ansi -c /usr/src/sys/pci/agp_i810.c > /usr/src/sys/pci/agp_i810.c: In function `agp_i810_match': > /usr/src/sys/pci/agp_i810.c:112: `AGP_I85X_CAPID' undeclared (first use in this function) Revert sys/pci/agp_i810.c to revision 1.16 and it will all build fine. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message