From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex ter Weele Subject: bug#30602: Status: guix pull failures at and after 0458ab53f6ab58c42f379b8e7d55d130df4232e3 Date: Sun, 25 Feb 2018 10:32:15 -0600 Message-ID: <87a7vxhvxs.fsf@librem.i-did-not-set--mail-host-address--so-tickle-me> References: <87efl9it32.fsf@librem.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40950) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1epzEX-00088i-UV for bug-guix@gnu.org; Sun, 25 Feb 2018 11:33:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1epzEU-0005vC-Pu for bug-guix@gnu.org; Sun, 25 Feb 2018 11:33:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:52694) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1epzEU-0005uy-LS for bug-guix@gnu.org; Sun, 25 Feb 2018 11:33:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1epzEU-0003wF-F4 for bug-guix@gnu.org; Sun, 25 Feb 2018 11:33:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: bug's message of "Sun\, 25 Feb 2018 16\:27\:23 +0000" 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: bug#30602 <30602@debbugs.gnu.org> I pulled an earlier commit to sanity-check myself: $ guix pull --commit=5a227e7c5c2054af036d95895c92dd56ec88338d Updating from Git repository at 'https://git.savannah.gnu.org/git/guix.git'... Building from Git commit 5a227e7c5c2054af036d95895c92dd56ec88338d... substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... 100.0% The following derivation will be built: /gnu/store/lgk59hz0ca5zff7ffcxmicyvr8146gb9-guix-latest.drv copying and compiling to '/gnu/store/ix9nini4rs7b4m5k335vdbdhz303f4lh-guix-latest' with Guile 2.2.3... loading... 25.9% of 667 filesrandom seed for tests: 1519536908 compiling... 100.0% of 667 files Some deprecated features have been used. Set the environment variable GUILE_WARN_DEPRECATED to "detailed" and rerun the program to get more information. Set it to "no" to suppress this message. updated GNU Guix successfully deployed under `/home/alex/.config/guix/latest' Then I pulled again to get the tip of the repository, and it worked: $ guix pull Updating from Git repository at 'https://git.savannah.gnu.org/git/guix.git'... Building from Git commit 0181df537ffb4e4273b2ca005738fdb7bd3d73f5... substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... 100.0% The following derivation will be built: /gnu/store/l4zlr66svshwhp5mmv597mr0s5rj3hvi-guix-latest.drv copying and compiling to '/gnu/store/aqqlcynpjv7lm0f6icvg35m2nvp05vrg-guix-latest' with Guile 2.2.3... loading... 25.9% of 667 filesrandom seed for tests: 1519538816 compiling... 100.0% of 667 files Some deprecated features have been used. Set the environment variable GUILE_WARN_DEPRECATED to "detailed" and rerun the program to get more information. Set it to "no" to suppress this message. updated GNU Guix successfully deployed under `/home/alex/.config/guix/latest' $ guix --version guix (GNU Guix) 0181df537ffb4e4273b2ca005738fdb7bd3d73f5 Copyright (C) 2018 the Guix authors License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.