From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joshua Branson Subject: Re: Could not find bootstrap binary 'guile-2.0.9.tar.xz' Date: Tue, 17 Apr 2018 16:50:54 -0400 Message-ID: References: <87604s12j9.fsf@shack@muto.ca> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56040) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f8XXo-0003Qz-Ud for help-guix@gnu.org; Tue, 17 Apr 2018 16:49:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f8XXk-0000Jh-Tt for help-guix@gnu.org; Tue, 17 Apr 2018 16:49:40 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:50079) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f8XXk-0000FY-Oo for help-guix@gnu.org; Tue, 17 Apr 2018 16:49:36 -0400 Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 5394D21C6E for ; Tue, 17 Apr 2018 16:49:36 -0400 (EDT) Received: from dobby (unknown [72.12.220.132]) by mail.messagingengine.com (Postfix) with ESMTPA id E7C2C1025C for ; Tue, 17 Apr 2018 16:49:35 -0400 (EDT) In-Reply-To: <87604s12j9.fsf@shack@muto.ca> (Muto's message of "Sun, 15 Apr 2018 17:19:06 -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 Maybe I'm being really silly, but don't you just do a guix pull as a root user not as a normal user? $ su PASSWORD root # guix pull Muto writes: > Guix on a foreign machine (Ubuntu) works just fine for every account > except my main user account. If I try running > guix pull > > As that user, I get the error: > > guix pull: error: could not find bootstrap binary 'guile-2.0.9.tar.xz' > for system 'x86_64-linux' > > If there is no easy solution, is there a way to completely remove the > guix profile associated with my user account & add it back in? I could > always re-install my programs. > Thanks in advance.