@henschi try to build now
Search Criteria
Package Details: php80-gettext 8.0.30-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/php80.git (read-only, click to copy) |
---|---|
Package Base: | php80 |
Description: | gettext module for php80 |
Upstream URL: | http://www.php.net |
Licenses: | PHP |
Submitter: | muhviehstarr |
Maintainer: | muhviehstarr (el_aur) |
Last Packager: | el_aur |
Votes: | 14 |
Popularity: | 0.000000 |
First Submitted: | 2020-12-07 11:10 (UTC) |
Last Updated: | 2024-07-26 09:24 (UTC) |
Dependencies (56)
- php80AUR
- acl (acl-gitAUR) (make)
- apache (apache-gitAUR) (make)
- argon2 (argon2-gitAUR) (make)
- aspell (aspell-gitAUR) (make)
- autoconf (autoconf-gitAUR) (make)
- automake (automake-gitAUR) (make)
- bash (bash-devel-gitAUR, bash-gitAUR) (make)
- c-clientAUR (make)
- coreutils (coreutils-gitAUR, coreutils-selinuxAUR, coreutils-uutilsAUR, coreutils-uutils-symlinkAUR) (make)
- curl (curl-gitAUR, curl-c-aresAUR) (make)
- db5.3 (make)
- e2fsprogs (e2fsprogs-gitAUR) (make)
- enchant (make)
- findutils (findutils-gitAUR, findutils-selinuxAUR) (make)
- freetds (make)
- gawk (gawk-gitAUR) (make)
- gd (gd-gitAUR) (make)
- gmp (gmp-hgAUR) (make)
- hspell (make)
- Show 36 more dependencies...
Required by (0)
Sources (14)
- debian-php-8.0.patch
- https://php.net/distributions/php-8.0.30.tar.xz
- icu-74-php-7.4.patch
- libxml-21200-php-8.0.patch
- libxml-pear.patch
- make-tests.patch
- openssl-sslv3-consts.patch
- pear-config-patcher.php
- php-apache.conf
- php-libxml.patch
- php-makefile-patcher.php
- php-phpinfo.patch
- timezonedb-guess.patch
- timezonedb-php8.0.patch
el_aur commented on 2023-01-11 10:13 (UTC)
henschi commented on 2022-12-22 13:35 (UTC) (edited on 2022-12-28 09:34 (UTC) by henschi)
@el_aur Compile problem after db upgrade from 5.3.28 to 6.2.32 . But version 6.2.32-1 and 5.3.28-2 of db is installed.
checking for mdb_env_open in -llmdb... yes
checking for LMDB support... yes
checking for DB4 major version... configure: error: Header contains different version
==> ERROR: A failure occurred in build().
Aborting...
vladimir commented on 2022-11-10 12:09 (UTC)
@el_aur: Thank you, seems to work!
el_aur commented on 2022-11-08 16:29 (UTC)
@vladimir can you try to build now? Forced to build against openssl 1.1
el_aur commented on 2022-11-08 09:47 (UTC)
@vladimir thanks for notice. Will try to build it against 1.1
vladimir commented on 2022-11-07 10:59 (UTC)
Hi, applied openssl 3 fix doesn't work. When reading pkcs12 certificates, it just return false. I guess only correct solution is to build against openssl-1.1 (which is still in repositories)
el_aur commented on 2022-11-05 21:05 (UTC)
Applied fix. Now it builds fine with fresh openssl ;)
df8oe commented on 2022-11-05 10:32 (UTC)
does no longer build since update today
kescherAUR commented on 2022-11-05 10:30 (UTC) (edited on 2022-11-05 10:30 (UTC) by kescherAUR)
Does not build with openssl being version 3 now in the repos:
/tmp/php80/src/php-8.0.25/ext/openssl/openssl.c:1316:58: error: ‘RSA_SSLV23_PADDING’ undeclared (first use in this function); did you mean ‘RSA_PKCS1_PADDING’?
1316 | REGISTER_LONG_CONSTANT("OPENSSL_SSLV23_PADDING", RSA_SSLV23_PADDING, CONST_CS|CONST_PERSISTENT);
omerida commented on 2022-10-18 17:53 (UTC)
Running it in a chroot environment seemed to do the trick. Not sure what's different in my makepkg.conf, afaik its the stock one...
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