From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?55m944GE54aK77yg55u45pKy6YGT?= Subject: Re: Guix on Android, getaddrinfo, failure in name resolution Date: Thu, 14 Feb 2019 21:20:52 +0000 Message-ID: References: <7DD810A8-FBFF-4609-981B-AD6169C384AB@sumou.com> <7A2A3304-5B19-47D6-91A8-960D60294C3B@sumou.com> <878szgqnsl.fsf@gnu.org> <87wom5htiz.fsf@gnu.org> <3E0B2470-CBB6-4F74-BDA7-8C6DC2B0EAE6@sumou.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:57213) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1guOVI-000350-Md for help-guix@gnu.org; Thu, 14 Feb 2019 16:25:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1guORK-0001gi-GN for help-guix@gnu.org; Thu, 14 Feb 2019 16:21:03 -0500 In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: =?ISO-8859-1?Q?Ludovic_Court=E8s?= Cc: help-guix@gnu.org On February 14, 2019 1:54:24 PM UTC, "=E7=99=BD=E3=81=84=E7=86=8A=EF=BC=A0= =E7=9B=B8=E6=92=B2=E9=81=93" wrote: >Plus, I checked just to make sure =E2=80=94 after this run, in the sessio= n, >guix clearly can access the internet, as =E2=80=9Cguix build hello=E2=80= =9D downloads >the hello package nicely=2E =E2=80=9Cguix package -i hello=E2=80=9D fails= , as it >downloads other stuff and tries to build curl =E2=80=94 whereby building = curl >fails on tests, as internet access tests for curl make fail=2E=20 > >Don't know why it's not just installing =E2=80=9Chello=E2=80=9D and wants= to install >other stuff =E2=80=94 substitutes are authorized, that's why =E2=80=9Cgui= x build=E2=80=9D >downloads it directly?=20 > >Anyhow =E2=80=94 this seems to be specific issue =E2=80=94 armhf related?= Why is it >failing on =E2=80=9Cguix pull=E2=80=9D with the name resolution failure? = It seems to >be revolving around this=2E=20 > >Anything else I can debug?=20 I ran guix's ncsd on another terminal in debug mode=2E This is what happen= s when guix fails on the letsencrypt name resolution:=20 Thu Feb 14 21:16:54 2019 - 15215: handle_request: request received (Versio= n =3D 2) from PID 15460 Thu Feb 14 21:16:54 2019 - 15215: GETFDPW Thu Feb 14 21:16:54 2019 - 15215: handle_request: request received (Versio= n =3D 2) from PID 15460 Thu Feb 14 21:16:54 2019 - 15215: GETPWBYUID (10224) Thu Feb 14 21:16:54 2019 - 15215: handle_request: request received (Versio= n =3D 2) from PID 15589 Thu Feb 14 21:16:54 2019 - 15215: GETFDGR Thu Feb 14 21:16:54 2019 - 15215: handle_request: request received (Versio= n =3D 2) from PID 15589 Thu Feb 14 21:16:54 2019 - 15215: GETGRBYNAME (guixbuild) Thu Feb 14 21:16:56 2019 - 15215: handle_request: request received (Versio= n =3D 2) from PID 15595 Thu Feb 14 21:16:56 2019 - 15215: GETFDHST Thu Feb 14 21:16:56 2019 - 15215: handle_request: request received (Versio= n =3D 2) from PID 15595 Thu Feb 14 21:16:56 2019 - 15215: GETFDSERV Thu Feb 14 21:16:56 2019 - 15215: handle_request: request received (Versio= n =3D 2) from PID 15595 Thu Feb 14 21:16:56 2019 - 15215: GETSERVBYNAME (https/tcp) Thu Feb 14 21:16:56 2019 - 15215: handle_request: request received (Versio= n =3D 2) from PID 15595 Thu Feb 14 21:16:56 2019 - 15215: GETAI (letsencrypt=2Eorg) So, it seems it's resolving=2E What could be the problem?=20 -- =E7=99=BD=E3=81=84=E7=86=8A=EF=BC=A0=E7=9B=B8=E6=92=B2=E9=81=93