From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#21987: Version 0.9 Fails to Compile on Raspbian Date: Mon, 30 Nov 2015 18:43:37 +0100 Message-ID: <87r3j78jsm.fsf@gnu.org> 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> <20151130162424.GA8971@debian> 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]:36435) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3SVf-0005Sv-Eh for bug-guix@gnu.org; Mon, 30 Nov 2015 12:45:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a3SVa-00024M-FN for bug-guix@gnu.org; Mon, 30 Nov 2015 12:45:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:43413) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3SVa-00023z-By for bug-guix@gnu.org; Mon, 30 Nov 2015 12:45:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1a3SVZ-0006vi-Ua for bug-guix@gnu.org; Mon, 30 Nov 2015 12:45:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20151130162424.GA8971@debian> (Andreas Enge's message of "Mon, 30 Nov 2015 17:24:24 +0100") 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: Andreas Enge Cc: martin.vahi@softf1.com, 21987@debbugs.gnu.org Andreas Enge skribis: > On Wed, Nov 25, 2015 at 05:02:46PM +0100, Ludovic Court=C3=A8s wrote: >> Mark H Weaver skribis: >> > We should allow arm8* as well, no? Actually armN* for N >=3D 7. >> Right. I did that in 968ae90. We=E2=80=99ll revisit it when ARMv10 is = out. > > Currently (commit 36f26211bbb2c4dffe33427d4e65d5225a586a5b), configure fa= ils > on my novena with the following message: > checking for the Guix system type... armv7l-linux > configure: error: `armv7l-linux' is not a supported platform. Could you check the value of =E2=80=98host_cpu=E2=80=99 in config.log? The= pattern use in guix.m4 is supposed to allow =E2=80=98armv7l=E2=80=99. TIA, Ludo=E2=80=99.