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 »

boppy commented on 2018-12-23 14:13 (UTC)

Same Checksum problem over here... Tried it 5 times. Also deleted the temp path manually.

Wanted checksum is b6720f79742324c745ea61d4fe412949b98aa81ea59e0875e72dc2e57a12dcd1, while files checksum is 96eb42707944630552a76865aec8645c0fd4c32698ad34f1b29946affeed1485

Also true for the direct download of the file:

curl https://pear.php.net/install-pear-nozlib.phar | sha256sum -

This also gives 96eb...

twheel commented on 2018-12-19 14:06 (UTC)

I had the same issue as dschrempf. Redownloading fixed it.

Pierre commented on 2018-12-15 12:34 (UTC)

The checksum is fine. You probably downloaded a broken file.

dschrempf commented on 2018-12-14 11:04 (UTC)

Hello!

I cannot install this package:

==> Making package: php-pear 1:1.10.7-1 (Fri 14 Dec 2018 12:03:44 PM CET) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found install-pear-nozlib.phar ==> Validating source files with sha256sums... install-pear-nozlib.phar ... FAILED ==> ERROR: One or more files did not pass the validity check!

Is it possible that the checksums have not been updated?

nemaniarjun commented on 2018-07-08 15:04 (UTC)

Can we have the change in the PKGBUILD file? I want to install this in a script and this causes it to fail.

tantalum commented on 2018-06-14 10:42 (UTC)

thanks Roultabie, works.

Roultabie commented on 2018-06-06 10:15 (UTC) (edited on 2018-06-06 10:15 (UTC) by Roultabie)

@tantalum in PKGBUILD replace this line:

rm -rf ${pkgdir}/usr/share/pear/.{channels,depdb,depdblock,filemap,lock,registry}

by

rm -rf ${pkgdir}/.{channels,depdb,depdblock,filemap,lock,registry}

tantalum commented on 2018-06-06 10:08 (UTC) (edited on 2018-06-06 10:09 (UTC) by tantalum)

==> ERROR: Dotfile found in package root '/tmp/aurget/php-pear/pkg/php-pear/.channels'
==> ERROR: Dotfile found in package root '/tmp/aurget/php-pear/pkg/php-pear/.depdb'
==> ERROR: Dotfile found in package root '/tmp/aurget/php-pear/pkg/php-pear/.depdblock'
==> ERROR: Dotfile found in package root '/tmp/aurget/php-pear/pkg/php-pear/.filemap'
==> ERROR: Dotfile found in package root '/tmp/aurget/php-pear/pkg/php-pear/.lock'
==> ERROR: Dotfile found in package root '/tmp/aurget/php-pear/pkg/php-pear/.registry'
==> ERROR: A failure occurred in package().
Aborting...

PreparationH67 commented on 2017-09-26 15:54 (UTC) (edited on 2017-09-26 16:18 (UTC) by PreparationH67)

Installation is, again, failing silently due to issues with the PKGBUILD file not writing files to the correct directory. Please re-read the PKGBUILD documentation and test package updates more thoroughly.