From owner-freebsd-x11@FreeBSD.ORG Mon Sep 24 21:52:16 2012 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C521106566C for ; Mon, 24 Sep 2012 21:52:16 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell0.rawbw.com (shell0.rawbw.com [198.144.192.45]) by mx1.freebsd.org (Postfix) with ESMTP id 5614F8FC15 for ; Mon, 24 Sep 2012 21:52:16 +0000 (UTC) Received: from eagle.yuri.org (stunnel@localhost [127.0.0.1]) (authenticated bits=0) by shell0.rawbw.com (8.14.4/8.14.4) with ESMTP id q8OLqFPj052932 for ; Mon, 24 Sep 2012 14:52:16 -0700 (PDT) (envelope-from yuri@rawbw.com) Message-ID: <5060D60F.80406@rawbw.com> Date: Mon, 24 Sep 2012 14:52:15 -0700 From: Yuri User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:15.0) Gecko/20120912 Thunderbird/15.0.1 MIME-Version: 1.0 To: x11@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: x11-servers/xorg-server-1.7.7_6, 1: build breaks because of the error: X11/dri/xf86driproto.h: No such file or directory 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: Mon, 24 Sep 2012 21:52:16 -0000 Recently I am getting this error message, see log below. Expected by build file X11/dri/xf86driproto.h doesn't exist, instead there exists the file /usr/local/include/X11/extensions/dri2proto.h installed by dri2proto-2.6. Yuri --- log --- Making all in glx CC glxdri.o glxdri.c:46:34: error: X11/dri/xf86driproto.h: No such file or directory In file included from glxdri.c:49: ../hw/xfree86/dri/dri.h:41:21: error: xf86dri.h: No such file or directory glxdri.c: In function '__glXDRIscreenProbe': glxdri.c:993: error: 'XF86DRI_MAJOR_VERSION' undeclared (first use in this function) glxdri.c:993: error: (Each undeclared identifier is reported only once glxdri.c:993: error: for each function it appears in.) glxdri.c:994: error: 'XF86DRI_MINOR_VERSION' undeclared (first use in this function) glxdri.c:995: error: 'XF86DRI_PATCH_VERSION' undeclared (first use in this function) gmake[1]: *** [glxdri.lo] Error 1 gmake: *** [all-recursive] Error 1 *** [do-build] Error code 1 Stop in /usr/ports/x11-servers/xorg-server. *** [build] Error code 1