From owner-freebsd-current@FreeBSD.ORG Tue May 7 19:34:26 2013 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E0148279; Tue, 7 May 2013 19:34:26 +0000 (UTC) (envelope-from sig6247@list.ru) Received: from fallback5.mail.ru (fallback5.mail.ru [94.100.176.59]) by mx1.freebsd.org (Postfix) with ESMTP id 9847FE00; Tue, 7 May 2013 19:34:26 +0000 (UTC) Received: from smtp22.mail.ru (smtp22.mail.ru [94.100.176.175]) by fallback5.mail.ru (mPOP.Fallback_MX) with ESMTP id 47710DFF8B59; Tue, 7 May 2013 23:32:57 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=list.ru; s=mail; h=Date:Message-Id:Content-Type:MIME-Version:References:In-Reply-To:Subject:Cc:To:From; bh=jaBWZRFtor3xIOI1GdM8p8jrE2blHJztuYzVmoUwLMQ=; b=mfqQQMqZHsavI7wtQJRWdW3XqmWJTRoWw1ZQyy0vrAPbF732vW3b0dHEXzulweFIzIAD1CH8DnOGRz2oZK2N0GWmpQZmLEsUCWW6S5KxAVx+cKu41uOXPLgrWYObRwaywA6NeDZWzQ+uG+A1NWmE0r26LjdbgVkxl5gmT4757as=; Received: from [96.44.189.98] (port=32733 helo=localhost) by smtp22.mail.ru with esmtpa (envelope-from ) id 1UZnd2-0003D2-7A; Tue, 07 May 2013 23:32:50 +0400 From: sig6247 To: Dimitry Andric Subject: Re: x11/nvidia-driver-173 build failed on CURRENT In-Reply-To: <51879E8C.9080509@FreeBSD.org> (Dimitry Andric's message of "Mon, 06 May 2013 14:14:04 +0200") References: <51879E8C.9080509@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-Id: Date: Tue, 07 May 2013 23:32:49 +0400 X-Spam: Not detected X-Mras: Ok Cc: freebsd-current@FreeBSD.org, freebsd-ports@FreeBSD.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 07 May 2013 19:34:27 -0000 On Mon, 06 May 2013 14:14:04 +0200, Dimitry Andric wrote: >> /wrkdirs/usr/ports/x11/nvidia-driver-173/work/NVIDIA-FreeBSD-x86-173.14.35/src/nv-freebsd.h:145:11: note: previous declaration is here >> RM_STATUS os_alloc_contig_pages(void **, U032); >> ^ > > Please try the attached patch. I am not sure if there are more driver > versions that include these inconsisent prototypes, but if anybody is > aware of them, we can adjust the ${NVVERSION} check a little. Thanks so much for the patch, it worked for me.