Date: Thu, 22 Nov 2007 14:38:25 +0300 From: Yuri Pankov <yuri.pankov@gmail.com> To: freebsd-current@freebsd.org Cc: Doug Barton <dougb@freebsd.org> Subject: Re: Lack of agpvar.h causing nvidia-driver build to fail Message-ID: <200711221438.25776.yuri.pankov@gmail.com> 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 Thursday 22 November 2007 11:49:40 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. > > Doug Hi, I've had the same problem and filed PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=118063 Waiting for maintainer :-) Yuri
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711221438.25776.yuri.pankov>