From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: bug#21987: Version 0.9 Fails to Compile on Raspbian Date: Mon, 30 Nov 2015 17:24:24 +0100 Message-ID: <20151130162424.GA8971@debian> References: <56524494.5060507@softf1.com> <87d1v0srpq.fsf@gnu.org> <56538E5A.60907@softf1.com> <874mgbixba.fsf@gnu.org> <87610qyesf.fsf@netris.org> <87vb8qdq3d.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33768) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3RGG-00082m-Ce for bug-guix@gnu.org; Mon, 30 Nov 2015 11:25:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a3RGB-0008NU-Ep for bug-guix@gnu.org; Mon, 30 Nov 2015 11:25:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:43344) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3RGB-0008NQ-Cm for bug-guix@gnu.org; Mon, 30 Nov 2015 11:25:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1a3RGB-0003BY-5L for bug-guix@gnu.org; Mon, 30 Nov 2015 11:25:03 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <87vb8qdq3d.fsf@gnu.org> 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: 21987@debbugs.gnu.org, ludo@gnu.org, martin.vahi@softf1.com On Wed, Nov 25, 2015 at 05:02:46PM +0100, Ludovic Courtès wrote: > Mark H Weaver skribis: > > We should allow arm8* as well, no? Actually armN* for N >= 7. > Right. I did that in 968ae90. We’ll revisit it when ARMv10 is out. Currently (commit 36f26211bbb2c4dffe33427d4e65d5225a586a5b), configure fails on my novena with the following message: checking for the Guix system type... armv7l-linux configure: error: `armv7l-linux' is not a supported platform. See "GNU Distribution" in the manual, or try `--with-courage'. I suppose this is due to the commit above. Andreas