From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: which of the two ArchLinux PKGBUILDs is better ? -- guix on Arch su errors Date: Wed, 7 Sep 2016 10:06:45 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55476) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhdV2-0006sp-S6 for help-guix@gnu.org; Wed, 07 Sep 2016 10:06:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bhdV0-0005cY-RJ for help-guix@gnu.org; Wed, 07 Sep 2016 10:06:47 -0400 Received: from mail-ua0-x230.google.com ([2607:f8b0:400c:c08::230]:33644) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhdV0-0005cU-M9 for help-guix@gnu.org; Wed, 07 Sep 2016 10:06:46 -0400 Received: by mail-ua0-x230.google.com with SMTP id 31so13781166uao.0 for ; Wed, 07 Sep 2016 07:06:46 -0700 (PDT) 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: alt.ep-co5h6f0t@yopmail.com Cc: help-guix On Wed, Sep 7, 2016 at 5:49 AM, wrote: > >> ArchLinux installers of guix should be aware that the standard size of >> /tmp on a 4 GB computer is too small for a full install of guix. >> >> Please enlarge your swap file and resize /tmp to like 20 GB, else >> you will repeatedly break during >> >> guix package -i hello >> >> After those mods I successfully ran guix on Manjaro (Arch derivate). > > What exactly goes wrong when /tmp is less that 4 GB? There are a handful > of packages that require more than 4 GB of storage while building, but I > don't believe any of them are required to build hello. > > > after > guix package -i hello > > there was 3 hours of building on a desktop machine. looked like a > make world > build was going on. > > I wonder why, since on a guixSD it installing hello was much faster. You don't have substitutes enabled. Enable them. See the manual for details. - Dave