From owner-freebsd-questions@FreeBSD.ORG Thu May 14 18:13:52 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 52FF5263 for ; Thu, 14 May 2015 18:13:52 +0000 (UTC) Received: from feeder.usenet4all.se (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) (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 C7C381EF0 for ; Thu, 14 May 2015 18:13:50 +0000 (UTC) Received: from kw.news4all.se (localhost [127.0.0.1]) by feeder.usenet4all.se (8.13.1/8.13.1) with ESMTP id t4EIDhcc089821; Thu, 14 May 2015 20:13:43 +0200 (CEST) (envelope-from bah@bananmonarki.se) Message-ID: <5554E5D7.20707@bananmonarki.se> Date: Thu, 14 May 2015 20:13:43 +0200 From: Bernt Hansson User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: freebsd@dreamchaser.org, freebsd-questions@freebsd.org Subject: Re: Xorg problems References: <5554D896.6030706@bananmonarki.se> <5554DEE8.1030309@dreamchaser.org> In-Reply-To: <5554DEE8.1030309@dreamchaser.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit 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:13:52 -0000 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?