From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: failing packages Date: Sat, 17 Oct 2015 21:56:05 +0200 Message-ID: <20151017195605.GA16011@debian> References: <20151006124812.3e2c2f3f@debian-netbook> <20151016201135.GA14772@debian> <20151016210206.GA23225@debian> <20151017105253.GA5054@thebird.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52072) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZnXaQ-0000aU-VF for guix-devel@gnu.org; Sat, 17 Oct 2015 15:56:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZnXaM-0001Jc-W8 for guix-devel@gnu.org; Sat, 17 Oct 2015 15:56:14 -0400 Received: from mout.kundenserver.de ([212.227.126.187]:59121) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZnXaM-0001JY-M7 for guix-devel@gnu.org; Sat, 17 Oct 2015 15:56:10 -0400 Content-Disposition: inline In-Reply-To: <20151017105253.GA5054@thebird.nl> 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: Pjotr Prins Cc: guix-devel@gnu.org On Sat, Oct 17, 2015 at 12:52:53PM +0200, Pjotr Prins wrote: > Anything bioinformatics is not really used on non Intel architectures. > It may change later but, yes, defaulting to x86_64 is the quick option > for failing packages. I prefer we change them that way. How about ngs-sdk, which fails on armhf with the slightly surprising error message: Configuring NGS-SDK package checking system type... Linux checking machine architecture... armv7l configure: error: unsupported architecture 'Linux' (and similarly on mips). Is it okay to take out mips and arm from the supported architectures? Andreas