From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Re: Broken guix pull Date: Sun, 18 Dec 2016 22:03:52 +0100 Message-ID: References: <765dd961b7110b356c83fe8c654c07b1@mail.teknik.io> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58134) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cIicg-0007f2-RY for help-guix@gnu.org; Sun, 18 Dec 2016 16:03:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cIicb-0000HQ-V2 for help-guix@gnu.org; Sun, 18 Dec 2016 16:03:58 -0500 Received: from mail-qk0-x235.google.com ([2607:f8b0:400d:c09::235]:34287) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cIicb-0000HE-QT for help-guix@gnu.org; Sun, 18 Dec 2016 16:03:53 -0500 Received: by mail-qk0-x235.google.com with SMTP id q68so19001009qki.1 for ; Sun, 18 Dec 2016 13:03:53 -0800 (PST) In-Reply-To: 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: Dmitri Anikin Cc: help-guix@gnu.org >> When I try guix pull, it fails everytime on > Yep, this happens sometimes with *-module-import-compiled derivations. > Have you tried with the --fallback flag like it says in the error > message? That usually fixes it. Ups, guix pull doesn't have a --fallback flag. You should be able to work around this by checking out the latest git repo, building guix (autoreconf -vfi && ./configure --sysconfdir=/etc --localstatedir=/var && make) and then ./pre-inst-env guix environment guix --fallback should build the required module-import-compiled derivation. guix pull should work after that. Let me know if this works :)