Package Details: php7-homegear 7.2.5-1

Git Clone URL: https://aur.archlinux.org/php7-homegear.git (read-only, click to copy)
Package Base: php7-homegear
Description: Patched version of PHP for Homegear
Upstream URL: http://www.php.net
Licenses: PHP
Submitter: avanc
Maintainer: None
Last Packager: Niklas
Votes: 3
Popularity: 0.000000
First Submitted: 2016-02-09 17:54 (UTC)
Last Updated: 2018-05-30 23:55 (UTC)

Latest Comments

avanc commented on 2018-06-01 17:55 (UTC)

Hm, I had no luck. I tried it several times with a clean checkout. I replaced enchant with enchant-pure from aur and this package compiled.

Niklas commented on 2018-05-30 23:56 (UTC) (edited on 2018-05-30 23:56 (UTC) by Niklas)

Last commit updates this to php 7.2.5 but it shouldn't change anything about the enchant situation. It builds flawlessly for me in a chroot.

avanc commented on 2018-05-30 18:35 (UTC)

I still have the problem "Cannot find enchant" although the fix of PatrickE94 is included. Any hints on how to compile this package?

PatrickE94 commented on 2017-12-30 18:00 (UTC) (edited on 2017-12-30 18:01 (UTC) by PatrickE94)

Compiles successfully if we switch from static enchant module to shared, i.e. change line 64,

from --with-enchant=/usr \

to --with-enchant=shared,/usr \

Even if this is not what the homegear guide says (shared vs static). It works as a workaround for now at least.

Niklas commented on 2017-12-06 18:59 (UTC)

Aware of the update but I can't get PHP 7.2 to build in general at the moment. No clue why.

mapero commented on 2016-02-15 08:38 (UTC) (edited on 2016-02-15 08:39 (UTC) by mapero)

There are some typos in your PKGBUILD: "_pgkbase=php" should be "_pkgbase=php" and you are missing some single quotes between libedit and openssl: depends=('gmp' 'enchant' 'libmcrypt' 'libedit openssl' 'libxml2')