From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 21 09:52:40 2013 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A68CD2CD for ; Thu, 21 Nov 2013 09:52:40 +0000 (UTC) Received: from graal.it-profi.org.ua (graal.shurik.kiev.ua [193.239.74.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6458C26C0 for ; Thu, 21 Nov 2013 09:52:39 +0000 (UTC) Received: from [217.76.201.82] (helo=thinkpad.it-profi.org.ua) by graal.it-profi.org.ua with esmtpa (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VjQYt-000Dfl-Qc for freebsd-bugs@freebsd.org; Thu, 21 Nov 2013 11:28:35 +0200 Message-ID: <528DD23E.2000009@shurik.kiev.ua> Date: Thu, 21 Nov 2013 11:28:30 +0200 From: Alexandr User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: freebsd-bugs@freebsd.org Subject: Re: graphics/dri References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-SA-Exim-Connect-IP: 217.76.201.82 X-SA-Exim-Mail-From: shuriku@shurik.kiev.ua X-SA-Exim-Scanned: No (on graal.it-profi.org.ua); SAEximRunCond expanded to false X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Nov 2013 09:52:40 -0000 Did you see this entry from UPDATING: 20130929: AFFECTS: users of graphics/libGL, graphics/dri and other MESA ports AUTHOR: zeising@FreeBSD.org The graphics/libGL, graphics/dri and related MESA ports have been updated to 9.1 when compiled with WITH_NEW_XORG= set. It is necessary to remove the old versions of both ports before updating. # pkg_delete -f libGL-\* dri-\* or # pkg delete -f libGL dri followed by # portmaster -a 21.11.2013 02:06, Michael Henze пишет: > I have updated gcc and clang, and have tried various /etc/make.conf options > but I still can't compile graphics/dri for an Intel HD Graphics 3000 laptop > with the NEW_XORG and KMS options. Here are the errors: > > In file included from i830_context.c:28: > In file included from ./i830_context.h:31: > ../../../../../src/mesa/drivers/dri/intel/intel_context.h:249:4: error: > unknown type name 'drm_intel_context' > drm_intel_context *hw_ctx; > ^ > 1 error generated. > gmake[6]: *** [i830_context.lo] Error 1 > gmake[6]: Leaving directory > `/ram/usr/ports/graphics/dri/work/Mesa-9.1.6/src/mesa/drivers/dri/i915' > gmake[5]: *** [all-recursive] Error 1 > gmake[5]: Leaving directory > `/ram/usr/ports/graphics/dri/work/Mesa-9.1.6/src/mesa/drivers/dri' > gmake[4]: *** [all-recursive] Error 1 > gmake[4]: Leaving directory > `/ram/usr/ports/graphics/dri/work/Mesa-9.1.6/src/mesa/drivers' > gmake[3]: *** [all-recursive] Error 1 > gmake[3]: Leaving directory > `/ram/usr/ports/graphics/dri/work/Mesa-9.1.6/src/mesa' > gmake[2]: *** [all] Error 2 > gmake[2]: Leaving directory > `/ram/usr/ports/graphics/dri/work/Mesa-9.1.6/src/mesa' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory > `/ram/usr/ports/graphics/dri/work/Mesa-9.1.6/src' > gmake: *** [all-recursive] Error 1 > *** [do-build] Error code 1 > > Stop in /usr/ports/graphics/dri. > > ===>>> make failed for graphics/dri > > Any suggestions is greatly appreciated. I do use ccache, but I have tried > compiling without it and still get the same errors. > _______________________________________________ > freebsd-bugs@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-bugs > To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org"