From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Build failure on armhf Date: Sat, 12 Dec 2015 14:57:21 +0100 Message-ID: <20151212135721.GA18797@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49286) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a7kgH-0005Cq-7D for guix-devel@gnu.org; Sat, 12 Dec 2015 08:57:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a7kgC-0006Eb-8i for guix-devel@gnu.org; Sat, 12 Dec 2015 08:57:49 -0500 Received: from mout.kundenserver.de ([212.227.126.135]:54284) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a7kgC-0006ER-09 for guix-devel@gnu.org; Sat, 12 Dec 2015 08:57:44 -0500 Content-Disposition: inline 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: linux-numa@vger.kernel.org Cc: guix-devel@gnu.org Hello, numactl fails to build on armhf: http://hydra.gnu.org/build/866208/log/raw with the following error message: syscall.c:113:2: error: #error "Add syscalls for your architecture or update kernel headers" #error "Add syscalls for your architecture or update kernel headers" Is this a known limitation? If yes, could it maybe be detected during the call to "configure"? Andreas