Package Details: php-pear 1:1.10.24-1

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.000000
First Submitted: 2016-01-03 12:32 (UTC)
Last Updated: 2024-12-01 14:17 (UTC)

Pinned Comments

Latest Comments

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

YogliB commented on 2017-07-05 13:00 (UTC)

I'm also getting: ==> Validating source files with md5sums... install-pear-nozlib.phar ... FAILED ==> ERROR: One or more files did not pass the validity check! :: failed to verify php-pear integrity

Scimmia commented on 2017-06-26 14:48 (UTC)

amish, Pierre knows what he's doing. You don't. The epoch is there to stay.

lilmike commented on 2017-05-02 03:49 (UTC)

Looks like the latest install-pear-nozlib.phar isn't passing the validity check.

helirexi commented on 2017-04-26 20:06 (UTC) (edited on 2017-04-26 20:08 (UTC) by helirexi)

Actual md5 checksum "f932351ea1562343c8f25b71cb88f328" for "install-php-pear-nozlib.phar" as 4 today. Corr it in PKGBUILD and i'll fine.

<deleted-account> commented on 2017-03-11 14:00 (UTC)

Unable to install it due to some validity check. It seems the md5sums field needs to be updated in the PKGBUILD. At the moment the actual md5 checksum is "0c3206e8d443c32ae5b938f2d7fa4589" for install-php-pear-nozlib.phar.

PreparationH67 commented on 2016-04-29 18:48 (UTC)

The PKGBUILD as written isn't installing correctly to the pkgdir and is silently failing to install to the actual root FS in the package function. The following changes allowed the package to build successfully. INSTALL_ROOT=$pkgdir/ \ php -n ${srcdir}/install-pear-nozlib.phar \ -d usr/share/pear \ -b usr/bin rm -rf ${pkgdir}/.{channels,depdb,depdblock,filemap,lock,registry}

chetwisniewski commented on 2016-04-26 22:20 (UTC)

I had to do: sudo touch /usr/share/pear/.lock to get it to install.