Using ubuntu keyserver indeed works
gpg --keyserver hkps://keyserver.ubuntu.com/ --recv-keys 10F68CF73F8AA426F617752972A321BAC245F175
Git Clone URL: | https://aur.archlinux.org/php-pear.git (read-only, click to copy) |
---|---|
Package Base: | php-pear |
Description: | PHP Extension and Application Repository |
Upstream URL: | https://pear.php.net/package/pearweb_phars/ |
Licenses: | PHP |
Submitter: | Pierre |
Maintainer: | amish |
Last Packager: | amish |
Votes: | 43 |
Popularity: | 0.36 |
First Submitted: | 2016-01-03 12:32 (UTC) |
Last Updated: | 2025-02-13 08:49 (UTC) |
Using ubuntu keyserver indeed works
gpg --keyserver hkps://keyserver.ubuntu.com/ --recv-keys 10F68CF73F8AA426F617752972A321BAC245F175
Posting a new thread on the forums but wanted to see if the package maintainer can update us on the status of his key.
gpg --keyserver hkps://keys.openpgp.org/ --recv-keys 10F68CF73F8AA426F617752972A321BAC245F175
gpg: key 72A321BAC245F175: no user ID
gpg: Total number processed: 1
Update: Using Ubuntu's keyserver worked! Never mind and thank you
Your system is not able to fetch (receive) the keys
Try this: gpg --search-keys 10F68CF73F8AA426F617752972A321BAC245F175
If all fails then please post on Archlinux forums. https://bbs.archlinux.org/
Had to do some rebuilding then reinstall this module. Tried: php-pear]$ gpg --recv-keys 72A321BAC245F175 && makepkg -si gpg: keyserver receive failed: General error after makepkg -si failed due to ==> ERROR: One or more PGP signatures could not be verified! ( PKGBUILD looked to have a new key in since last time, so tried that first)
So the question is, where do I find a new key when the old one proves incorrect?
Hello everybody,
You have an error when you do your "makepkg -si" from a path included spaces :
➜ php-pear git:(e0ebd27) pwd
/home/neim/User Files/Downloads/php-pear
➜ php-pear git:(e0ebd27) LANG=en_US makepkg -si
==> Making package: php-pear 1:1.10.19-1 (Wed 20 May 2020 12:38:29 PM CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found install-pear-nozlib-1.10.19.phar
-> Found install-pear-nozlib-1.10.19.phar.sig
==> Validating source files with sha256sums...
install-pear-nozlib-1.10.19.phar ... Passed
install-pear-nozlib-1.10.19.phar.sig ... Skipped
==> Verifying source file signatures with gpg...
install-pear-nozlib-1.10.19.phar ... Passed
==> Extracting sources...
==> Removing existing $pkgdir/ directory...
==> Entering fakeroot environment...
==> Starting package()...
[PEAR] Archive_Tar - installed: 1.4.9
[PEAR] Console_Getopt - installed: 1.4.3
[PEAR] Structures_Graph- installed: 1.1.1
[PEAR] XML_Util - installed: 1.4.5
warning: pear/PEAR requires package "pear/Archive_Tar" (recommended version 1.4.4)
warning: pear/PEAR requires package "pear/Structures_Graph" (recommended version 1.1.1)
warning: pear/PEAR requires package "pear/Console_Getopt" (recommended version 1.4.3)
warning: pear/PEAR requires package "pear/XML_Util" (recommended version 1.4.5)
[PEAR] PEAR - installed: 1.10.12
Wrote PEAR system config file at: /home/neim/User Files/Downloads/php-pear/pkg/php-pear//etc/php/pear.conf
You may want to add: /usr/share/pear to your php.ini include_path
==> Tidying install...
-> Removing libtool files...
-> Purging unwanted files...
-> Removing static library files...
-> Stripping unneeded symbols from binaries and libraries...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> ERROR: Dotfile found in package root '/home/neim/User Files/Downloads/php-pear/pkg/php-pear/.channels'
==> ERROR: Dotfile found in package root '/home/neim/User Files/Downloads/php-pear/pkg/php-pear/.depdb'
==> ERROR: Dotfile found in package root '/home/neim/User Files/Downloads/php-pear/pkg/php-pear/.depdblock'
==> ERROR: Dotfile found in package root '/home/neim/User Files/Downloads/php-pear/pkg/php-pear/.filemap'
==> ERROR: Dotfile found in package root '/home/neim/User Files/Downloads/php-pear/pkg/php-pear/.lock'
==> ERROR: Dotfile found in package root '/home/neim/User Files/Downloads/php-pear/pkg/php-pear/.registry'
Here the simple diff correcting it :
diff --git a/PKGBUILD b/PKGBUILD
index 4c08e1a..ffb7e63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,5 +23,5 @@ package() {
-d /usr/share/pear \
-b /usr/bin
- rm -rf ${pkgdir}{/usr/share/pear/,/}.{channels,depdb,depdblock,filemap,lock,registry}
+ rm -rf "${pkgdir}"{/usr/share/pear/,/php-pear/,/}.{channels,depdb,depdblock,filemap,lock,registry}
}
@teafix - Second post after your post already has answer.
Package flagged as having been updated today at 01:00 but on running mkpkg -si got: ==> ERROR: One or more PGP signatures could not be verified!
It must be reasonably easy to get an up to date signature. Would somebody please point me to something that tells me how to do it? Then I can help both myself and the community. Thanks.
ERROR
yay -Suy php-pear |tee tmp/logphppear.txt
:: Synchronizing package databases... core is up to date extra is up to date community is up to date :: Starting full system upgrade... there is nothing to do :: Searching databases for updates... :: Searching AUR for updates... :: There are 5 providers available for php-pear: :: Repository AUR 1) php-pear 2) php-pear-src 3) php53-pear 4) php55-pear 5) php56-pear
Enter a number (default=1): :: Checking for conflicts... :: Checking for inner conflicts... [Aur: 1] php-pear-1:1.10.17-1
1 php-pear (Build Files Exist) ==> Packages to cleanBuild? ==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4) ==>
:: PKGBUILD up to date, Skipping (1/1): php-pear 1 php-pear (Build Files Exist) ==> Diffs to show? ==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4) ==>
:: Parsing SRCINFO (1/1): php-pear ==> ERROR: Cannot find the strip binary required for object file stripping. Error downloading sources: php-pear
Nice! I just had to import the key 72A321BAC245F175 to my keyring and run makepkg -srci
that is: gpg --recv-keys 72A321BAC245F175 && makepkg -srci
i run this command, it's working :
gpg --recv-keys 72A321BAC245F175 && sudo pacman -Syyu && yaourt php-pear
Pinned Comments