@carstenS476
I solved installing xf86-input-libinput-git but NOT from chaotic-aur but manually using the PKGBUILD.
Git Clone URL: | https://aur.archlinux.org/xorg-server-git.git (read-only, click to copy) |
---|---|
Package Base: | xorg-server-git |
Description: | Xorg X server (git version) |
Upstream URL: | https://xorg.freedesktop.org |
Keywords: | git x-server xorg xorg-server |
Licenses: | custom |
Groups: | xorg |
Conflicts: | glamor-egl, nvidia-utils, xf86-video-modesetting, xorg-server |
Provides: | X-ABI-EXTENSION_VERSION, X-ABI-VIDEODRV_VERSION, X-ABI-XINPUT_VERSION, x-server, xorg-server |
Replaces: | glamor-egl, xf86-video-modesetting |
Submitter: | ilikenwf |
Maintainer: | JstKddng (yurikoles) |
Last Packager: | JstKddng |
Votes: | 51 |
Popularity: | 0.81 |
First Submitted: | 2008-08-07 19:05 (UTC) |
Last Updated: | 2024-05-20 14:06 (UTC) |
@carstenS476
I solved installing xf86-input-libinput-git but NOT from chaotic-aur but manually using the PKGBUILD.
@guiodic, have you been able to resolve the issue? I have the same situation, same error message.
Installing xf86-input-libinput-git and xorg-server-git did not help.
For me, installing xf86-input-libinput-git worked. Before, I had xorg-server-git with the official xf86-input-libinput (non-git) installed.
@guiodic xf86-input-libinput and xorg-server depend on each other, rebuilding xorg-server-git -> xf86-input-libinput -> xorg-server-git fixed that issue for me
starting from 21.1.99.1.r1348.ge12d9863f-1 the keyboard doesn't work due to a problem with libinput. I also tried installing xf86-input-libinput-git but it still doesn't work. I don't know if it also affects the touchpad because I use synaptic, not libinput, but I guess so.
Log
[code] [2024-10-11 13:43:19] (EE) Failed to load /usr/lib/xorg/modules/input/libinput_drv.so: /usr/lib/xorg/modules/input/libinput_drv.so: undefined symbol: xf86Msg [2024-10-11 13:43:19] (EE) Failed to load module "libinput" (loader failed, 0) [2024-10-11 13:43:19] (EE) No input driver matching `libinput' [2024-10-11 13:43:19] (EE) Failed to load /usr/lib/xorg/modules/input/libinput_drv.so: /usr/lib/xorg/modules/input/libinput_drv.so: undefined symbol: xf86Msg [/code]
@mrcochobins04 Thank you! I believe I encountered the same issue, but I was able to resolve it.
I fixed the build errors by adding #include <X11/Xmd.h>
in securproto.h
and then doing makepkg -C
.
chaotic-AUR log build error: https://builds.garudalinux.org/repos/chaotic-aur/logs/xorg-server-git.log
@jxir Thanks a lot for your thorough explanation! Works fine:)
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