Package Details: xorgxrdp 0.10.4-1

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)

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:

ERROR: One or more PGP signatures could not be verified!

Read the following for an explanation and how to temporarily workaround it: https://wiki.archlinux.org/title/Makepkg#Signature_checking

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

Excalibur commented on 2021-01-04 21:22 (UTC) (edited on 2021-01-04 21:24 (UTC) by Excalibur)

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.

sshaikh commented on 2020-11-17 20:48 (UTC)

For those interested in building with glamor, theres a fix here: https://bbs.archlinux.org/viewtopic.php?pid=1938115#p1938115

sshaikh commented on 2020-11-08 20:19 (UTC)

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?

lateparty commented on 2020-10-25 06:23 (UTC)

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)

dgy18787 commented on 2020-08-31 06:57 (UTC)

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

alpha7024 commented on 2020-07-31 21:08 (UTC)

gpg --recv-keys 9F72CDBC01BF10EB

results in "gpg: keyserver receive failed: General error"

Lrs121 commented on 2019-06-26 21:40 (UTC) (edited on 2019-06-26 21:40 (UTC) by Lrs121)

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

firewyre commented on 2019-02-21 01:45 (UTC) (edited on 2019-02-21 01:54 (UTC) by firewyre)

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.

moxin commented on 2019-01-01 11:24 (UTC)

same issue as Plexcon posted

Plexcon commented on 2018-12-31 18:56 (UTC)

sudo pacman-key --recv 9F72CDBC01BF10EB ==> ERROR: Could not verify any of the PGP signatures!