Yeah, I guess this solution is better, since there is no need for another autoconf. Sounds sad to me that I spent almost 4 hours on making it work this way and then you come with such easy solution :D At least I learned something new
Search Criteria
Package Details: php56-pgsql 5.6.40-12
Package Actions
Git Clone URL: | https://aur.archlinux.org/php56.git (read-only, click to copy) |
---|---|
Package Base: | php56 |
Description: | PostgreSQL modules for php56 |
Upstream URL: | http://www.php.net |
Keywords: | php |
Licenses: | PHP |
Submitter: | mickael9 |
Maintainer: | el_aur |
Last Packager: | el_aur |
Votes: | 50 |
Popularity: | 0.023545 |
First Submitted: | 2016-01-03 21:26 (UTC) |
Last Updated: | 2024-07-26 12:55 (UTC) |
Dependencies (56)
- php56AUR
- php56-pdoAUR
- postgresql-libs (postgresql13-libsAUR, postgresql-libs-gitAUR, postgresql-libs-12AUR)
- acl (acl-gitAUR) (make)
- apache (apache-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)
- Show 36 more dependencies...
Required by (0)
Sources (26)
- debian-php-5.6.40.patch
- fpm-numeric-uid-gid.patch
- fpm-reload-sighup.patch
- https://php.net/distributions/php-5.6.40.tar.xz
- libxml-pear.patch
- make-tests.patch
- mysql-socket-php5.3.patch
- openssl-1.1.patch
- openssl-sslv3-consts.patch
- pear-config-patcher.php
- php-apache.conf
- php-enchant-depr.patch
- php-enchant-php5.3.patch
- php-freetype-2.9.1.patch
- php-icu-php5.5.patch
- php-libxml.patch
- php-makefile-patcher.php
- php-mysqlnd-charsets.patch
- php-mysqlnd.patch
- php-opcache-lockfile-path.patch
- php-phpinfo.patch
- php55-phar-names.patch
- php56-autoconf.patch
- recode-php5.3.patch
- timezonedb-guess.patch
- timezonedb-php5.6.patch
warmos commented on 2024-01-20 18:14 (UTC)
severach commented on 2024-01-19 13:35 (UTC) (edited on 2024-01-19 13:36 (UTC) by severach)
It can be fixed with this little patch. Might be easier than providing a separate autoconf. Clearly a bug that will be fixed soon.
diff -ru5 a/configure b/configure
--- a/configure>2024-01-19 08:25:52.461216284 -0500
+++ b/configure>2024-01-19 08:29:42.513207403 -0500
@@ -6849,14 +6849,14 @@
ac_cv_pthreads_cflags=$flag
break
fi
done
fi
-fi
;;
esac
fi
+fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_pthreads_cflags" >&5
printf "%s\n" "$ac_cv_pthreads_cflags" >&6; }
.
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthreads_lib" >&5
printf %s "checking for pthreads_lib... " >&6; }
@@ -113310,14 +113310,14 @@
ac_cv_pthreads_cflags=$flag
break
fi
done
fi
-fi
;;
esac
fi
+fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_pthreads_cflags" >&5
printf "%s\n" "$ac_cv_pthreads_cflags" >&6; }
.
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthreads_lib" >&5
printf %s "checking for pthreads_lib... " >&6; }
warmos commented on 2024-01-18 23:19 (UTC) (edited on 2024-01-18 23:21 (UTC) by warmos)
I finally made it after few hours. The package is available at https://aur.archlinux.org/packages/autoconf-old and it provides binary /usr/bin/autoconf-2.70 so you should change your PKGBUILD where you specify the line ./buildconf --force
to this:
PHP_AUTOCONF="/usr/bin/autoconf-2.70" ./buildconf --force
Can you please update it and add the dependency?
Thank you
warmos commented on 2024-01-18 22:37 (UTC)
So the problem is in the newest autoconf (Currently version 2.72). I have compiled myself version 2.70 of autoconf and the compiling of php works again. The autoconf is called by buildconf script while building.
I would like to push my own aur package for autoconf 2.70, but it will take me some time to figure out how to make two versions of autoconf available at the same time on one system. Right now I have replaced the new 2.72 with the old 2.70.
Is it okay for this package to make a new dependency, after I create the aur package?
warmos commented on 2024-01-17 20:10 (UTC) (edited on 2024-01-17 20:13 (UTC) by warmos)
Hello,
since yesterday building this package crashes due to syntax error. I was able to build this package two weeks ago. What was changed? The error occurs while using makepkg and using yay too
Output while running makepkg on local system:
...
checking if compiler supports -Wl,-rpath,... yes
checking for gawk... gawk
checking for bison... no
checking for byacc... no
checking for bison version... invalid
configure: WARNING: This bison version is not supported for regeneration of the Zend/PHP parsers (found: none, min: 204, excluded: 3.0).
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking whether to enable computed goto gcc extension with re2c... no
checking whether to force non-PIC code in shared modules... no
checking whether /dev/urandom exists... yes
./configure: line 6854: syntax error near unexpected token `fi'
./configure: line 6854: `fi'
==> ERROR: A failure occurred in build().
Aborting...
el_aur commented on 2023-02-22 16:02 (UTC)
Read Carefully! Breaking changes in compare with native PHP package
Console version /usr/bin/php56 is installed with php56-cli subpackage, php56 doesn't include it anymore!!!
PEAR and PECL are available as php56-pear and php56-pecl subpackages
All shared modules are respresented as stand-alone subpackages and are not included with php56 package anymore.
No more extensions in php.ini itself!
Separate INI files for each extension are placed in /etc/php56/conf.d
They are loaded in correct order according to priority
drankinatty commented on 2022-04-19 02:47 (UTC)
Great job with the ICU patch. I hit that today after the ICU 71 update. Muddled for a hour or so to fix it with sed before finding the updated package here -- should have checked first... UBool/bool screw up in codepointiterator_internal.h and .cpp. Sheeze.
caffe1neadd1ct commented on 2021-12-11 19:45 (UTC)
Also the patches from centminmod here:
https://github.com/centminmod/centminmod/tree/master/patches/php
Would be good to apply for those still using this version, i'll try and find some time to test with ICU 70 and some centminmod patches soon.
caffe1neadd1ct commented on 2021-12-11 19:37 (UTC) (edited on 2022-01-04 10:31 (UTC) by caffe1neadd1ct)
Latest build error is due to ICU version 70. This has been fixed for php 7, for example here:
so we have two options:
-
apply the patch and hope PHP 5.6 intl works ok with ICU 70
-
install and compile ICU 69 to /opt and change one line in the PKGBUILD:
wget https://github.com/unicode-org/icu/releases/download/release-69-1/icu4c-69_1-src.tgz
tar -xf icu4c-69_1-src.tgz
cd icu/source
./configure \
--prefix=/opt/icu69 \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--sbindir=/usr/bin
make -j 8
make install
PHP56 PKGBUILD change
--with-icu-dir=/usr \
to
--with-icu-dir=/opt/icu69 \
and build with
export LD_LIBRARY_PATH=/opt/icu69/lib
makepkg -sri
exporting the LD LIB PATH seems to avoid a very strange error in the intl extension even though the path has already been set using --with
Haven't tested the patch to work with ICU 70 yet but could be an option
Pinned Comments
el_aur commented on 2023-02-22 16:02 (UTC)
Read Carefully! Breaking changes in compare with native PHP package
Console version /usr/bin/php56 is installed with php56-cli subpackage, php56 doesn't include it anymore!!!
PEAR and PECL are available as php56-pear and php56-pecl subpackages
All shared modules are respresented as stand-alone subpackages and are not included with php56 package anymore.
No more extensions in php.ini itself!
Separate INI files for each extension are placed in /etc/php56/conf.d
They are loaded in correct order according to priority
mickael9 commented on 2018-10-03 17:21 (UTC)
PHP 5.6 will stop getting security updates in January 2019. Consider upgrading to PHP 7 now
mickael9 commented on 2016-04-06 11:51 (UTC) (edited on 2018-10-03 17:18 (UTC) by mickael9)
PLEASE READ : For those who are getting "unknown public key" errors, this is NOT caused by this package. It means GPG is not configured to fetch public keys automatically (which is normal by default)
Please read the instructions at https://wiki.archlinux.org/index.php/Makepkg#Signature_checking
The easiest way to overcome this is to manually import the keys from a keyserver :
mickael9 commented on 2016-01-14 01:53 (UTC) (edited on 2016-08-06 17:00 (UTC) by mickael9)