From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleg Pykhalov Subject: What is Guix garbage collector root aka gc root Date: Sun, 13 Aug 2017 16:19:54 +0300 Message-ID: <87efsfbo5h.fsf@gmail.com> 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]:37187) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dgsoD-00052d-SV for help-guix@gnu.org; Sun, 13 Aug 2017 09:20:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dgso9-0000xw-RR for help-guix@gnu.org; Sun, 13 Aug 2017 09:20:01 -0400 Received: from mail-lf0-x233.google.com ([2a00:1450:4010:c07::233]:34859) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dgso9-0000xc-JS for help-guix@gnu.org; Sun, 13 Aug 2017 09:19:57 -0400 Received: by mail-lf0-x233.google.com with SMTP id t128so30997672lff.2 for ; Sun, 13 Aug 2017 06:19:57 -0700 (PDT) Received: from magnolia ([178.70.246.24]) by smtp.gmail.com with ESMTPSA id o85sm1029098lfb.9.2017.08.13.06.19.54 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 13 Aug 2017 06:19:55 -0700 (PDT) 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 Hello Guix, I'm trying to understand what is =E2=80=9Cgarbage collector root=E2=80=9D a= ka =E2=80=9Cgc root=E2=80=9D. 1. Is =E2=80=9C$HOME/.guix-profile=E2=80=9D a =E2=80=9Cgc root=E2=80=9D? 2. I need to build a package, but don't install it. Just preserve it for offloading. Is =E2=80=9Cguix build --root=3D$HOME/.guix-profile PACKAG= E=E2=80=9D (run as non root user) what I want? Or if not, what FILE in =E2=80=9C--root=3DF= ILE=E2=80=9D do I need to pass? Thanks. --=20 Best regards, Oleg.