From owner-freebsd-x11@FreeBSD.ORG Thu Nov 21 00:06:59 2013 Return-Path: Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C9154DB2; Thu, 21 Nov 2013 00:06:59 +0000 (UTC) Received: from mail-ob0-x236.google.com (mail-ob0-x236.google.com [IPv6:2607:f8b0:4003:c01::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8D408236A; Thu, 21 Nov 2013 00:06:59 +0000 (UTC) Received: by mail-ob0-f182.google.com with SMTP id wp4so459403obc.41 for ; Wed, 20 Nov 2013 16:06:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=grSby7bt46u1KLuKD1C8cXr29KawWUgB5xNq9rARDM8=; b=0CPiCWgUARFH7VylZRBX49grl9k+pVnp/00d3yMjZffJqSjWybexxPbPgff0JZS/ai CbHv7QPEIH38mvUAWTUCRHLwDNyubkj73blitf5+A6VW5pe6c4oTAqAiuR95os4ZVhPr 2/QMDQsIborMYtDMzmx1nIv/d1MIJ8PUFGJakTb9t2mDhtW/T4Yp2W+xOBqx9d44ZWl9 EYBrFGPIfGbHcFGKpqPp41XU9Zl7AtY8xsDN/WrqPDrDRshfA0uqfRO/1uF2mP6NzQPz NAYXAcYuS9JJFxg2N8NycXYSbQOgmWJkz8ZFsTtwe7gghlkLAbE40tcOBScm/iG7J+G5 ZNmA== MIME-Version: 1.0 X-Received: by 10.182.246.74 with SMTP id xu10mr2727675obc.23.1384992418782; Wed, 20 Nov 2013 16:06:58 -0800 (PST) Received: by 10.76.175.40 with HTTP; Wed, 20 Nov 2013 16:06:58 -0800 (PST) Date: Wed, 20 Nov 2013 19:06:58 -0500 Message-ID: Subject: graphics/dri From: Michael Henze To: freebsd-bugs@FreeBSD.org, freebsd-x11@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.16 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Nov 2013 00:07:00 -0000 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.