From owner-cvs-all Tue Dec 12 10: 6: 1 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 12 10:05:59 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from gc0.generalconcepts.com (24.65.54.138.on.wave.home.com [24.65.54.138]) by hub.freebsd.org (Postfix) with ESMTP id 2161A37B400 for ; Tue, 12 Dec 2000 10:05:59 -0800 (PST) Received: (from jsellens@localhost) by gc0.generalconcepts.com (8.11.1/8.11.1) id eBCI5u015262; Tue, 12 Dec 2000 13:05:56 -0500 (EST) (envelope-from jsellens) Date: Tue, 12 Dec 2000 13:05:56 -0500 (EST) From: John Sellens Message-Id: <200012121805.eBCI5u015262@gc0.generalconcepts.com> To: mjacob@feral.com, phk@critter.freebsd.dk Subject: Re: your last commit broke kernel builds... Cc: cvs-all@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just ran into the agp problem too, and adding back to sys/pci/agp.c (reversing phk's revision 1.7) made it compile cleanly on my machine (cvsup'd right up to date from cvsup7.freebsd.org). I checked the web-able CVS log and didn't see a newer revision to agp.c that would address this problem. I know that agp.c can't have been broken since October, so perhaps some .h file change caused sys/proc.h to no longer be included implicitly? I'm pretty sure I've done things in the right order (cvsup, make buildworld, make buildkernel), though it's possible that I'm slightly out of date somewhere. Cheers and thanks for all your efforts John | From owner-cvs-all@FreeBSD.ORG Tue Dec 12 02:44:49 2000 | To: mjacob@feral.com | Cc: cvs-all@FreeBSD.ORG | Subject: Re: your last commit broke kernel builds... | Date: Tue, 12 Dec 2000 02:34:23 -0500 | From: Poul-Henning Kamp | | | Uhm, Matt, I can reproduce the AGP problem, but I don't see it | having anything to do with my commits. | | My tty_cons compiles just fine, do you have any errors I can look at ? | | Poul-Henning | | In message , Matthew J | acob writes: | > | >This too, I suppose: | > | >ons -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/dev -I/usr/include | >-mno-fp-regs -ffixed-8 -Wa,-mev56 -c /tstsys/modules/agp/../../pci/agp.c | >/tstsys/modules/agp/../../pci/agp.c: In function `agp_generic_detach': | >/tstsys/modules/agp/../../pci/agp.c:272: `curproc' undeclared (first use in | >this function) | >/tstsys/modules/agp/../../pci/agp.c:272: (Each undeclared identifier is | >reported only once | >/tstsys/modules/agp/../../pci/agp.c:272: for each function it appears in.) | >/tstsys/modules/agp/../../pci/agp.c: In function `agp_generic_bind_memory': | >/tstsys/modules/agp/../../pci/agp.c:391: `curproc' undeclared (first use in | >this function) | >/tstsys/modules/agp/../../pci/agp.c: In function `agp_generic_unbind_memory': | >/tstsys/modules/agp/../../pci/agp.c:485: `curproc' undeclared (first use in | >this function) | >*** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message