From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: bug#30282: package julia build error Date: Wed, 7 Feb 2018 12:56:22 +0100 Message-ID: <20180207115622.GA14275@jurong> References: <20180128234305.03c958b0@jasniac.instanton> <87607a5ckn.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47975) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ejOLb-0002VR-EM for bug-guix@gnu.org; Wed, 07 Feb 2018 06:57:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ejOLW-00056g-GL for bug-guix@gnu.org; Wed, 07 Feb 2018 06:57:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:53022) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ejOLW-00056Y-CF for bug-guix@gnu.org; Wed, 07 Feb 2018 06:57:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ejOLW-0003VC-21 for bug-guix@gnu.org; Wed, 07 Feb 2018 06:57:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <87607a5ckn.fsf@gnu.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 30282@debbugs.gnu.org, Marco van Hulten Hello, just for reference, I locally updated julia to 0.6.2, and the tests still fail, but not in the same way: Error in testset linalg/arnoldi: Test Failed Expression: sort((eigs(A, B, nev=k, sigma=1.0))[1]) ≈ sort((eigvals(A, B))[1:k]) Evaluated: [0.022743, 0.165356, 2.892] ≈ [0.022743, 2.892, 1.0574e15] Error in testset misc: Error During Test Got an exception of type LoadError outside of a @test LoadError: Deprecation test failed, cmd : `/tmp/guix-build-julia-0.6.2.drv-0/julia-0.6.2/usr/bin/julia --check-bounds=yes --startup-file=no deprecation_exec.jl` while loading /tmp/guix-build-julia-0.6.2.drv-0/julia-0.6.2/test/misc.jl, in expression starting on line 717 ERROR: LoadError: Test run finished with errors while loading /tmp/guix-build-julia-0.6.2.drv-0/julia-0.6.2/test/runtests.jl, in expression starting on line 29 Andreas