From owner-freebsd-questions@FreeBSD.ORG Fri May 15 04:19:51 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D9321A1E for ; Fri, 15 May 2015 04:19:51 +0000 (UTC) Received: from nightmare.dreamchaser.org (ns.dreamchaser.org [66.109.141.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A72AF1ED1 for ; Fri, 15 May 2015 04:19:50 +0000 (UTC) Received: from breakaway.dreamchaser.org (breakaway.dreamchaser.org. [192.168.151.122]) by nightmare.dreamchaser.org (8.13.6/8.13.6) with ESMTP id t4F4Jg16014279; Thu, 14 May 2015 22:19:45 -0600 (MDT) (envelope-from freebsd@dreamchaser.org) Message-ID: <555573DE.6020402@dreamchaser.org> Date: Thu, 14 May 2015 22:19:42 -0600 From: Gary Aitken Reply-To: freebsd@dreamchaser.org User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Bernt Hansson , freebsd-questions@freebsd.org Subject: Re: Xorg problems References: <5554D896.6030706@bananmonarki.se> <5554DEE8.1030309@dreamchaser.org> <5554E5D7.20707@bananmonarki.se> In-Reply-To: <5554E5D7.20707@bananmonarki.se> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (nightmare.dreamchaser.org [192.168.151.101]); Thu, 14 May 2015 22:19:45 -0600 (MDT) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 May 2015 04:19:51 -0000 On 05/14/15 12:13, Bernt Hansson wrote: > On 2015-05-14 19:44, Gary Aitken wrote: >> On 05/14/15 11:17, Bernt Hansson wrote: >> >>> Trying to install xorg on freebsd 8.4-RELEASE-p16 but xorg can't find dri2.h >>> This is the error after make install. >>> >>> ===> Checking if xorg-server already installed >>> ===> Registering installation for xorg-server-1.14.7_4,1 as automatic >>> pkg-static: Unable to access file /usr/ports/x11-servers/xorg-server/work/stage/usr/local/include/xorg/dri2.h: No such file or directory >>> *** Error code 74 >> >> Are you sure the package was actually built? > > No. > >> Does the .../work/stage/usr/local/include/xorg directory actually exist >> and have anything in it? > > It is full of files, but not dri2.h > >> The behavior looks like the work directory was >> cleaned out. > > What to do? It looks to me like it wasn't built completely. I just built xorg-server-1.14.7_4,1 on my 9.2 system and it built fine and left a dri2.h in the stage/usr/local/include/xorg/ directory. I would try a make clean and then make; check the output of make to be sure there weren't fatal errors that terminated it prematurely. Then check the work directory for dri2.h before doing the make install. If all that fails update the ports tree and try again, but you will probably have other stuff you will have to rebuild as a result.