From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: 02/02: gnu: gsl: Update to 2.2. Date: Thu, 01 Sep 2016 20:52:42 -0400 Message-ID: <87wpiu25dg.fsf@netris.org> References: <20160830054010.16046.8221@vcs.savannah.gnu.org> <20160830054011.43A65220148@vcs.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56161) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfhmo-0001TK-E8 for guix-devel@gnu.org; Fri, 02 Sep 2016 02:17:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bfhmk-0008Cb-0v for guix-devel@gnu.org; Fri, 02 Sep 2016 02:17:09 -0400 Received: from world.peace.net ([50.252.239.5]:41417) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfhmj-0008C1-TA for guix-devel@gnu.org; Fri, 02 Sep 2016 02:17:05 -0400 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: Efraim Flashner Cc: guix-devel@gnu.org efraim@flashner.co.il (Efraim Flashner) writes: > efraim pushed a commit to branch master > in repository guix. > > commit b16b16e6c2ba9780ebdf936c325e06ebcc0a950b > Author: Efraim Flashner > Date: Tue Aug 30 00:33:17 2016 +0300 > > gnu: gsl: Update to 2.2. > > * gnu/packages/maths.scm (gsl): Update to 2.2. FYI, I reverted this, because its test suite consistently fails on i686 with errors that appear to indicate a genuine problem. Gsl is an important package that many other packages depend on, e.g. inkscape, which is needed to convert our grub background, and therefore we have been unable to build i686 systems since this update. https://hydra.gnu.org/build/1463044 https://hydra.gnu.org/eval/109125#tabs-now-fail See below for details from a failed build on my i686 machine. Mark ==================================== gsl 2.2: linalg/test-suite.log ==================================== # TOTAL: 1 # PASS: 0 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: test ========== FAIL: cholesky_decomp unscaled hilbert rcond: ( 7, 7): 1.01502759606292202e-09 1.01502759382300005e-09 (1.01502759606292202e-09 observed vs 1.01502759382300005e-09 expected) [272191] FAIL: cholesky_decomp unscaled hilbert rcond: ( 8, 8): 2.95222203659770993e-11 2.95222163060200025e-11 (2.95222203659770993e-11 observed vs 2.95222163060200025e-11 expected) [272433] FAIL: pcholesky_decomp unscaled random: ( 44, 44)[16,37]: 8.19982960820624455e-06 8.19982960820198059e-06 (8.19982960820624455e-06 observed vs 8.19982960820198059e-06 expected) [486823] FAIL: pcholesky_decomp unscaled random: ( 44, 44)[37,16]: 8.19982960820624455e-06 8.19982960820198059e-06 (8.19982960820624455e-06 observed vs 8.19982960820198059e-06 expected) [487726]