From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#25089: Can't build source derivations with Guix 0.11.0-4.1f41 Date: Wed, 11 Jan 2017 17:22:26 +0100 Message-ID: <87vatlwoql.fsf@gnu.org> References: <20161202081008.GA30727@jasmine> 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]:39455) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cRLg2-0000AB-HT for bug-guix@gnu.org; Wed, 11 Jan 2017 11:23:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cRLfy-0008Ab-Jg for bug-guix@gnu.org; Wed, 11 Jan 2017 11:23:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:34651) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cRLfy-0008AP-GC for bug-guix@gnu.org; Wed, 11 Jan 2017 11:23:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cRLfy-00059c-73 for bug-guix@gnu.org; Wed, 11 Jan 2017 11:23:02 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <20161202081008.GA30727@jasmine> (Leo Famulari's message of "Fri, 2 Dec 2016 03:10:08 -0500") 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: Leo Famulari Cc: 25089-done@debbugs.gnu.org Leo Famulari skribis: > $ guix build hello --source --check > @ build-started /gnu/store/xv9vdk2dijx6nnl8hsawffwfnfmm5vny-hello-2.10.ta= r.gz.drv - x86_64-linux /var/log/guix/drvs/xv//9vdk2dijx6nnl8hsawffwfnfmm5v= ny-hello-2.10.tar.gz.drv.bz2 > warning: failed to install locale: Invalid argument > > Starting download of /gnu/store/hbdalsf5lpf01x4dcknwx6xbn6n5km6k-hello-2.= 10.tar.gz >>From http://ftpmirror.gnu.org/hello/hello-2.10.tar.gz... > following redirection to `http://mirrors.ibiblio.org/pub/mirrors/gnu/ftp/= gnu/hello/hello-2.10.tar.gz'... > following redirection to `http://mirrors.ibiblio.org/gnu/ftp/gnu/hello/he= llo-2.10.tar.gz'... > ERROR: In procedure open-file: Permission denied: "/gnu/store/hbdalsf5lpf= 01x4dcknwx6xbn6n5km6k-hello-2.10.tar.gz" I believe this is fixed by commit 9b5364a3afb03414bd6e3ded2fbfdacabe4e8870. Thanks! Ludo=E2=80=99.