I build the package with glamor by changing the build():
build() {
cd "$pkgname-$pkgver"
./configure \
--prefix="/usr" \
--enable-glamor
make EXTRA_FLAGS="-I/usr/include/libdrm"
}
This seems to be enough for me.
Git Clone URL: | https://aur.archlinux.org/xorgxrdp.git (read-only, click to copy) |
---|---|
Package Base: | xorgxrdp |
Description: | Xorg drivers for xrdp |
Upstream URL: | https://github.com/neutrinolabs/xorgxrdp |
Licenses: | X11 |
Submitter: | Chocobo1 |
Maintainer: | Chocobo1 |
Last Packager: | Chocobo1 |
Votes: | 17 |
Popularity: | 0.139769 |
First Submitted: | 2018-02-06 14:30 (UTC) |
Last Updated: | 2025-03-30 16:18 (UTC) |
I build the package with glamor by changing the build():
build() {
cd "$pkgname-$pkgver"
./configure \
--prefix="/usr" \
--enable-glamor
make EXTRA_FLAGS="-I/usr/include/libdrm"
}
This seems to be enough for me.
For those interested in building with glamor, theres a fix here: https://bbs.archlinux.org/viewtopic.php?pid=1938115#p1938115
I'm trying to build this with --enable-glamor applied to the configure but am finding a whole bunch of compile errors I suspect because an include folder is missing. Any tips? Or better still... can this package be updated to use the flag?
note, I ran "gpg --keyserver keys.gnupg.net --recv-keys 61ECEABBF2BB40E3A35DF30A9F72CDBC01BF10EB" for it to work for 0.2.14-1 (2020-08-31 15:06)
for those see the error about gpg keys, you can try this: gpg --keyserver keys.gnupg.net --recv-keys 03993B4065E7193B
the developer had sign the package with his/her own key, which can refer to: https://github.com/neutrinolabs/xrdp/issues/1627
gpg --recv-keys 9F72CDBC01BF10EB
results in "gpg: keyserver receive failed: General error"
For those perplexed by the signature check, which is used by some AUR packages, use the following command. Bypassing the signature check is poor practice and not recommended.
gpg --recv-keys PUBLICKEYSTRING
Replace the PUBLICKEYSTRING with the reported public key for the package you are building. In this case use 9F72CDBC01BF10EB
Similar issue as Plexcon's :(
yaourt -S xorgxrdp
==> Verifying source file signatures with gpg... xorgxrdp-0.2.9.tar.gz ... FAILED (unknown public key 9F72CDBC01BF10EB) ==> ERROR: One or more PGP signatures could not be verified! ==> ERROR: Makepkg was unable to build xorgxrdp.
But, there's hope!
I verified the contents of what's downloaded myself, and was able to use yaourt --m-arg "--skippgpcheck" -S xorgxrdp to install successfully.
same issue as Plexcon posted
sudo pacman-key --recv 9F72CDBC01BF10EB ==> ERROR: Could not verify any of the PGP signatures!
Pinned Comments
Chocobo1 commented on 2022-11-10 16:23 (UTC) (edited on 2022-11-10 16:31 (UTC) by Chocobo1)
If you are having this error:
Read the following for an explanation and how to temporarily workaround it: https://wiki.archlinux.org/title/Makepkg#Signature_checking