@Gonzo2028 @muhviehstarr
Some dependencies are missing, that's why build fails.
You need to add «hspell, nuspell, libvoikko» to required dependencies in order for the package to build.
Git Clone URL: | https://aur.archlinux.org/php80.git (read-only, click to copy) |
---|---|
Package Base: | php80 |
Description: | pdo_firebird module for php80 |
Upstream URL: | http://www.php.net |
Licenses: | PHP |
Submitter: | muhviehstarr |
Maintainer: | muhviehstarr (el_aur) |
Last Packager: | el_aur |
Votes: | 15 |
Popularity: | 0.000004 |
First Submitted: | 2020-12-07 11:10 (UTC) |
Last Updated: | 2024-07-26 09:24 (UTC) |
@Gonzo2028 @muhviehstarr
Some dependencies are missing, that's why build fails.
You need to add «hspell, nuspell, libvoikko» to required dependencies in order for the package to build.
@Gonzo2028 @jvzr Check test log files at .../php80/src/php-8.0.0/Zend/tests for failing tests. In my case I found this output:
---- EXPECTED OUTPUT
===DONE===
---- ACTUAL OUTPUT
** (process:768017): WARNING **: 13:44:10.858: Error loading plugin: libhspell.so.0: cannot open shared object file: No such file or directory
** (process:768017): WARNING **: 13:44:10.858: Error loading plugin: libnuspell.so.4: cannot open shared object file: No such file or directory
** (process:768017): WARNING **: 13:44:10.858: Error loading plugin: libvoikko.so.1: cannot open shared object file: No such file or directory
** (process:768017): WARNING **: 13:44:10.925: Error loading plugin: libhspell.so.0: cannot open shared object file: No such file or directory
** (process:768017): WARNING **: 13:44:10.926: Error loading plugin: libnuspell.so.4: cannot open shared object file: No such file or directory
** (process:768017): WARNING **: 13:44:10.926: Error loading plugin: libvoikko.so.1: cannot open shared object file: No such file or directory
===DONE===
---- FAILED
After installing hspell nuspell libvoikko
from repo the build and tests were successful
I get the same error as @Gonzo2028 on my Linode server
@dfjigdfijgojio
fix your gpg config(keyserver)
:: There are 2 providers available for php80:
:: Repository AUR
1) php80 2) php80-zts
Enter a number (default=1): 1
-> could not open file /var/lib/pacman/local/binutils-2.35-2/desc: No such file or directory
-> could not open file /var/lib/pacman/local/bison-3.6.4-1/desc: No such file or directory
-> could not open file /var/lib/pacman/local/fakeroot-1.24-2/desc: No such file or directory
-> could not open file /var/lib/pacman/local/gcc-10.2.0-2/desc: No such file or directory
-> could not open file /var/lib/pacman/local/gcc-libs-10.2.0-2/desc: No such file or directory
-> could not open file /var/lib/pacman/local/git-2.28.0-1/desc: No such file or directory
-> could not open file /var/lib/pacman/local/grep-3.4-1/desc: No such file or directory
-> could not open file /var/lib/pacman/local/pacman-5.2.2-2/desc: No such file or directory
:: Checking for conflicts...
:: Checking for inner conflicts...
[Repo Make:10] apr-1.7.0-3 apr-util-1.6.1-8 apache-2.4.46-3 aspell-0.60.8-2 c-client-2007f-11 tidy-5.7.16-2 unixodbc-2.3.9-1 tinycdb-0.78-4 postfix-3.5.8-3 freetds-1.2.12-1
[Aur:1] php80-8.0.0-1
==> Remove make dependencies after install? [y/N] n
:: Downloaded PKGBUILD (1/1): php80
1 php80 (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> n
:: (1/1) Parsing SRCINFO: php80
:: PGP keys need importing:
-> CBAF69F173A0FEA4B537F470D66C9593118BCCB6, required by: php80
-> 1729F83938DA44E27BA0F4D3DBDB397470D12172, required by: php80
-> F38252826ACD957EF380D39F2F7956BC5DA04B5D, required by: php80
==> Import? [Y/n] y
:: Importing keys with gpg...
gpg: keyserver receive failed: General error
problem importing keys
does not build for me.
Number of tests : 3978 3899 Tests skipped : 79 ( 2.0%) -------- Tests warned : 0 ( 0.0%) ( 0.0%) Tests failed : 2 ( 0.1%) ( 0.1%) Expected fail : 3 ( 0.1%) ( 0.1%) Tests passed : 3894 ( 97.9%) ( 99.9%)
===================================================================== EXPECTED FAILED TEST SUMMARY
Inconsistencies when accessing protected members [Zend/tests/access_modifiers_008.phpt] XFAIL REASON: Discussion: http://marc.info/?l=php-internals&m=120221184420957&w=2 Inconsistencies when accessing protected members - 2 [Zend/tests/access_modifiers_009.phpt] XFAIL REASON: Discussion: http://marc.info/?l=php-internals&m=120221184420957&w=2 Test open_basedir configuration [tests/security/open_basedir_linkinfo.phpt] XFAIL REASON: BUG: open_basedir cannot delete symlink to prohibited file. See also bugs 48111 and 52176. =====================================================================
===================================================================== FAILED TEST SUMMARY
Test that there is no arginfo/zpp mismatch [Zend/tests/arginfo_zpp_mismatch.phpt] Test that there is no arginfo/zpp mismatch in strict mode [Zend/tests/arginfo_zpp_mismatch_strict.phpt] ===================================================================== make: *** [Makefile:289: test] Fehler 1
Pinned Comments
muhviehstarr commented on 2022-08-08 07:32 (UTC) (edited on 2022-10-18 12:04 (UTC) by muhviehstarr)
binaries can be found here, currently the packages are not signed , i will add this when i got some time
https://files.it-kraut.net/php80/
pacman.conf:
el_aur commented on 2022-02-03 18:50 (UTC)
Read Carefully! Breaking changes in compare with native PHP package
Console version
/usr/bin/php80
is installed withphp80-cli
subpackage,php80
doesn't include it anymore!!!PEAR and PECL are available as
php80-pear
andphp80-pecl
subpackagesAll shared modules are respresented as stand-alone subpackages and are not included with
php80
package anymore.No more extensions in php.ini itself!
Separate INI files for each extension are placed in
/etc/php80/conf.d
They are loaded in correct order according to priority