From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco van Hulten Subject: Re: guix system reconfigure compiles everything too long Date: Thu, 20 Sep 2018 10:30:19 +0200 Message-ID: <20180920103019.2dd8d6a1@elshout2> References: 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]:54644) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g2uYk-0005gp-TA for help-guix@gnu.org; Thu, 20 Sep 2018 04:43:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g2uYg-0004j6-0O for help-guix@gnu.org; Thu, 20 Sep 2018 04:43:38 -0400 Received: from cpsmtpb-ews07.kpnxchange.com ([213.75.39.10]:49445) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g2uYf-0004hH-JK for help-guix@gnu.org; Thu, 20 Sep 2018 04:43:33 -0400 In-Reply-To: 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: znavko Cc: "help-guix@gnu.org" Hi=E2=80=94 On Thu, 20 Sep 2018 06:31:27 +0000 znavko wrote: > Hello! I have been running `guix system reconfigure /etc/config.scm` > before, and it finished after 1 or 2 hours. Now it is working more > than 6 hours on Lenovo G50-30. It compiles everything > http://0x0.st/sxda.png http://0x0.st/sxnm.png even icecat > http://0x0.st/sx51.png I want it uses binaries, do not need to > compile sources. Cannot understand, why adding (packages (cons* > icecat)) produces compilation process of icecat? Please, what is > wrong? I could imagine that there is nothing wrong with your system configuration but that the build servers have not build the latest versions of the packages yet. My experience is very mixed in how much needs to be compiled when doing a system upgrade. In the future I'd like to use a central build server in my local network (and then I'd probably mount /store over NFS). =E2=80=94Marco