this extension recently updated to 7.0.33-2 and I couldn't update due to some undocumented error in check procedure. Analysing check in PKGBUILD, it only checked for sendmail and ran php tests. I found out then that sendmail was not installed in my system and installing it allowed me to update this package. Sendmail should, therefore, be a package dependency or at least the user should be warned that sendmail is not installed
Search Criteria
Package Base Details: php70
Git Clone URL: | https://aur.archlinux.org/php70.git (read-only, click to copy) |
---|---|
Submitter: | betrixed |
Maintainer: | wget |
Last Packager: | wget |
Votes: | 10 |
Popularity: | 0.000000 |
First Submitted: | 2017-02-05 08:12 |
Last Updated: | 2019-04-28 22:32 |
gchamon commented on 2019-01-10 22:05
wget commented on 2018-08-10 09:37
@TomaszGasior I don't know. I cannot reproduce the issue. The GPG keys are being imported fine from my side even on a brand new Arch Linux test machine. Maybe checking n the GPG documentation could help. Maybe this is related to dirmngr? https://wiki.archlinux.org/index.php/GnuPG#gpg_hanged_for_all_keyservers_.28when_trying_to_receive_keys.29
TomaszGasior commented on 2018-07-28 11:51
@wget When I try to import keys by your command, I have a different error: "gpg: keyserver receive failed: General error". What should I do?
wget commented on 2018-07-03 16:01
Thanks tunght13488! Package update with your fixes. And indeed this is working :) On my side I realized the compilation of this package was happening on one CPU core and tweaked a bit the PKGBUILD in order to improve it even further.
tunght13488 commented on 2018-06-18 03:04
I managed to get configure
using pkg-config
instead of freetype-config
: https://github.com/tunght13488/aur-php70/commit/4a0db6535088bac262560aa7378092586da3b533
tunght13488 commented on 2018-06-18 02:23
I tried adding --with-freetype-dir=/usr \
after --with-enchant=shared,/usr \
but the build failed with freetype-config not found
. Looks like freetype-config is no longer available in freetype2 and we should use something like pkg-config --cflags freetype2
instead of freetype-config --cflags
. I'm still trying to figure out how to do that during the build.
tunght13488 commented on 2018-06-18 02:06
Looks like v7.0.30 removed freetype support. Function imageftbbox is no longer available
wget commented on 2018-06-13 15:41
Thanks el_aur for the patch! I appreciate it. It has been applied. Anything else I should replace/correct?
el_aur commented on 2018-06-07 13:14
There's issue with -embed package can you add there instrtuction to PKGBUILD:
mv ${pkgdir}/usr/lib/libphp7.so ${pkgdir}/usr/lib/libphp-70.so
just after
make -j1 INSTALL_ROOT=${pkgdir} PHP_SAPI=embed install-sapi
/usr/lib/libphp7.so is already owned by php package from native repo
wget commented on 2018-05-14 14:00
@rdoursenaud I started to implement the fix, but even with my bunch of regex to force the rename (see related commented lines in PKGBUILD), the build process still produce libphp7.so. Any help would be appreciated.
Pinned Comments
wget commented on 2018-04-24 22:41
This package makes use of GPG keys for integrity verification. Here are the PGP keys you need to import (if you trust them):
Receiving GPG keys might fail with the following error message:
$ gpg: keyserver receive failed: Connection refused
. If this happens, just check your DNS or use other ones.