From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH]: gnu: Add HISAT. Date: Wed, 11 Feb 2015 17:14:13 +0100 Message-ID: References: <87fvae8z7h.fsf@gnu.org> <20150211111501.GA5291@debian> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56664) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLZvn-0001rZ-OQ for guix-devel@gnu.org; Wed, 11 Feb 2015 11:14:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLZvi-0007oO-PT for guix-devel@gnu.org; Wed, 11 Feb 2015 11:14:27 -0500 In-Reply-To: <20150211111501.GA5291@debian> 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: Andreas Enge Cc: Guix-devel Andreas Enge writes: > the package fails to build on i686: > http://hydra.gnu.org/build/247325 > Could you maybe have a look? Thanks for notifying me. A recurring error is apparently related to embedded assembly instructions: ~~~~~ ... bt2_idx.h: Assembler messages: bt2_idx.h:489: Error: invalid instruction suffix for `popcnt' ... ~~~~~ I wrote the author an email to ask whether this can be fixed upstream for other architectures than x86_64. Until then should I just declare x86_64 as the only supported architecture? ~~ Ricardo