From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joshua Branson Subject: Re: Raw-Initrd Date: Wed, 07 Nov 2018 09:09:26 -0500 Message-ID: <87sh0dasix.fsf@fastmail.com> References: <87pnvhtnip.fsf@posteo.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41487) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gKOXE-0000O9-Qe for help-guix@gnu.org; Wed, 07 Nov 2018 09:10:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gKOX9-0006VG-Fb for help-guix@gnu.org; Wed, 07 Nov 2018 09:10:20 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:56219) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gKOX9-0006V2-9C for help-guix@gnu.org; Wed, 07 Nov 2018 09:10:15 -0500 Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id D207B222FD for ; Wed, 7 Nov 2018 09:10:14 -0500 (EST) Received: from dobby (unknown [72.12.220.132]) by mail.messagingengine.com (Postfix) with ESMTPA id 54FB5E467A for ; Wed, 7 Nov 2018 09:10:14 -0500 (EST) In-Reply-To: <87pnvhtnip.fsf@posteo.net> (Brett Gilio's message of "Wed, 07 Nov 2018 00:23:20 -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: help-guix@gnu.org Brett Gilio writes: > Hi all, > > I am attempting to reconfigure my system using the hydra mirror, and it > can not complete because of an incomplete build. I think that hydra has been offline for a few days...? Enable substitutes from berlin.guixsd.org and use it instead. guix system reconfigure --substitute-urls=https://berlin.guixsd.org > > building /gnu/store/p6h8w55cbl2nch5fyg98ka5bdlyg55bp-raw-initrd.drv... > build of /gnu/store/p6h8w55cbl2nch5fyg98ka5bdlyg55bp-raw-initrd.drv failed > View build log at '/var/log/guix/drvs/p6/h8w55cbl2nch5fyg98ka5bdlyg55bp-raw-initrd.drv.bz2'. > -guix system: error: build failed: build of `/gnu/store/47p243wm31ai2fz1dyc025gipln8qzx4-grub.cfg.drv' failed > > Here is my guix description: > > Generation 2 Nov 06 2018 23:01:13 (current) > guix 02e2133 > repository URL: https://git.savannah.gnu.org/git/guix.git > branch: master > commit: 02e2133bd2bf964125a070be57d172cc6171d4fb > > Does anybody have thoughts as to the possible cause, here? > > Brett