@goddessfreya
I see it differently, I have my PKGBUILDS as close as upstream and only modify tiny bits to achieve what I want, I have less maintenance hassle that way, lets give that to the arch maintainers. :P
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: | 0.046053 |
First Submitted: | 2008-08-07 19:05 (UTC) |
Last Updated: | 2024-05-20 14:06 (UTC) |
@goddessfreya
I see it differently, I have my PKGBUILDS as close as upstream and only modify tiny bits to achieve what I want, I have less maintenance hassle that way, lets give that to the arch maintainers. :P
Hello, new maintainer here. I made the least possible modifications in order to have this compile again. And thanks to @goddessfreya for the patch. I think that patch will be removed soon as upstream will fix this issue at one point.
I've mentioned this before, but I keep a maintained PKGBUILD here: https://github.com/goddessfreya/gabs/blob/master/builtins/xorg-server-git-gentz/PKGBUILD
The packages aren't split, but I personally don't care. It struck me as a maintenance hassle that I didn't want to put up with given the number of *-gentz packages I maintain.
The build failures are due to the recent XWayalnd refactor. I git bisected it a couple days ago, and the first bad commit was 89e32d00f6e03fcdab267bfd9f0b0c5c2747d380
. You need to apply https://gitlab.freedesktop.org/xorg/xserver/merge_requests/367.patch to get it to build.
@yurikoles
I'm sorry to hear that, don't worry though, I'll continue your legacy. Will push an update once I finish some work.
I can’t maintain it now due to health difficulties.
libdmx has been removed from official repos and can't be found in AUR (it is supposedly unused or obsolete). As such, we can't build xorg-server-git anymore. Removing the dependency to libdmx lead to another error : ../xserver/hw/xwayland/xwayland-glamor-eglstream.c:500:37: error: implicit declaration of function « xwl_window_from_window » [-Werror=implicit-function-declaration]
btw: I need the --libdir=lib parameter for meson.
Without it, for example the modules get installed into fakeinstall/usr/lib/x86_64-linux-gnu/xorg/modules/ instead of fakeinstall/usr/lib/xorg/modules/
@hagabaka
Downgrade libglvnd to 1.1.1-1 and mesa to 19.1.7.
It is convenient to use the downgrade script: https://aur.archlinux.org/packages/downgrade.
@hagabaka it's upstream issue https://gitlab.freedesktop.org/xorg/xserver/issues/914
I'm getting the following error. Any idea how to fix it?
In file included from /usr/include/EGL/eglplatform.h:122, from /usr/include/epoxy/egl_generated.h:11, from /usr/include/epoxy/egl.h:46, from ../xserver/glamor/glamor_priv.h:43, from ../xserver/hw/kdrive/ephyr/ephyr_glamor_xv.c:31: /usr/include/X11/Xlib.h:222:2: error: conflicting types for ‘GC’ 222 | *GC; | ^~ In file included from ../xserver/hw/kdrive/ephyr/../src/kdrive.h:36, from ../xserver/hw/kdrive/ephyr/ephyr_glamor_xv.c:28: ../xserver/include/gcstruct.h:282:3: note: previous declaration of ‘GC’ was here 282 | } GC; | ^~ [317/814] Compiling C object 'Xext/02e353f@@libxserver_xext@sta/sync.c.o'. ninja: build stopped: subcommand failed.
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