From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#35012: Can't install icecat Date: Thu, 28 Mar 2019 21:57:21 -0400 Message-ID: <87mule7883.fsf@netris.org> References: <87d0md8lya.fsf@posteo.mx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:40130) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h9gnP-0007TA-5f for bug-guix@gnu.org; Thu, 28 Mar 2019 21:59:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h9gnO-0007Xh-5w for bug-guix@gnu.org; Thu, 28 Mar 2019 21:59:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49605) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h9gnO-0007XZ-0l for bug-guix@gnu.org; Thu, 28 Mar 2019 21:59:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h9gnN-0001mv-Ur for bug-guix@gnu.org; Thu, 28 Mar 2019 21:59:01 -0400 In-Reply-To: <87d0md8lya.fsf@posteo.mx> Sender: "Debbugs-submit" Resent-Message-ID: List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Alberto EFG Cc: 35012@debbugs.gnu.org Hi Alberto, > It keeps failing no matter what. I have about 200gb of disk space and > 8gb of RAM. This is the error I always get: > > $ guix package -c 7 --upgrade icecat --substitute-urls="https://ci.guix.info" > substitute: updating substitutes from 'https://ci.guix.info'... 100.0% > substitute: updating substitutes from 'https://ci.guix.info'... 100.0% > downloading from https://ci.guix.info/nar/qlwg5lyxnnj68kw2agx4z5fr2b6vxpdc-icecat-60.6.1-guix1.tar.xz... > > icecat-60.6.1-guix1.tar.xz 303.0MiB 1.8MiB/s 02:47 [##################] 100.0% > > building /gnu/store/jpg44cnp64hzdi2hislnid40jdr3kkhp-rust-1.24.1.drv... > \ 'install' phasenote: build failure may have been caused by lack of free disk space As other people have mentioned, this substitute should now be available, but I wanted to add that builds are performed in /tmp by default, and that's likely the reason you ran out of disk space, even though your root partition has plenty of space. If you'd like builds to be performed somewhere else, e.g. /var/tmp, then you should arrange for the TMPDIR environment variable to be set appropriately when launching 'guix-daemon'. Regards, Mark