pciaccess module missing from patch?
Florent Thoumie
flz at xbsd.org
Tue Jan 13 04:03:06 PST 2009
On Mon, Jan 12, 2009 at 7:41 PM, Garrett Cooper <yanefbsd at gmail.com> wrote:
> On Mon, Jan 12, 2009 at 11:33 AM, Garrett Cooper <yanefbsd at gmail.com> wrote:
>> Hi Robert,
>> I just tried your patch today with an up-to-date ports tree and I
>> ran into this issue:
>>
>> [root at orangebox /scratch/ports/x11-servers/xorg-server]# make install
>> ===> xorg-server-1.5.3,1 requires unknown xorg module (pciaccess).
>> *** Error code 1
>>
>> Stop in /scratch/ports/x11-servers/xorg-server.
>>
>> I didn't find `x11-driver/*pciaccess'.
>> Any ideas?
>> Thanks,
>> -Garrett
>>
>> PS Also, it looks like a patch that was made to japanese/kterm
>> previously doesn't need to be made now; patch was asking for me to
>> reverse the patch that was being made.
>
> I found it; it was under devel/libpciaccess.
> Looks like WITH_XORG doesn't properly reference this dependency... hmmm..
This is because you're using a non-standard PORTSDIR. The path to
pciaccess is defined in bsd.xorg.mk but since it's a new component,
you won't have it in /usr/ports/Mk/bsd.xorg.mk. Just set
PORTSDIR=/scratch/ports before you type make.
--
Florent Thoumie
flz at FreeBSD.org
FreeBSD Committer
More information about the freebsd-x11
mailing list