From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mekeor Melire Subject: bug#27418: `guix pull` gets stuck at "updating substitutes from 'https://mirror.hydra.gnu.org'... 100.0%" Date: Tue, 20 Jun 2017 02:16:01 +0200 Message-ID: <878tkn1pku.fsf@gmail.com> References: <87k249e8io.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37163) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dN6qx-0006jD-1r for bug-guix@gnu.org; Mon, 19 Jun 2017 20:17:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dN6qs-0006ih-8f for bug-guix@gnu.org; Mon, 19 Jun 2017 20:17:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:54051) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dN6qs-0006ib-5u for bug-guix@gnu.org; Mon, 19 Jun 2017 20:17:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dN6qs-0001hu-0a for bug-guix@gnu.org; Mon, 19 Jun 2017 20:17:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <87k249e8io.fsf@gmail.com> 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: 27418@debbugs.gnu.org Following rekado's friendly advice, I was able to downgrade guix with: guix pull --url=https://git.savannah.gnu.org/cgit/guix.git/snapshot/01049bb0c1f3f69afb8d1782f99ca5c0adaed946.tar.gz --no-substitutes where both options (--url and --no-substitutes) were neccessary. Now, everything seems to work again: commands like `guix package -i` and `guix system reconfigure` no longer get stuck at "updating list of substitutes". Thanks, rekado. Still, I wonder * what caused this issue; * if anybody else is/was experiencing it; and * when it will be fixed in master-branch (i.e. when I will be able to `guix pull` and `guix pull` again successfully).