From owner-freebsd-questions@FreeBSD.ORG Thu May 14 18:11:48 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 88A8FDF for ; Thu, 14 May 2015 18:11:48 +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 50D3C1EC9 for ; Thu, 14 May 2015 18:11:47 +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 t4EHi8Ei012725; Thu, 14 May 2015 11:44:10 -0600 (MDT) (envelope-from freebsd@dreamchaser.org) Message-ID: <5554DEE8.1030309@dreamchaser.org> Date: Thu, 14 May 2015 11:44:08 -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> In-Reply-To: <5554D896.6030706@bananmonarki.se> Content-Type: text/plain; charset=windows-1252 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 11:44:11 -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: Thu, 14 May 2015 18:11:48 -0000 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? Does the .../work/stage/usr/local/include/xorg directory actually exist and have anything in it? The behavior looks like the work directory was cleaned out.