Package Details: php83-phar 8.3.14-1

Git Clone URL: https://aur.archlinux.org/php83.git (read-only, click to copy)
Package Base: php83
Description: phar module for php83
Upstream URL: http://www.php.net
Licenses: PHP
Submitter: el_aur
Maintainer: el_aur
Last Packager: el_aur
Votes: 3
Popularity: 0.009034
First Submitted: 2023-10-27 11:16 (UTC)
Last Updated: 2024-12-04 12:42 (UTC)

Dependencies (56)

Required by (1)

Sources (8)

Latest Comments

Rikj000 commented on 2024-12-08 09:57 (UTC) (edited on 2024-12-08 10:00 (UTC) by Rikj000)

@el_aur,
how do you recommend one updates your PHP AUR packages?

Following error has been driving me insane, I run into it on nearly every update you push, no matter how I try to update (pamac or yay)...

error: failed to prepare transaction (could not satisfy dependencies)
:: installing php83 (8.3.14-1) breaks dependency 'php83=8.3.12' required by php83-apache
:: installing php83 (8.3.14-1) breaks dependency 'php83=8.3.12' required by php83-bz2
:: installing php83 (8.3.14-1) breaks dependency 'php83=8.3.12' required by php83-cgi
:: installing php83 (8.3.14-1) breaks dependency 'php83=8.3.12' required by php83-cli
:: installing php83 (8.3.14-1) breaks dependency 'php83=8.3.12' required by php83-ctype
:: installing php83 (8.3.14-1) breaks dependency 'php83=8.3.12' required by php83-curl
:: installing php83 (8.3.14-1) breaks dependency 'php83=8.3.12' required by php83-exif
:: installing php83 (8.3.14-1) breaks dependency 'php83=8.3.12' required by php83-fileinfo
:: installing php83 (8.3.14-1) breaks dependency 'php83=8.3.12' required by php83-fpm
:: installing php83 (8.3.14-1) breaks dependency 'php83=8.3.12' required by php83-gd
:: installing php83 (8.3.14-1) breaks dependency 'php83=8.3.12' required by php83-gettext
:: installing php83 (8.3.14-1) breaks dependency 'php83=8.3.12' required by php83-iconv
:: installing php83 (8.3.14-1) breaks dependency 'php83=8.3.12' required by php83-imap
:: installing php83 (8.3.14-1) breaks dependency 'php83=8.3.12' required by php83-intl
:: installing php83 (8.3.14-1) breaks dependency 'php83=8.3.12' required by php83-mbstring
:: installing php83 (8.3.14-1) breaks dependency 'php83=8.3.12' required by php83-mysql
:: installing php83 (8.3.14-1) breaks dependency 'php83=8.3.12' required by php83-opcache
:: installing php83 (8.3.14-1) breaks dependency 'php83=8.3.12' required by php83-openssl
:: installing php83 (8.3.14-1) breaks dependency 'php83=8.3.12' required by php83-pcntl
:: installing php83 (8.3.14-1) breaks dependency 'php83=8.3.12' required by php83-pdo
:: installing php83 (8.3.14-1) breaks dependency 'php83=8.3.12' required by php83-pgsql
:: installing php83 (8.3.14-1) breaks dependency 'php83=8.3.12' required by php83-phar
:: installing php83 (8.3.14-1) breaks dependency 'php83=8.3.12' required by php83-soap
:: installing php83 (8.3.14-1) breaks dependency 'php83=8.3.12' required by php83-sqlite
:: installing php83 (8.3.14-1) breaks dependency 'php83=8.3.12' required by php83-tidy
:: installing php83 (8.3.14-1) breaks dependency 'php83=8.3.12' required by php83-tokenizer
:: installing php83 (8.3.14-1) breaks dependency 'php83=8.3.12' required by php83-xml
:: installing php83 (8.3.14-1) breaks dependency 'php83=8.3.12' required by php83-zip

This also happens with your other PHP AUR versions (e.g. php81 + php81-... modules)

el_aur commented on 2024-08-08 13:45 (UTC)

@grosjo Since 8.3.10 this patch is in upstream

el_aur commented on 2024-07-24 20:48 (UTC)

@grosjo thanks for the patch. Have included it partially to PKGBUILD

grosjo commented on 2024-07-19 04:44 (UTC)

Hi

To fix the pear error, this PR shall also be included in the patches

https://github.com/php/php-src/pull/14837

It works on my side

el_aur commented on 2024-07-15 09:56 (UTC)

@smorks: yeah killed PEAR+PECL recently

smorks commented on 2024-07-10 17:31 (UTC)

appears to be working now with php 8.3.9 and pear/pecl removed. thanks!

grosjo commented on 2024-07-06 14:36 (UTC)

Same issue here, PEAR gives en error, whatever compilation parameters

smorks commented on 2024-07-02 16:35 (UTC)

i'm getting the following error attempting to compile v8.3.8:

==> Starting package_php83-pear()...
~/php83/src/build-cli ~/php83/src

Warning: Private methods cannot be final as they are never overridden by other classes in /build/php83/src/build-cli/pear/install-pear-nozlib.phar on line 339
[PEAR] Archive_Tar    - installed: 1.4.14
[PEAR] Console_Getopt - installed: 1.4.3
[PEAR] Structures_Graph- installed: 1.1.1
[PEAR] XML_Util       - installed: 1.4.5
[PEAR] PEAR: Invalid tag order in <dependencies>, found <_content> expected one of "group"
[PEAR] PEAR: Parsing of package.xml from file "/tmp/pear/temp/pearAviT4d/package.xml" failed

Warning: fopen(/build/php83/pkg/php83-pear/etc/php83/pear.conf): Failed to open stream: No such file or directory in /startdir/pear-config-patcher.php on line 14
File was not found /build/php83/pkg/php83-pear/etc/php83/pear.conf
==> ERROR: A failure occurred in package_php83-pear().

5p4r70n commented on 2024-06-11 15:58 (UTC)

Finished with result: exit-code Main processes terminated with: code=exited/status=4

florianorineveu commented on 2024-03-30 20:55 (UTC)

How can we enable ACPu module on this version please?