From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#30282: package julia build error Date: Mon, 12 Mar 2018 16:10:34 +0100 Message-ID: <87po49mis5.fsf@gnu.org> References: <20180128234305.03c958b0@jasniac.instanton> <87607a5ckn.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49763) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1evP6P-0003DW-TP for bug-guix@gnu.org; Mon, 12 Mar 2018 11:11:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1evP6L-0002ZI-Uk for bug-guix@gnu.org; Mon, 12 Mar 2018 11:11:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49197) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1evP6L-0002Z8-QZ for bug-guix@gnu.org; Mon, 12 Mar 2018 11:11:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1evP6L-0002dI-Jo for bug-guix@gnu.org; Mon, 12 Mar 2018 11:11:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87607a5ckn.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Tue, 06 Feb 2018 17:04:40 +0100") 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: Marco van Hulten Cc: 30282@debbugs.gnu.org Hello, ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > Error in testset linalg/arnoldi: > Test Failed > Expression: sort((eigs(A, B, nev=3Dk, sigma=3D1.0))[1]) =E2=89=88 sort(= (eigvals(A, B))[1:k]) > Evaluated: [0.022743, 0.165356, 2.892] =E2=89=88 [0.022743, 2.892, 1.0= 574e15] > ERROR: LoadError: Test run finished with errors > while loading /tmp/guix-build-julia-0.6.0.drv-0/julia-0.6.0/test/runtests= .jl, in expression starting on line 29 > make[1]: *** [Makefile:18: all] Error 1 Commit c0edb5b5430a5278a3ebc9aeea9d3c8ae9a2e1f1 fixes this one. Now for other test failures: --8<---------------cut here---------------start------------->8--- Error in testset distributed: Error During Test Got an exception of type LoadError outside of a @test LoadError: Distributed test failed, cmd : `/tmp/guix-build-julia-0.6.0.dr= v-0/julia-0.6.0/usr/bin/julia --check-bounds=3Dyes --startup-file=3Dno --de= pwarn=3Derror distributed_exec.jl` while loading /tmp/guix-build-julia-0.6.0.drv-0/julia-0.6.0/test/distribu= ted.jl, in expression starting on line 9 ERROR: LoadError: Test run finished with errors while loading /tmp/guix-build-julia-0.6.0.drv-0/julia-0.6.0/test/runtests.j= l, in expression starting on line 29 make[1]: *** [Makefile:18: all] Error 1 --8<---------------cut here---------------end--------------->8--- Help welcome! Ludo=E2=80=99.