From owner-freebsd-current Thu Feb 13 10:31:42 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 6344C37B401 for ; Thu, 13 Feb 2003 10:31:40 -0800 (PST) Received: from tao.xtaz.co.uk (pc-62-30-69-139-az.blueyonder.co.uk [62.30.69.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id B558043F3F for ; Thu, 13 Feb 2003 10:31:38 -0800 (PST) (envelope-from matt@xtaz.co.uk) Received: from webmail.xtaz.co.uk (matt@localhost.xtaz.co.uk [127.0.0.1]) by tao.xtaz.co.uk (8.12.7/8.12.7) with ESMTP id h1DIVZ81006939 for ; Thu, 13 Feb 2003 18:31:36 GMT (envelope-from matt@xtaz.co.uk) From: "Matt" To: freebsd-current@freebsd.org Subject: buildkernel error on latest cvs src's Date: Thu, 13 Feb 2003 18:31:35 +0000 Message-Id: <20030213182950.M17985@xtaz.co.uk> X-Mailer: Open WebMail 1.90 20030212 X-OriginatingIP: 192.168.1.10 (matt) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 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 Trying a buildworld/buildkernel of today's latest cvs code and the buildworld has compiled fine but the kernel is giving the error below. I thought it would be something missing from my kernel file that has been added to GENERIC so I tried compiling GENERIC and get exactly the same error. Nothing in src/UPDATING about this so any suggestions? 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) /usr/src/sys/pci/agp_i810.c:112: (Each undeclared identifier is reported only once /usr/src/sys/pci/agp_i810.c:112: for each function it appears in.) /usr/src/sys/pci/agp_i810.c:113: `AGP_I855_GME' undeclared (first use in this function) /usr/src/sys/pci/agp_i810.c:116: `AGP_I855_GM' undeclared (first use in this function) /usr/src/sys/pci/agp_i810.c:119: `AGP_I852_GME' undeclared (first use in this function) /usr/src/sys/pci/agp_i810.c:122: `AGP_I852_GM' undeclared (first use in this function) /usr/src/sys/pci/agp_i810.c: In function `agp_i810_attach': /usr/src/sys/pci/agp_i810.c:342: `AGP_I855_GCC1' undeclared (first use in this function) /usr/src/sys/pci/agp_i810.c:343: `AGP_I855_GCC1_GMS' undeclared (first use in this function) /usr/src/sys/pci/agp_i810.c:344: `AGP_I855_GCC1_GMS_STOLEN_1M' undeclared (first use in this function) /usr/src/sys/pci/agp_i810.c:347: `AGP_I855_GCC1_GMS_STOLEN_4M' undeclared (first use in this function) /usr/src/sys/pci/agp_i810.c:350: `AGP_I855_GCC1_GMS_STOLEN_8M' undeclared (first use in this function) /usr/src/sys/pci/agp_i810.c:353: `AGP_I855_GCC1_GMS_STOLEN_16M' undeclared (first use in this function) /usr/src/sys/pci/agp_i810.c:356: `AGP_I855_GCC1_GMS_STOLEN_32M' undeclared (first use in this function) *** Error code 1 Stop in /usr/src/sys/modules/agp. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/TAO. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. --- Matt (matt@xtaz.co.uk) http://www.xtaz.co.uk/ --- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message