From owner-freebsd-bugs@FreeBSD.ORG Fri Nov 22 11:39:22 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 AEBE559A for ; Fri, 22 Nov 2013 11:39:22 +0000 (UTC) Received: from mail-qa0-x22b.google.com (mail-qa0-x22b.google.com [IPv6:2607:f8b0:400d:c00::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 64C662D9E for ; Fri, 22 Nov 2013 11:39:22 +0000 (UTC) Received: by mail-qa0-f43.google.com with SMTP id ii20so368965qab.2 for ; Fri, 22 Nov 2013 03:39:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:message-id:mime-version:subject:date:references :to:in-reply-to; bh=QIBtQSyRdaD/bvTs/bRsZwx3f2YfUVZ6mjPlt3ItvbQ=; b=oiFXCSoBpN6svaQ/IcZt36B1lvlRx9GopPIFxkOPQIlOeBglmIKFqq9WwID6eeoG7t Q4fpxJJNYl+S+iNEQa/Ix0wDXP5xI9oBWVP6q/JjMuDM5ZnlFaKQivd6dZMedjdvTHbM IMZuX5QwWf7oiz7ILzzE54B9lsPPgcV4KO0/Rx9IertmDwvWzJgrj2PTMfgc3kziuwTO t5z07r0Bc2wSikLHk2i2tlnGoBVLPw5dwfZMDt+62Bcozb06ce1zX9omZmevJaS2Aqqk MWyIajV2S1ac6OxwFBiQgxvzytV8vsoALF2DdOjY+cqT9QirAclqgNN+k/iaKq+/qGbI EWIQ== X-Received: by 10.224.55.133 with SMTP id u5mr5528101qag.19.1385120361662; Fri, 22 Nov 2013 03:39:21 -0800 (PST) Received: from [10.30.1.6] ([66.55.152.51]) by mx.google.com with ESMTPSA id p20sm35318060qay.0.2013.11.22.03.39.19 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 22 Nov 2013 03:39:21 -0800 (PST) From: tzoi516 Message-Id: Mime-Version: 1.0 (Mac OS X Mail 7.0 \(1822\)) Subject: Re: graphics/dri Date: Fri, 22 Nov 2013 06:39:16 -0500 References: To: freebsd-bugs@freebsd.org In-Reply-To: X-Mailer: Apple Mail (2.1822) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.16 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: Fri, 22 Nov 2013 11:39:22 -0000 I did that, per /usr/ports/UPDATING. However I still continue to get the = same error. I even cleared any caches (portmaster =97clean-distfiles && = pkg clean && pkg autoremove) and continue to get the errors. I=92ve = tried with and without ccache, and used cache =97clear as well, same = errors. On 22 Nov 2013, at 4:20 AM, freebsd-bugs-request@freebsd.org wrote: > Date: Thu, 21 Nov 2013 11:28:30 +0200 > From: Alexandr > To: freebsd-bugs@freebsd.org > Subject: Re: graphics/dri > Message-ID: <528DD23E.2000009@shurik.kiev.ua> > Content-Type: text/plain; charset=3DUTF-8 >=20 > Did you see this entry from UPDATING: >=20 > 20130929: > AFFECTS: users of graphics/libGL, graphics/dri and other MESA ports > AUTHOR: zeising@FreeBSD.org >=20 > The graphics/libGL, graphics/dri and related MESA ports have been > updated to 9.1 when compiled with WITH_NEW_XORG=3D set. It is = necessary > to remove the old versions of both ports before updating. >=20 > # pkg_delete -f libGL-\* dri-\* > or > # pkg delete -f libGL dri > followed by > # portmaster -a > Date: Wed, 20 Nov 2013 19:06:58 -0500 > From: Michael Henze > To: freebsd-bugs@FreeBSD.org, freebsd-x11@FreeBSD.org > Subject: graphics/dri > Message-ID: > = > Content-Type: text/plain; charset=3DISO-8859-1 >=20 > 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: >=20 > 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 >=20 > Stop in /usr/ports/graphics/dri. >=20 > =3D=3D=3D>>> make failed for graphics/dri >=20 > Any suggestions is greatly appreciated. I do use ccache, but I have = tried > compiling without it and still get the same errors.