From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#30370: guix system init can't find guix-register Date: Fri, 09 Feb 2018 17:08:51 +0100 Message-ID: <87fu6aywks.fsf@gnu.org> References: <87po5icam9.fsf@GlaDOS.home> <87shabvbdb.fsf@gnu.org> <87tvursc9j.fsf@GlaDOS.home> <87fu6bta51.fsf@gnu.org> <87r2pu5uhh.fsf@GlaDOS.home> <87lgg23017.fsf@gnu.org> <87mv0i5n78.fsf@GlaDOS.home> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55033) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ekBEX-0008KZ-J8 for bug-guix@gnu.org; Fri, 09 Feb 2018 11:09:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ekBEU-0002cV-AR for bug-guix@gnu.org; Fri, 09 Feb 2018 11:09:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:55959) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ekBEU-0002cN-5y for bug-guix@gnu.org; Fri, 09 Feb 2018 11:09:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ekBEU-0007tE-0w for bug-guix@gnu.org; Fri, 09 Feb 2018 11:09:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87mv0i5n78.fsf@GlaDOS.home> (Diego Nicola Barbato's message of "Fri, 09 Feb 2018 14:04:11 +0100") 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: Diego Nicola Barbato Cc: 30370@debbugs.gnu.org Diego Nicola Barbato skribis: > But I also tried running > "grep -r d4wwx93gqizx132zjk7h1ir7rzph0pig ~/.config/guix/latest" which > returned this: > /home/diego/.config/guix/latest/guix/config.scm: "/gnu/store/d4wwx93gqiz= x132zjk7h1ir7rzph0pig-guix-0.12.0-10.ba2260d/sbin") Bingo! This string is inherit from the (guix config) of your initial installation, the one you used to run =E2=80=98guix pull=E2=80=99. I would call this a =E2=80=98guix pull=E2=80=99 bug. Ludo=E2=80=99.