From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#33754: guix-0.16.0-4.60b0402 fails to build on armhf-linux Date: Fri, 14 Dec 2018 23:25:02 -0500 Message-ID: <87r2ejbeme.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34795) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gY1Xi-0003er-G1 for bug-guix@gnu.org; Fri, 14 Dec 2018 23:27:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gY1Xd-000394-Jy for bug-guix@gnu.org; Fri, 14 Dec 2018 23:27:10 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:44598) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gY1Xa-00036z-UE for bug-guix@gnu.org; Fri, 14 Dec 2018 23:27:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gY1Xa-0006IS-MV for bug-guix@gnu.org; Fri, 14 Dec 2018 23:27:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34634) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gY1Wi-0003Zk-6D for bug-guix@gnu.org; Fri, 14 Dec 2018 23:26:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gY1Wd-0002i3-9C for bug-guix@gnu.org; Fri, 14 Dec 2018 23:26:08 -0500 Received: from world.peace.net ([64.112.178.59]:44142) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gY1Wd-0002hs-4U for bug-guix@gnu.org; Fri, 14 Dec 2018 23:26:03 -0500 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: 33754@debbugs.gnu.org guix-0.16.0-4.60b0402 fails to build on armhf-linux, in what appears to be a reproducible failure. https://hydra.gnu.org/build/3281991 Two tests fail: tests/graph.scm and tests/guix-package.sh. Both failures are ultimately caused by the following error: (match-error "match" "no matching pattern" "armhf-linux") It's possible that this problem is partly fixed by commit 966629a, https://git.savannah.gnu.org/cgit/guix.git/commit/?id=966629a114fd90153784dfdbe5e332e0ac94f1bc but I think that we also need to update our 'guix' package so that armhf-linux systems will be usable again. Mark