From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: bug#25449: GHC packages take a long time to install Date: Sat, 14 Jan 2017 19:25:07 +0100 Message-ID: References: <87a8atmtmd.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45670) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cST1i-0006b0-4K for bug-guix@gnu.org; Sat, 14 Jan 2017 13:26:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cST1e-0003q1-T1 for bug-guix@gnu.org; Sat, 14 Jan 2017 13:26:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:38746) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cST1e-0003px-PW for bug-guix@gnu.org; Sat, 14 Jan 2017 13:26:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cST1e-0001YT-GV for bug-guix@gnu.org; Sat, 14 Jan 2017 13:26:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87a8atmtmd.fsf@gnu.org> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 25449@debbugs.gnu.org Hi Ludo! guix build idris -n works for me too. guix build idris --no-substitutes does this (which may be a problem on my end): guix build idris --no-substitutes warning: failed to install locale: Invalid argument @ build-started /gnu/store/85rrbgf0y77s1qwk9lw04gcf44nhw213-libxslt-1.1.29.tar.gz.drv - x86_64-linux /var/log/guix/drvs/85//rrbgf0y77s1qwk9lw04gcf44nhw213-libxslt-1.1.29.tar.gz.drv.bz2 error: failed to run download program '/home/dvc/guix/nix/scripts/download': Permission denied builder for `/gnu/store/85rrbgf0y77s1qwk9lw04gcf44nhw213-libxslt-1.1.29.tar.gz.drv' failed with exit code 1 @ build-failed /gnu/store/85rrbgf0y77s1qwk9lw04gcf44nhw213-libxslt-1.1.29.tar.gz.drv - 1 builder for `/gnu/store/85rrbgf0y77s1qwk9lw04gcf44nhw213-libxslt-1.1.29.tar.gz.drv' failed with exit code 1 @ build-started /gnu/store/69ln3nw2m9ydkjk5c6z72rpjlsdypl0x-Python-3.5.2.tar.xz.drv - x86_64-linux /var/log/guix/drvs/69//ln3nw2m9ydkjk5c6z72rpjlsdypl0x-Python-3.5.2.tar.xz.drv.bz2 cannot build derivation `/gnu/store/ddn0hzpn8nc4rdy8hwns2hh49761wgqc-libxslt-1.1.29.tar.xz.drv': 1 dependencies couldn't be built cannot build derivation `/gnu/store/y8q83qq1ggvm0z9p0g3a8lfzbghgcrfl-libxslt-1.1.29.drv': 1 dependencies couldn't be built guix build: error: build failed: build of `/gnu/store/y8q83qq1ggvm0z9p0g3a8lfzbghgcrfl-libxslt-1.1.29.drv' failed When I do git checkout 3254e1aba9ce3925a4e0b24c647240f96b5de8d4 (the last commit of the series that added idris) guix build idris works fine too. This is what lead me to believe that the problem was not on my end. Thanks! David