From owner-freebsd-current@FreeBSD.ORG Thu Nov 22 11:39:00 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4B7516A417; Thu, 22 Nov 2007 11:39:00 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from darklight.org.ru (ipv6.darklight.org.ru [IPv6:2001:470:1f07:84::1]) by mx1.freebsd.org (Postfix) with ESMTP id 578B413C45A; Thu, 22 Nov 2007 11:38:57 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from darklight.org.ru (yuri@darklight.org.ru [IPv6:::1]) by darklight.org.ru (8.14.2/8.14.2) with ESMTP id lAMBcQkO088640; Thu, 22 Nov 2007 14:38:27 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) Received: from localhost (localhost [[UNIX: localhost]]) by darklight.org.ru (8.14.2/8.14.2/Submit) id lAMBcPVx088639; Thu, 22 Nov 2007 14:38:25 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) X-Authentication-Warning: darklight.org.ru: yuri set sender to yuri.pankov@gmail.com using -f From: Yuri Pankov To: freebsd-current@freebsd.org Date: Thu, 22 Nov 2007 14:38:25 +0300 User-Agent: KMail/1.9.7 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200711221438.25776.yuri.pankov@gmail.com> Cc: Doug Barton Subject: Re: Lack of agpvar.h causing nvidia-driver build to fail X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Nov 2007 11:39:00 -0000 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