From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: *** TRYING TO INSTALL GUIXSD v0.15.0 FOR DAYS *** Date: Wed, 31 Oct 2018 14:35:46 -0400 Message-ID: <87y3ae6k0y.fsf@netris.org> References: <33017962-EFD3-4931-A7FA-22EC3E25B073@inskydata.com> 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]:58767) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gHvMF-0007zq-BK for help-guix@gnu.org; Wed, 31 Oct 2018 14:36:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gHvMC-0002RD-0e for help-guix@gnu.org; Wed, 31 Oct 2018 14:36:47 -0400 Received: from world.peace.net ([64.112.178.59]:38284) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gHvMA-0002I6-2w for help-guix@gnu.org; Wed, 31 Oct 2018 14:36:43 -0400 In-Reply-To: <33017962-EFD3-4931-A7FA-22EC3E25B073@inskydata.com> (Brian Woodcox's message of "Wed, 31 Oct 2018 09:42:25 -0600") 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: Brian Woodcox Cc: help-guix@gnu.org Brian Woodcox writes: > So I have been trying to install GuixSD 0.15.0 for a few days now. > > My first problem was not setting > =E2=80=94substitutes-urls=3D=E2=80=9Chttps://berlin.guixsd.org. So that = fixed one > problem. > > My other problem is try as I might, I cannot get either guile-2.2.3 or > guile-2.2.4 to install. > > It always hangs when trying to do the tests after writing all the *.go > files, (which by the way takes a long time). What are the last messages visible at the point where it gets stuck? It would be helpful to see the tail of the build log. Since I've not seen other reports of this problem, my first guess is that the problem is specific to builds done within VirtualBox, for some reason. It would be useful to know which test is getting stuck. Since VirtualBox requires a non-free compiler for part of its build, I don't use it myself. I use QEMU instead. Also, normally you would not need to build Guile, but would simply download a binary substitute for Guile. However, our primary build farm is currently offline due to a recent disk failure, and our newer build farm (berlin.guixsd.org) unfortunately does not have a complete set of substitutes for 0.15.0, but only for the most popular or most recently built ones. So, this is a temporary issue while we wait for the FSF sysadmins to finish migrating hydra.gnu.org to a new disk array, which will probably be another few days. I'm sorry for the inconvenience. > So are there any work arounds to disable the tests for guile-2.2.x so > I can get this operating system operational? In theory it could be done, but disabling tests would be a change to the Guile package, and therefore a change to the derivations of all packages built on top of Guile, which in Guix is *everything* because Guile is used to execute our build recipes. As a result, if you did this, you would not be able to find *any* binary substitutes from our official servers, because you'd be asking for different derivations than the ones built by our build farm.