From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#31841: ./pre-inst-env guix system no longer works without ~/.config/guix Date: Thu, 14 Jun 2018 22:24:53 -0400 Message-ID: <8736xopz0q.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49426) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fTeSA-0006dj-6h for bug-guix@gnu.org; Thu, 14 Jun 2018 22:27:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fTeS7-0007hQ-2W for bug-guix@gnu.org; Thu, 14 Jun 2018 22:27:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40832) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fTeS6-0007hE-TT for bug-guix@gnu.org; Thu, 14 Jun 2018 22:27:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fTeS6-0000XW-Jq for bug-guix@gnu.org; Thu, 14 Jun 2018 22:27:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48803) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fTeRB-0006Y2-QT for bug-guix@gnu.org; Thu, 14 Jun 2018 22:26:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fTeR8-0006BF-Lt for bug-guix@gnu.org; Thu, 14 Jun 2018 22:26:05 -0400 Received: from world.peace.net ([64.112.178.59]:40116) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fTeR8-0006AU-Gt for bug-guix@gnu.org; Thu, 14 Jun 2018 22:26:02 -0400 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: 31841@debbugs.gnu.org Since updating to current master (commit b494bbe46), 'guix system' no longer works for me: --8<---------------cut here---------------start------------->8--- mhw@jojen ~/guix$ ./pre-inst-env guix system build -n /etc/config.scm guix: system: command not found Try `guix --help' for more information. --8<---------------cut here---------------end--------------->8--- However, 'guix package' and 'guix build' still work: --8<---------------cut here---------------start------------->8--- mhw@jojen ~/guix$ ./pre-inst-env guix package -A icecat icecat 52.6.0-gnu1 out gnu/packages/gnuzilla.scm:412:2 mhw@jojen ~/guix$ ./pre-inst-env guix build e2fsprogs /gnu/store/0149ikffk8y86yns9f338k2s93nv1vb1-e2fsprogs-1.43.6 --8<---------------cut here---------------end--------------->8--- Note that I haven't used 'guix pull' in years, and I don't want to use it. My ~/.config/guix/ is empty. I run 'guix' exclusively from git checkouts using ./pre-inst-env. Is this still a supported mode of operation? It is feasible for me to continue in this way? Mark