I use keyserver.ubuntu.com keyserver to resolve the GPG keyserver error
$ gpg --keyserver keyserver.ubuntu.com --recv-keys A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 1729F83938DA44E27BA0F4D3DBDB397470D12172
Git Clone URL: | https://aur.archlinux.org/php71.git (read-only, click to copy) |
---|---|
Package Base: | php71 |
Description: | dblib module for PHP |
Upstream URL: | http://www.php.net |
Keywords: | 7.1 php |
Licenses: | |
Provides: | |
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 |
I use keyserver.ubuntu.com keyserver to resolve the GPG keyserver error
$ gpg --keyserver keyserver.ubuntu.com --recv-keys A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 1729F83938DA44E27BA0F4D3DBDB397470D12172
If this happens, just check your DNS or use other ones.
I have "checked" my DNS in that every domain I can try works. And i have tried adding cloudflare and Google DNS, still to no avail. any other suggestions?
I used
gpg --keyserver hkp://pgp.mit.edu --recv-key F9BA0ADA31CBD89E
to resolve this error : $ gpg: keyserver receive failed: Connection refused
It does not work on my Arch installation. The check test for ini_get("sendmail_path"); expects to find it in /usr/bin/sendmail, but ini_get returns /usr/sbin/sendmail so the grep commands returns 1 and the check fails.
I had to comment that check in order to install it with aurutils.
@kde35 maybe it's too late, but I had the same problem and could fix using a workaround: copying the entire folder /usr/include/freetype2/ to its parent.
# cp -r /usr/include/freetype2/* /usr/include
@wget, do you have a more elegant solution for this? That would be great.
@ruskiyos: You need apache, not as a dependency, but as a make dependency. This is completely different, while the first is a hard requirement, the second is just a requirement to build the final application, here php. As you can see, if I'm not relying on apache, the SAPI CGI module cannot be build:
Configuring SAPI modules
checking for Apache 2.0 handler-module support via DSO through APXS...
Sorry, I cannot run apxs. Possible reasons follow:
1. Perl is not installed
2. apxs was not found. Try to pass the path using --with-apxs2=/path/to/apxs
3. Apache was not built using --enable-so (the apxs usage page is displayed)
The output of apxs follows:
./configure: line 6167: apxs: command not found
configure: error: Aborting
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Build failed, check /var/lib/archbuild/extra-x86_64/wget/build
Out of curiosity, why is apache
a required dependency for this package?
Package updated to 7.1.31
Package updated to 7.1.28. @matth Thanks a lot. I corrected the package by integrating your comments :) @kde35 Sorry, but I cannot reproduce from my side. The package built and all tests passed flawlessly on my Arch Linux based computer. :-/
This doesn't compile, I get aur/php71/src/php-7.1.16/ext/gd/gd.c:77:12: fatal error: ft2build.h: No such file or directory # include <ft2build.h> ^~~~~~~~~~~~ compilation terminated. make: *** [Makefile:1060: ext/gd/gd.lo] Error 1 ==> ERROR: A failure occurred in build(). Aborting...
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.