Two minor things that make this conflict with running with php70-fpm
php-fpm.patch
uses /run/php70-fpm/php-fpm.sock
instead of /run/php71-fpm/php-fpm.sock
php-fpm.tmpfiles
uses /run/php70-fpm
instead of /run/php71-fpm
Git Clone URL: | https://aur.archlinux.org/php71.git (read-only, click to copy) |
---|---|
Keywords: | 7.1 php |
Submitter: | Synthead |
Maintainer: | wget |
Last Packager: | wget |
Votes: | 10 |
Popularity: | 0.000006 |
First Submitted: | 2018-03-26 18:04 |
Last Updated: | 2019-11-03 19:03 |
Two minor things that make this conflict with running with php70-fpm
php-fpm.patch
uses /run/php70-fpm/php-fpm.sock
instead of /run/php71-fpm/php-fpm.sock
php-fpm.tmpfiles
uses /run/php70-fpm
instead of /run/php71-fpm
Hi @Renfield,
As I can see the check() method is simple, so you can just modify it to put some outputs (echo "X") and rebuild. This way you will be able to find out exactly where it's failing. As I can see it can fail checking the sendmail_path or failing running the php tests. Also you should be able to execute these tests by yourself to see their output.
Having php 7.2 should not be a problem.
Kind regards.
I just tried to build this package and got this result:
Build complete. Don't forget to run 'make test'.
==> Starting check()... ==> ERROR: A failure occurred in check(). Aborting...
Not very useful. I wonder if it is due to having PHP72 intalled already.
Hi @wget,
First of all thank you for your work.
Just to let you know that the default listener in /etc/php71/php-fpm.d/www.conf
is /run/php70-fpm/php-fpm.sock. This could cause issue if someone has installed php70 and php71
P.S. I need to remove --with-freetype-dir=/usr \
to be able to compile the package because it can't fine one .h file.
Thank you for you work.
This package makes use of GPG keys for integrity verification. Here are the PGP keys you need to import (if you trust them):
$ gpg --recv-keys A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 1729F83938DA44E27BA0F4D3DBDB397470D12172
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.
@all Package rewritten and updated. php70-noconflict
will be merged into this one. If you are running into any issues, feel free to ask in this comments area :)
@bugsmanagement Yes, I'm. I'm just a little behind schedule due to FOSDEM.
Hi @wget
Thanks for taking on maintainer-ship, just checking in, still working on the update?
@marove
I just got the following error while starting php71-fpm.service
/usr/bin/php-fpm71: error while loading shared libraries: libreadline.so.7: cannot open shared object file: No such file or directory
This workaround fixed the bug:
ln -s /usr/lib/libreadline.so.8 /usr/lib/libreadline.so.7
Pinned Comments
wget commented on 2019-02-11 11:49
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.