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
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: | MIT |
Submitter: | Chocobo1 |
Maintainer: | Chocobo1 |
Last Packager: | Chocobo1 |
Votes: | 12 |
Popularity: | 0.44 |
First Submitted: | 2018-02-06 14:30 (UTC) |
Last Updated: | 2022-10-05 19:24 (UTC) |
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
@ato2 having the same issue here, can't install even with @nosada rollback
the package needs 'libxfont2' as makedependency
Thanks, done.
the package needs 'libxfont2' as makedependency
It works fine on rollbacking vailgpgpkeys
to previous commit:
diff --git a/PKGBUILD b/PKGBUILD
index 40523a6..4e76c91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ options=('staticlibs')
source=("https://github.com/neutrinolabs/xorgxrdp/releases/download/v$pkgver/xorgxrdp-$pkgver.tar.gz"{,.asc})
sha256sums=('45df8934dfc39e97a5d8722859b82186d2dfd0a4f80c92a6f7771bd85baed93c'
'SKIP')
-validpgpkeys=('18AB838A907167745914871903993B4065E7193B') # Koichiro IWAO <meta@vmeta.jp>
+validpgpkeys=('61ECEABBF2BB40E3A35DF30A9F72CDBC01BF10EB') # Koichiro IWAO <meta@vmeta.jp>
Key not available ? : % yay -Sy --noconfirm xorgxrdp ...... ==> Verifying source file signatures with gpg... xorgxrdp-0.2.18.tar.gz ... FAILED (invalid public key 61ECEABBF2BB40E3A35DF30A9F72CDBC01BF10EB) ==> ERROR: One or more PGP signatures could not be verified! % KEY=61ECEABBF2BB40E3A35DF30A9F72CDBC01BF10EB
gpg: keyserver receive failed: Server indicated a failure ==> ERROR: Remote key not fetched correctly from keyserver.
gpg: keyserver receive failed: Server indicated a failure ==> ERROR: Remote key not fetched correctly from keyserver.
Generally this needs to be rebuilt each time xrdp (and perhaps xorg) gets released, even if the source doesn't change. A pkgrel bump would force this, but I believe is not technically correct as the output depends on your environment, not changes this package.
@prg could this be the reason why xorgxrdp and xrdp aren't currently working anymore, since I didn't make any configuration changes and it was working before?
Update: I downgrade xorg-server and it's dependencies to a previous version as well as some xf86 dependencies and now xrdp/xorgxrdp are working again.
this may need a rebuild/pkgrel bump after the recent xorg release
use Ubuntu Keyserver keyserver.ubuntu.com
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