From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: bug#21987: Version 0.9 Fails to Compile on Raspbian Date: Sun, 22 Nov 2015 19:34:05 -0500 Message-ID: References: <56524494.5060507@softf1.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48995) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0f63-0003Mt-72 for bug-guix@gnu.org; Sun, 22 Nov 2015 19:35:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a0f62-00086k-D9 for bug-guix@gnu.org; Sun, 22 Nov 2015 19:35:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:58971) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0f62-00086f-9f for bug-guix@gnu.org; Sun, 22 Nov 2015 19:35:06 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1a0f61-0008TQ-EI for bug-guix@gnu.org; Sun, 22 Nov 2015 19:35:05 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48737) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0f55-0003H7-Jw for bug-Guix@gnu.org; Sun, 22 Nov 2015 19:34:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a0f54-0007oI-Mq for bug-Guix@gnu.org; Sun, 22 Nov 2015 19:34:07 -0500 Received: from mail-yk0-x232.google.com ([2607:f8b0:4002:c07::232]:34696) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0f54-0007nl-FU for bug-Guix@gnu.org; Sun, 22 Nov 2015 19:34:06 -0500 Received: by ykfs79 with SMTP id s79so223526251ykf.1 for ; Sun, 22 Nov 2015 16:34:05 -0800 (PST) In-Reply-To: <56524494.5060507@softf1.com> 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Martin Vahi Cc: bug-Guix@gnu.org On Sun, Nov 22, 2015 at 5:41 PM, Martin Vahi wrote: > [snip] > ice-9/boot-9.scm:106:20: In procedure # ice-9/boot-9.scm:97:6 (thrown-k . args)>: > ice-9/boot-9.scm:106:20: Throw to key `match-error' with args `("match" > "no matching pattern" "armv6l")'. The Raspberry Pi's processor uses an ARMv6 processor, but Guix only supports ARMv7. Sorry! - Dave