Date: Thu, 22 Nov 2007 09:18:26 +0000 From: Alexey Dokuchaev <danfe@FreeBSD.org> To: Doug Barton <dougb@FreeBSD.org> Cc: freebsd-current@freebsd.org Subject: Re: Lack of agpvar.h causing nvidia-driver build to fail Message-ID: <20071122091826.GA38417@FreeBSD.org> In-Reply-To: <alpine.BSF.0.99999.0711220046260.982@qbhto.arg> References: <alpine.BSF.0.99999.0711220046260.982@qbhto.arg>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Nov 22, 2007 at 12:49:40AM -0800, Doug Barton wrote: > On the latest -current, I'm trying to debug the issue with > nvidia-driver-100.14.19 not being able to "see" my external monitor that's > attached to the dock. However, I didn't get very far: > > cc -O2 -fno-strict-aliasing -pipe -ggdb -ggdb > -DNV_VERSION_STRING=\"100.14.19\" -D__KERNEL__ -DNVRM -UDEBUG -U_DEBUG > -DNDEBUG -O -Werror -D_KERNEL -DKLD_MODULE -std=c99 -nostdinc -I/src -I. > -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 > --param large-function-growth=1000 -fno-common -ggdb > -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow > -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Wall -Wredundant-decls > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith > -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -c > nvidia_ctl.c > In file included from nvidia_ctl.c:14: > nv-freebsd.h:75:24: error: pci/agpvar.h: No such file or directory > *** Error code 1 > > This seems to be related to the removal of that header by jhb on 12 > November. Exactly right, I have a fix I will commit after I make my -current up to date to test it and get portmgr@ approval. ./danfe
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071122091826.GA38417>