From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Build failure on armhf Date: Thu, 21 Jan 2016 21:12:44 +0100 Message-ID: <20160121201244.GB7969@debian> References: <20151212135721.GA18797@debian> <20151230194503.GF15533@two.firstfloor.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43601) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aMLbC-0003s9-L0 for guix-devel@gnu.org; Thu, 21 Jan 2016 15:12:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aMLb7-0002x9-MJ for guix-devel@gnu.org; Thu, 21 Jan 2016 15:12:54 -0500 Received: from mailrelay7.public.one.com ([91.198.169.215]:24386) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aMLb7-0002x5-AM for guix-devel@gnu.org; Thu, 21 Jan 2016 15:12:49 -0500 Content-Disposition: inline In-Reply-To: <20151230194503.GF15533@two.firstfloor.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Andi Kleen Cc: guix-devel@gnu.org, linux-numa@vger.kernel.org, Filipe Brandenburger Hello, and sorry for taking my time in replying around the Christmas holidays. On Wed, Dec 30, 2015 at 08:45:04PM +0100, Andi Kleen wrote: > I guess he wants to build on that platform. Indeed. However, my situation is a bit special: I am doing QA work on the Guix GNU/Linux distribution and noticed numactl did not compile. Personally, I am not using the software... > If your headers don't have numa support at all it may be also possible > that the platform simply doesn't support NUMA. In that case building > numactl is pointless. So I understand that numactl is not supported on armhf? In that case, we can simply disable its build on this architecture. Andreas