Okay. So, I don't know why you have xf86-input-elographics, xf86-input-evdev, xf86-input-keyboard, xf86-input-mouse, xf86-video-ati and xf86-video-vesa all together, but you need the -git versions of all of them, if you want to use them with this package.
Search Criteria
Package Details: xorg-server-common-git 21.1.99.1.r1061.ge61bd1e5f-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/xorg-server-git.git (read-only, click to copy) |
---|---|
Package Base: | xorg-server-git |
Description: | Xorg server common files (git version) |
Upstream URL: | https://xorg.freedesktop.org |
Keywords: | git x-server xorg xorg-server |
Licenses: | custom |
Groups: | xorg |
Conflicts: | xorg-server-common |
Provides: | xorg-server-common |
Submitter: | ilikenwf |
Maintainer: | JstKddng (yurikoles) |
Last Packager: | JstKddng |
Votes: | 51 |
Popularity: | 1.00 |
First Submitted: | 2008-08-07 19:05 (UTC) |
Last Updated: | 2024-05-20 14:06 (UTC) |
Dependencies (34)
- xkeyboard-config (xkeyboard-config-hhkAUR, galliumos-xkeyboard-configAUR, xkeyboard-config-adnwAUR, xkeyboard-config-bbkt-gitAUR, xkeyboard-config-bbktAUR, xkeyboard-config-gitAUR)
- xorg-setxkbmap
- xorg-xkbcomp
- git (git-gitAUR, git-glAUR) (make)
- libepoxy (libepoxy-gitAUR) (make)
- libpciaccess (libpciaccess-gitAUR) (make)
- libunwind (libunwind-carbonAUR, libunwind-gitAUR) (make)
- libx11 (libx11-gitAUR) (make)
- libxaw (xawmAUR) (make)
- libxcvt (libxcvt-gitAUR) (make)
- libxfont2 (make)
- libxi (libxi-gitAUR) (make)
- libxkbfile (make)
- libxmu (make)
- libxrender (make)
- libxres (make)
- libxshmfence (make)
- libxtst (make)
- libxv (make)
- mesa (mesa-minimal-gitAUR, mesa-gitAUR, mesa-wsl2-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-amd-bc250AUR, mesa-amber) (make)
- mesa-libgl (mesa-gitAUR, mesa-wsl2-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-amd-bc250AUR, mesa) (make)
- meson (meson-gitAUR) (make)
- pixman (pixman-gitAUR) (make)
- systemd (systemd-chromiumosAUR, systemd-selinuxAUR, sysupdated-systemd-gitAUR, systemd-fmlAUR, systemd-gitAUR) (make)
- xcb-util (make)
- xcb-util-image (make)
- xcb-util-keysyms (make)
- xcb-util-renderutil (make)
- xcb-util-wm (make)
- xorg-font-util (make)
- xorg-util-macros (make)
- xorg-xkbcomp (make)
- xorgproto-gitAUR (make)
- xtrans (make)
Required by (12)
- ultrakill-demo (requires xorg-server-common)
- xorg-server-bug865 (requires xorg-server-common)
- xorg-server-bug865-issue1578 (requires xorg-server-common)
- xorg-server-git
- xorg-server-xephyr-git
- xorg-server-xnest-git
- xorg-server-xvfb-git
- xorg-xwayland-bug865-issue1578 (requires xorg-server-common)
- xorg-xwayland-git (requires xorg-server-common)
- xorg-xwayland-hidpi-xprop (requires xorg-server-common)
- xwayland-standalone-with-libdecor (requires xorg-server-common)
- xwinclone (requires xorg-server-common)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 15 .. 24 Next › Last »
Det commented on 2015-09-07 18:55 (UTC)
cpatrick08 commented on 2015-09-07 18:53 (UTC)
done
Det commented on 2015-09-07 18:47 (UTC)
Remove the previous comment.
cpatrick08 commented on 2015-09-07 18:24 (UTC)
Same info in pastebin as requested http://pastebin.com/fQmx9CDx
Det commented on 2015-09-07 08:19 (UTC)
Pastebin.
shoober420 commented on 2015-07-18 20:16 (UTC)
Thank you Det, that fixed it.
Det commented on 2015-07-18 19:36 (UTC)
Well, that's the packaging part. You (and I) are getting this during build().
The dmx (Distributed Multihead X), like you apparently know, is meant for multiple displays, and therefore more rarely built/fixed when broken. You can remove the " --enable-dmx" in ./configure (disabled by default):
msg2 "Starting ./configure..."
./configure --prefix=/usr \
--enable-ipv6 \
--enable-dri \
- --enable-dmx \
--enable-xvfb \
Make sure you start with a clean "src/" directory (e.g. makepkg -C, --cleanbuild: https://www.archlinux.org/pacman/makepkg.8.html).
shoober420 commented on 2015-07-18 19:28 (UTC)
You're right, I didn't know you needed it all. Here it is.
../../dix/.libs/libdix.a(pixmap.o): In Function 'PixmapStartDirtyTracking':
pixmap.c:(.text+0x368): undefined reference to 'RRTransformCompute'
collect2: error: ld returned 1 exit status
Makefile:751: recipe for target 'Xdmx' failed
I removed the Xdmx git package since I don't use DMX from the PKBUILD and it still gives me this error.
Pinned Comments
yurikoles commented on 2022-03-18 01:04 (UTC)
check()
function was added, if unit tests fail, you may ignore them by appending--nocheck
tomakepkg
.yurikoles commented on 2019-05-29 15:00 (UTC)
PRs are welcome: https://github.com/yurikoles-aur/xorg-server-git