From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Dufresne Subject: How/When will guix pull stop to compile the 616 files? Date: Mon, 7 Aug 2017 20:59:18 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45235) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1desrm-0007sX-Dl for help-guix@gnu.org; Mon, 07 Aug 2017 20:59:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1desrh-0000Rz-Ll for help-guix@gnu.org; Mon, 07 Aug 2017 20:59:26 -0400 Received: from mail-oi0-x22c.google.com ([2607:f8b0:4003:c06::22c]:33740) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1desrh-0000QZ-GL for help-guix@gnu.org; Mon, 07 Aug 2017 20:59:21 -0400 Received: by mail-oi0-x22c.google.com with SMTP id f11so4601297oic.0 for ; Mon, 07 Aug 2017 17:59:19 -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 I have seen it too many times already. The first times, it was stopping because my machine hangs in the desktop environment if I let it without inputing stuff once in a while. My machine have broken ACPI tables... not your fault I suppose... Next, after I learns to start it in tty terminal (Ctrl-Alt 2), it had stopped at 96% because of gc out of memory. I learn that 2 GB of memory was just too small and had to activate my swap partition for it to finished. Oh, I also forgot that I learned to add the 2 exports line in my .bashrc file because without it it would complain guile-git is not installed, even if it is. Well, I thought after first success, it would stop to compile it ... but it seems to compile it every time... or maybe if one of the 616 files changed, it have to recompile them all? I wonder, why it cannot recompile only the files that have changed.