From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco van Hulten Subject: julia compilation Date: Tue, 06 Feb 2018 08:31:16 +0100 Message-ID: <20180206083116.17c2186d@jasniac.instanton> 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]:54214) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eixiv-00086g-6z for help-guix@gnu.org; Tue, 06 Feb 2018 02:31:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eixir-0004gE-Fe for help-guix@gnu.org; Tue, 06 Feb 2018 02:31:24 -0500 Received: from eterpe-smout.broadpark.no ([80.202.8.16]:65064) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eixir-0004eW-7z for help-guix@gnu.org; Tue, 06 Feb 2018 02:31:21 -0500 Received: from bgo1cloudm2.nextgentel.net ([80.202.8.59]) by eterpe-smout.broadpark.no (Oracle Communications Messaging Server 7u4-27.01(7.0.4.27.0) 64bit (built Aug 30 2012)) with ESMTP id <0P3P00E7KWVNFH40@eterpe-smout.broadpark.no> for help-guix@gnu.org; Tue, 06 Feb 2018 08:31:17 +0100 (CET) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org Hello=E2=80=94 When I am installing `julia', the compilation does not finish. It hangs for more than 10 hours at guix package -i julia ... iostream (2) | 0.98 | 0.00 | 0.0 | 2.66 | 1452.52= = =E2=94=82 WARNING: Method definition f(Tuple{Vararg{Int64, N}}, AbstractArray{T, N}) = in module Test51Main_specificity at /tmp/guix-build-julia-0.6.0.drv-0/julia= -0.6.0/test/specificity.jl=E2=94=82 :87 overwritten at /tmp/guix-build-julia-0.6.0.drv-0/julia-0.6.0/test/speci= ficity.jl:93. = =E2=94=82 specificity (2) | 0.34 | 0.00 | 0.0 | 1.10 | 1452.52= = =E2=94=82 fft (2) | 46.25 | 1.39 | 3.0 | 533.68 | 1452.52= = =E2=94=82 dsp (2) | 15.63 | 0.66 | 4.2 | 247.45 | 1452.52= = =E2=94=82 examples (2) | 82.05 | 1.34 | 1.6 | 617.55 | 1452.52= = =20 There is swapping going on; my system only has 2 GiB of RAM. But CPU utilisation is close to zero. The version of Julia is 0.6.0; but the current stable release is 0.6.2. If someone has time, it would be good to increase the version. The testing version 0.7.x would be fine as well, as many people seem to use it already. =E2=80=94Marco