Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 May 2015 15:33:27 -0453
From:      "William A. Mahaffey III" <wam@hiwaay.net>
To:        freebsd-questions@freebsd.org
Subject:   Re: Xorg problems
Message-ID:  <55550520.6050409@hiwaay.net>
In-Reply-To: <555502F2.8050508@bananmonarki.se>
References:  <5554D896.6030706@bananmonarki.se> <5554DEE8.1030309@dreamchaser.org> <5554E5D7.20707@bananmonarki.se> <5554F383.1010609@hiwaay.net> <555502F2.8050508@bananmonarki.se>

next in thread | previous in thread | raw e-mail | index | archive | help
On 05/14/15 15:24, Bernt Hansson wrote:
> On 2015-05-14 21:11, William A. Mahaffey III wrote:
>> On 05/14/15 13:19, 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?
>
>> Try a pkg (or pkg_add) install ? pkg works AOK for me on 9.3R-p13,
>> usually much quicker as well .... $0.02, no more, no less ....
>
> testbox# pkg install xorg
> No active remote repositories configured.
>
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to 
> "freebsd-questions-unsubscribe@freebsd.org"
>

What is in your /etc/pkg/ directory ? Mine has 1 file configuring 
default repo location from FreeBSD.org:


[root@kabini1, /etc, 3:30:42pm] 349 % cat pkg/FreeBSD.conf
# $FreeBSD: releng/9.3/etc/pkg/FreeBSD.conf 263939 2014-03-30 15:30:33Z 
bdrewery $
#
# To disable this repository, instead of modifying or removing this file,
# create a /usr/local/etc/pkg/repos/FreeBSD.conf file:
#
#   mkdir -p /usr/local/etc/pkg/repos
#   echo "FreeBSD: { enabled: no }" > /usr/local/etc/pkg/repos/FreeBSD.conf
#

FreeBSD: {
   url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
   mirror_type: "srv",
   signature_type: "fingerprints",
   fingerprints: "/usr/share/keys/pkg",
   enabled: yes
}
[root@kabini1, /etc, 3:31:00pm] 350 %

That's probably not your problem, but worth a look. If yours looks like 
this one, maybe pkg.FreeBSD.org doesn't in fact have anything for 8.4R, 
which would surprise me ....

-- 

	William A. Mahaffey III

  ----------------------------------------------------------------------

	"The M1 Garand is without doubt the finest implement of war
	 ever devised by man."
                            -- Gen. George S. Patton Jr.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?55550520.6050409>