Search Criteria
Package Details: php-pear 1:1.10.19-3
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: | |
Submitter: | Pierre |
Maintainer: | amish |
Last Packager: | amish |
Votes: | 39 |
Popularity: | 0.44 |
First Submitted: | 2016-01-03 12:32 |
Last Updated: | 2021-01-30 07:17 |
Dependencies (1)
Required by (21)
- daloradius
- fusiondirectory
- pear-auth-sasl2 (make)
- pear-channel-pear2
- pear-channel-phpseclib
- pear-http-request2
- pear-mail-mime (make)
- pear-mail-mime-decode (make)
- pear-mdb2 (make)
- pear-mdb2-mysql (make)
- pear-net-idna2 (make)
- pear-net-ldap3
- pear-net-smtp (make)
- pear-net-socket (make)
- pear-net-url2 (make)
- pear-pear-packagefilemanager2 (make)
- pecl-timezonedb
- php-dio
- php-net-ipv4 (make)
- php-net-ipv6 (make)
- php-pecl-oauth
Latest Comments
1 2 3 4 Next › Last »
n00dl3 commented on 2020-11-03 10:08
Using ubuntu keyserver indeed works
ibrudiiv commented on 2020-09-19 14:42
Posting a new thread on the forums but wanted to see if the package maintainer can update us on the status of his key.
Update: Using Ubuntu's keyserver worked! Never mind and thank you
amish commented on 2020-05-23 05:32
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/
teafix commented on 2020-05-22 12:36
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?
neimheadh commented on 2020-05-20 10:39
Hello everybody,
You have an error when you do your "makepkg -si" from a path included spaces :
Here the simple diff correcting it :
amish commented on 2020-04-21 07:40
@teafix - Second post after your post already has answer.
teafix commented on 2020-04-20 16:10
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.
marco.righi commented on 2020-03-08 23:06
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
spiderus commented on 2019-11-24 00:16
Nice! I just had to import the key 72A321BAC245F175 to my keyring and run makepkg -srci
that is: gpg --recv-keys 72A321BAC245F175 && makepkg -srci
donotdont commented on 2019-06-14 12:52
i run this command, it's working :
gpg --recv-keys 72A321BAC245F175 && sudo pacman -Syyu && yaourt php-pear