xorg-xf86-input-evdev: 2.4.0 doesn't compile
Two problems here: 1. Pkgfile misses the dependency xorg-util-macros. 2. Configure says: ... checking if XINPUT is defined... no checking for XORG... configure: error: Package requirements (xorg- server xproto ) were not met: No package 'xorg-server' found ... This is nonsense; I'm doing this under X, and package xorg-server _is_ installed. Complete output is attached. Regards, Bernd -- Bernd Eggink http://sudrala.de
Am 14.05.2010 15:51, schrieb Bernd Eggink:
Two problems here:
1. Pkgfile misses the dependency xorg-util-macros. 2. Configure says:
... checking if XINPUT is defined... no checking for XORG... configure: error: Package requirements (xorg- server xproto ) were not met:
No package 'xorg-server' found ...
This is nonsense; I'm doing this under X, and package xorg-server _is_ installed.
Sorry, I just noticed that I was actually still running xorg-server 1.76; xorg-server-1.8.1 doesn't compile: ... checking for DRI... configure: error: Package requirements (glproto
= 1.4.10 dri >= 7.8.0) were not met:
Requested 'dri >= 7.8.0' but version of dri is 7.6.1 ... I think mesa3d-7.8.0 is missing in xorg. Regards, Bernd -- Bernd Eggink http://sudrala.de
Am 14.05.2010 16:09, schrieb Bernd Eggink:
Am 14.05.2010 15:51, schrieb Bernd Eggink:
Two problems here:
1. Pkgfile misses the dependency xorg-util-macros. 2. Configure says:
... checking if XINPUT is defined... no checking for XORG... configure: error: Package requirements (xorg- server xproto ) were not met:
No package 'xorg-server' found ...
This is nonsense; I'm doing this under X, and package xorg-server _is_ installed.
Sorry, I just noticed that I was actually still running xorg-server 1.76; xorg-server-1.8.1 doesn't compile:
... checking for DRI... configure: error: Package requirements (glproto >= 1.4.10 dri >= 7.8.0) were not met:
Requested 'dri >= 7.8.0' but version of dri is 7.6.1 ...
I think mesa3d-7.8.0 is missing in xorg.
Sorry again, it was there, but for some reasons I missed to install it. Sigh. I'm getting old... Regards, Bernd -- Bernd Eggink http://sudrala.de
Bernd Eggink [2010-05-14 15:51]:
1. Pkgfile misses the dependency xorg-util-macros.
The util-macros package just contains a few m4 macros to be used with autoconf. It should only be required if you wish to run autoconf on a X package yourself ie it's only needed if you're developing for X. Regards, Tilman -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail?
participants (2)
-
Bernd Eggink
-
Tilman Sauerbeck