From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#24687: Tests fail building on Arch Linux Date: Fri, 14 Oct 2016 15:03:51 +0200 Message-ID: <877f9baxqg.fsf@gnu.org> References: <9ae8b5dc-d877-b30d-301c-9d250383dd80@eagles.ewu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47745) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bv29f-00054S-Gi for bug-guix@gnu.org; Fri, 14 Oct 2016 09:04:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bv29a-0004zl-AK for bug-guix@gnu.org; Fri, 14 Oct 2016 09:04:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:48700) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bv29a-0004zg-6y for bug-guix@gnu.org; Fri, 14 Oct 2016 09:04:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1bv29Z-0000bK-Um for bug-guix@gnu.org; Fri, 14 Oct 2016 09:04:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <9ae8b5dc-d877-b30d-301c-9d250383dd80@eagles.ewu.edu> (David McInnis's message of "Thu, 13 Oct 2016 14:39:57 -0700") 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: David McInnis Cc: 24687@debbugs.gnu.org Hi, David McInnis skribis: > substitute: guix/ui.scm:1209:6: In procedure run-guix-command: > substitute: guix/ui.scm:1209:6: unmatched line "= " > actual-value: #f > actual-error: > + (srfi-34 > + #) > result: FAIL I think your ISP does DNS hijacking: it resolves the =E2=80=9Cdoes-not-exis= t=E2=80=9D hostname used in this test and other tests to an IP. The tests expect an name lookup error, and instead get this, hence the error. I think there=E2=80=99s not much we can do on your side, but you should definitely complain to your ISP. :-) Thanks, Ludo=E2=80=99.