From owner-freebsd-x11@FreeBSD.ORG Tue Feb 17 16:29:09 2009 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F374B106566C for ; Tue, 17 Feb 2009 16:29:08 +0000 (UTC) (envelope-from jhein@timing.com) Received: from Daffy.timing.com (w.timing.com [206.168.13.218]) by mx1.freebsd.org (Postfix) with ESMTP id B6E418FC15 for ; Tue, 17 Feb 2009 16:29:08 +0000 (UTC) (envelope-from jhein@timing.com) Received: from gromit.timing.com (gromit.timing.com [206.168.13.209]) by Daffy.timing.com (8.13.1/8.13.1) with ESMTP id n1HGSwAw049453; Tue, 17 Feb 2009 09:29:07 -0700 (MST) (envelope-from jhein@timing.com) Received: from gromit.timing.com (localhost [127.0.0.1]) by gromit.timing.com (8.14.3/8.14.3) with ESMTP id n1HGSus3043162; Tue, 17 Feb 2009 09:28:56 -0700 (MST) (envelope-from jhein@gromit.timing.com) Received: (from jhein@localhost) by gromit.timing.com (8.14.3/8.14.3/Submit) id n1HGSucY043159; Tue, 17 Feb 2009 09:28:56 -0700 (MST) (envelope-from jhein) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18842.58824.720760.304759@gromit.timing.com> Date: Tue, 17 Feb 2009 09:28:56 -0700 From: John Hein To: Ewald Jenisch In-Reply-To: <20090217142032.GA4959@aurora.oekb.co.at> References: <20090217142032.GA4959@aurora.oekb.co.at> X-Mailer: VM 7.19 under Emacs 22.3.1 X-Virus-Scanned: ClamAV version 0.91.2, clamav-milter version 0.91.2 on Daffy.timing.com X-Virus-Status: Clean Cc: freebsd-x11@freebsd.org Subject: Re: xorg-server fails to build (Stop in xorg-server-1.5.3/glx) X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2009 16:29:09 -0000 Ewald Jenisch wrote at 15:20 +0100 on Feb 17, 2009: > Upon upgrading one of my systems I ran into a problem wrt xorg-server: > > When it comes to building xorg-server the build process stops with the > errors given below. > > I tried to do a "make deinstall && make reinstall" - same result. Even > did a "make distclean" followed by "make" in > /usr/ports/x11-servers/xorg-server; always the same problem. > ... > glxdriswrast.c:39:39: error: GL/internal/dri_interface.h: No such file or directory ... dri_interface.h moved from the x11/xf86driproto port to graphics/dri. It seems likely that you are just not fully up to date (particularly your graphics/dri port).