From owner-freebsd-current@FreeBSD.ORG Sat Jun 9 17:34:29 2012 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 A19751065670; Sat, 9 Jun 2012 17:34:29 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 596D28FC0A; Sat, 9 Jun 2012 17:34:29 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:ac9c:8782:4659:6790] (unknown [IPv6:2001:7b8:3a7:0:ac9c:8782:4659:6790]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 8544F5C37; Sat, 9 Jun 2012 19:34:28 +0200 (CEST) Message-ID: <4FD38929.6000304@FreeBSD.org> Date: Sat, 09 Jun 2012 19:34:33 +0200 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120529 Thunderbird/13.0 MIME-Version: 1.0 To: "O. Hartmann" References: <4FD3811E.4050800@zedat.fu-berlin.de> In-Reply-To: <4FD3811E.4050800@zedat.fu-berlin.de> X-Enigmail-Version: 1.5a1pre Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Current FreeBSD , x11@FreeBSD.org, Ports FreeBSD Subject: Re: graphics/dri: nouveau_array.c:49:16: error: illegal storage class on function, *extract_u = EXTRACT(char, unsigned, 1); 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: Sat, 09 Jun 2012 17:34:29 -0000 On 2012-06-09 19:00, O. Hartmann wrote: ... > I try to track down problems on one of our FreeBSD 10.0-CURRENT/amd64 > boxes and therefore, I try recompiling "xorg". > > One box is constantly failing to compile port graphics/dri with a > obviously well know error, as "googling" reveals ( > http://lists.freedesktop.org/archives/mesa-dev/2011-December/016348.html). > > I share /etc/make.conf and /etc/src.conf on those FreeBSD 10.0-CURRENT > boxes, they are supposed to have set > WITH_NEW_XORG=yes > WITHOUT_NOUVEAU=yes > > There was a time when also WITH_KMS=yes was set on the box in question, > but I disabled that again (commented out). > > The problem is sticky. I also tried "portmaster -f graphics/dri", > everything is compiled well (CLANG) until it comes to graphics/dri itself. You asked the same question a few weeks ago: http://docs.freebsd.org/cgi/mid.cgi?4F9BC101.8090305 I posted a patch here: http://docs.freebsd.org/cgi/mid.cgi?4F9C2047.8020108 Afterwards, I asked either the libGL maintainers or x11@ if it was OK to commit, but I received no response.