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: Tue, 01 Dec 2015 22:44:10 +0100 Message-ID: <87k2ox4zf9.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> <87r3j78jsm.fsf@gnu.org> <20151130180143.GA10374@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]:32900) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3sjS-00089n-Fy for bug-guix@gnu.org; Tue, 01 Dec 2015 16:45:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a3sjP-0001LA-9u for bug-guix@gnu.org; Tue, 01 Dec 2015 16:45:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:45723) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3sjP-0001L5-6D for bug-guix@gnu.org; Tue, 01 Dec 2015 16:45:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1a3sjO-0002Im-PO for bug-guix@gnu.org; Tue, 01 Dec 2015 16:45:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20151130180143.GA10374@debian> (Andreas Enge's message of "Mon, 30 Nov 2015 19:01:43 +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 Mon, Nov 30, 2015 at 06:43:37PM +0100, Ludovic Court=C3=A8s wrote: >> 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. > > Yes, that is what surprises me also. An excerpt of config.log: > > guix_system=3D'armv7l-linux' > host=3D'armv7l-unknown-linux-gnueabihf' > host_alias=3D'' > host_cpu=3D'armv7l' Fixed in dfdb15d (an M4 quotation issue=E2=80=A6) Thanks, Ludo=E2=80=99.