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 19:01:43 +0100 Message-ID: <20151130180143.GA10374@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> <20151130162424.GA8971@debian> <87r3j78jsm.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]:42104) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3Sm6-0002sy-R1 for bug-guix@gnu.org; Mon, 30 Nov 2015 13:02:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a3Sm2-0006um-Pg for bug-guix@gnu.org; Mon, 30 Nov 2015 13:02:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:43436) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3Sm2-0006ui-Ma for bug-guix@gnu.org; Mon, 30 Nov 2015 13:02:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1a3Sm2-0007Ov-Ac for bug-guix@gnu.org; Mon, 30 Nov 2015 13:02:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <87r3j78jsm.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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: martin.vahi@softf1.com, 21987@debbugs.gnu.org On Mon, Nov 30, 2015 at 06:43:37PM +0100, Ludovic Courtès wrote: > Could you check the value of ‘host_cpu’ in config.log? The pattern use > in guix.m4 is supposed to allow ‘armv7l’. Yes, that is what surprises me also. An excerpt of config.log: guix_system='armv7l-linux' host='armv7l-unknown-linux-gnueabihf' host_alias='' host_cpu='armv7l' host_os='linux-gnueabihf' host_vendor='unknown' Andreas