From owner-freebsd-ports@FreeBSD.ORG Mon May 23 07:25:25 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F8F5106564A for ; Mon, 23 May 2011 07:25:25 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id BF39A8FC1A for ; Mon, 23 May 2011 07:25:24 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1QOPVy-0005tz-8n>; Mon, 23 May 2011 09:25:22 +0200 Received: from e178026065.adsl.alicedsl.de ([85.178.26.65] helo=thor.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1QOPVy-0005mY-62>; Mon, 23 May 2011 09:25:22 +0200 Message-ID: <4DDA0BE2.3020803@mail.zedat.fu-berlin.de> Date: Mon, 23 May 2011 09:25:22 +0200 From: "O. Hartmann" User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.17) Gecko/20110429 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: Alexey Dokuchaev References: <4DC83DFC.5020801@mail.zedat.fu-berlin.de> <86bozahp1r.fsf@gmail.com> <20110523060743.GA76562@regency.nsu.ru> In-Reply-To: <20110523060743.GA76562@regency.nsu.ru> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 85.178.26.65 Cc: freebsd-ports@freebsd.org, Pan Tsu Subject: Re: x11/nvidia-driver: cc1: error: /src: No such file or directory X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2011 07:25:25 -0000 On 05/23/11 08:07, Alexey Dokuchaev wrote: > On Tue, May 10, 2011 at 01:40:00PM +0400, Pan Tsu wrote: >> On /head@r221320 for kernel sources -Wmissing-include-dirs was added to >> force people to provide valid include directories. >> >> It can be fixed by either providing default definition in port's Makefile >> or removing NVIDIA_ROOT from there. >> >> Either way I think the following patch should be sent to the vendor. > > Thank you very much for your detailed report and analysis. I've notified > Christian Zander from NVidia about this, and he'd been very supportive > with handling our reports for quite a long time. I will fix the port > shortly. > > ./danfe Thank you very much for fixing this. And many thanks to Pan Tsu for helping me getting the driver to work. Oliver