From mboxrd@z Thu Jan 1 00:00:00 1970 From: Niall Dooley Subject: Re: Package Installation takes a very long time - normal? Date: Mon, 10 Jul 2017 20:28:15 +0100 Message-ID: References: <20170710191101.GA21779@jasmine.lan> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44061) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dUeNd-0003oY-Fu for Help-Guix@gnu.org; Mon, 10 Jul 2017 15:30:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dUeNY-0001al-D4 for Help-Guix@gnu.org; Mon, 10 Jul 2017 15:30:01 -0400 Received: from mail-qk0-f169.google.com ([209.85.220.169]:35634) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dUeNY-0001aU-8o for Help-Guix@gnu.org; Mon, 10 Jul 2017 15:29:56 -0400 Received: by mail-qk0-f169.google.com with SMTP id 16so82749865qkg.2 for ; Mon, 10 Jul 2017 12:29:56 -0700 (PDT) In-Reply-To: <20170710191101.GA21779@jasmine.lan> 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: Leo Famulari Cc: help-guix Yes, of course. Plus at the end I meant it wouldn't be the first time in my case of user error. I'm running Guix 20170710.15 as I did a `guix pull' this afternoon so I presume the most recent build. I'm currently trying to install several R related packages (only just started after my first mail) so I'll report back how long it takes. The command I've used is as follows: guix package -i r-caret r-ggplot2 r-rpart r-e1071 r-randomforest r-rocr r-class As I type my terminal window is churning away but occasionally it pauses seemingly doing nothing and then it will again start churning posting the various messages. It's certainly past the initial updating of the substitutes and downloading phase. If I had to guess based on the messages I can catch it is currently installing various *source* packages. On 10 July 2017 at 20:11, Leo Famulari wrote: > On Mon, Jul 10, 2017 at 07:52:46PM +0100, Niall Dooley wrote: >> I'm a user of Guix but not GuixSD. Some time ago I installed Guix following >> the instructions in the manual and since then have installed a total of 16 >> packages. I'm raising this query to better understand why it takes so long for >> me to install any one package. >> >> Is this a consequence of my machine being old - it's a refurbished (Libreboot) >> ThinkPad X60s running Trisquel 7 with 2.9 GiB memory with a 120 GB SSD? >> >> Is it just simple a consequence of functional package management - as based >> purely on my experience this will be a considerable deterrant to most users >> despite the obvious advantages that come with functional package management >> systems in general and Guix in particular? >> >> Perhaps, it's user error (would be the first time) and there is a step >> I missed that >> would avoid these long package installation times? > > Could you give more detail? > > For example, what version of Guix are you using (guix --version)? What > command did you run? How long did it take? What was it doing (compiling, > downloading, seemingly nothing, etc)?