From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: bug#30841: Building Zend PHP (php): tests fail, and "Name or service not known" Date: Sat, 17 Mar 2018 18:59:01 +0100 Message-ID: <20180317175901.GA2461@jurong> References: <878taqipb8.fsf@hyperbola.info> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57294) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1exG7j-0006u8-8F for bug-guix@gnu.org; Sat, 17 Mar 2018 14:00:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1exG7f-0006vN-BI for bug-guix@gnu.org; Sat, 17 Mar 2018 14:00:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:58973) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1exG7f-0006tm-89 for bug-guix@gnu.org; Sat, 17 Mar 2018 14:00:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1exG7e-0005Ap-Mt for bug-guix@gnu.org; Sat, 17 Mar 2018 14:00:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <878taqipb8.fsf@hyperbola.info> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Adonay Felipe Nogueira Cc: 30841@debbugs.gnu.org Hello, On Sat, Mar 17, 2018 at 02:28:59PM -0300, Adonay Felipe Nogueira wrote: > Warning: fsockopen(): php_network_getaddresses: getaddrinfo failed: Name > or service not known in this looks like the problem that has been reported several times for different situations, due to a change in glibc. The solution was to install "nscd" (possibly in your host distribution if you are not on GuixSD). Could you give it a try? Andreas