From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 19/43] gnu: Add ghc-bytestring. Date: Mon, 5 Sep 2016 16:37:27 -0400 Message-ID: <20160905203727.GC3392@jasmine> References: <20160904161742.27197-1-ng0@we.make.ritual.n0.is> <20160904161742.27197-19-ng0@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46377) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bh0eD-0003tD-Fz for guix-devel@gnu.org; Mon, 05 Sep 2016 16:37:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bh0e9-0003y9-AB for guix-devel@gnu.org; Mon, 05 Sep 2016 16:37:40 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:49469) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bh0e8-0003xZ-3g for guix-devel@gnu.org; Mon, 05 Sep 2016 16:37:37 -0400 Content-Disposition: inline In-Reply-To: <20160904161742.27197-19-ng0@we.make.ritual.n0.is> 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" To: ng0 Cc: guix-devel@gnu.org On Sun, Sep 04, 2016 at 04:17:18PM +0000, ng0 wrote: > * gnu/packages/haskell.scm (ghc-bytestring): New variable. > + (arguments > + `(#:tests? #f)) ; Test number two becomes non-responsive for 20+ minutes I have used `strace -f` to check if long-running quiet tests are actually working or if they are stuck. That could help here. And, if it's stuck, can you ask upstream if it's a bug?