From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: =?UTF-8?B?UmU6IE5ldyDigJhndWl4IGdyYXBo4oCZIGNvbW1hbmQ=?= Date: Thu, 27 Aug 2015 17:01:12 -0400 Message-ID: References: <87io8164s0.fsf@gnu.org> <87y4gwxxhq.fsf@gnu.org> 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]:39973) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZV4IO-0007Bf-JK for Guix-devel@gnu.org; Thu, 27 Aug 2015 17:01:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZV4IL-0001DU-Cw for Guix-devel@gnu.org; Thu, 27 Aug 2015 17:01:16 -0400 Received: from mail-yk0-f169.google.com ([209.85.160.169]:34175) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZV4IL-0001D5-9D for Guix-devel@gnu.org; Thu, 27 Aug 2015 17:01:13 -0400 Received: by ykdt205 with SMTP id t205so34238186ykd.1 for ; Thu, 27 Aug 2015 14:01:12 -0700 (PDT) In-Reply-To: <87y4gwxxhq.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: Guix-devel On Thu, Aug 27, 2015 at 4:55 PM, Ludovic Court=C3=A8s wrote: > "Thompson, David" skribis: > >> Just one question: I see that when using the 'references' type, each >> node in the graph has an arrow pointing to itself. Is that >> intentional? > > It=E2=80=99s not really =E2=80=9Ceach node=E2=80=9D but rather =E2=80=9Cm= ost nodes.=E2=80=9D :-) > > The daemon keeps track of all the references of each item, including > self-references. And it turns out that most packages record their > $prefix in their binaries, for instance, hence the self-reference. This > can be seen with =E2=80=98guix gc --references=E2=80=99 as well. That makes sense. Thanks for the explanation! - Dave