From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: [PATCH] gnu: Add samtools Date: Sat, 13 Dec 2014 01:30:47 -0500 Message-ID: <87k31wysbs.fsf@netris.org> References: <878uie6pd9.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38885) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzgDt-0006rB-Dr for guix-devel@gnu.org; Sat, 13 Dec 2014 01:30:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XzgDo-00035h-0J for guix-devel@gnu.org; Sat, 13 Dec 2014 01:30:37 -0500 In-Reply-To: (Ricardo Wurmus's message of "Fri, 12 Dec 2014 10:48:57 +0100") 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: Ricardo Wurmus Cc: guix-devel@gnu.org Ricardo Wurmus writes: > From c4cae6d77e00491cfd78fe03da8ab617bc1732f2 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Thu, 11 Dec 2014 15:48:22 +0100 > Subject: [PATCH] gnu: Add samtools This built successfully on x86_64, but on i686 its test suite shows 87 failures ("SAM files differ"). See: http://hydra.gnu.org/build/173180 http://hydra.gnu.org/build/173180/log/raw Would you be willing to investigate? On your existing guix system, you could start with: guix build --system=i686-linux --keep-failed It fails similarly on mips64el, but that will be hard for you to debug and probably not so important. Mark