Package Details: php-pear 1:1.10.23-2

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: 42
Popularity: 0.000074
First Submitted: 2016-01-03 12:32 (UTC)
Last Updated: 2024-03-12 08:06 (UTC)

Pinned Comments

Latest Comments

1 2 3 4 5 Next › Last »

amish commented on 2023-01-15 08:10 (UTC)

@higuita - I am able to build and install this package successfully.

Plus I grep'ed all files in the package for word "client" and did not find anything related to c-client.

Post full error please.

PS: I am not PHP expert. So I may have missed something.

ibrudiiv commented on 2023-01-15 05:26 (UTC)

@higuita: https://archlinux.org/news/php-82-update-and-introduction-of-legacy-branch/

higuita commented on 2023-01-15 04:25 (UTC)

Trying to install this, but it is failing due to missing c-client , but i can't find any c-client package

n00dl3 commented on 2020-11-03 10:08 (UTC)

Using ubuntu keyserver indeed works

gpg --keyserver hkps://keyserver.ubuntu.com/ --recv-keys 10F68CF73F8AA426F617752972A321BAC245F175

ibrudiiv commented on 2020-09-19 14:42 (UTC) (edited on 2020-09-19 14:46 (UTC) by ibrudiiv)

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

amish commented on 2020-05-23 05:32 (UTC)

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 (UTC)

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 (UTC) (edited on 2020-05-20 10:41 (UTC) by neimheadh)

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}
 }

amish commented on 2020-04-21 07:40 (UTC)

@teafix - Second post after your post already has answer.

teafix commented on 2020-04-20 16:10 (UTC)

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.