From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: bug#23666: guix download fails for large files Date: Tue, 31 May 2016 16:26:51 -0400 Message-ID: <20160531202651.GA19070@jasmine> References: <20160531195631.GA22897@solar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45492) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7qFp-0005gq-4k for bug-guix@gnu.org; Tue, 31 May 2016 16:27:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b7qFk-0002lv-2d for bug-guix@gnu.org; Tue, 31 May 2016 16:27:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36382) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7qFi-0002ln-H0 for bug-guix@gnu.org; Tue, 31 May 2016 16:27:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1b7qFi-0006oh-Ch for bug-guix@gnu.org; Tue, 31 May 2016 16:27:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <20160531195631.GA22897@solar> 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: Andreas Enge Cc: 23666@debbugs.gnu.org On Tue, May 31, 2016 at 09:56:31PM +0200, Andreas Enge wrote: > since I am regularly rebuilding texlive (who is not!), I would like to keep > the source tarball on my machine, and whenever I garbage collect it from the > store, add it back via > guix download file:texlive-20150523-texmf.tar.xz > > On my Novena with a 32 bit processor and 4 GB of main memory, this fails with > guix download: error: sendfile: Broken pipe > > The file itself has 1,8 GB. > > Downloading the file via http as part of "guix build" works, and > "guix download file:" also works on my x86_64 machine with 8 GB of RAM. As a temporary workaround, you could make the tarball a gcroot: # ln -sf /gnu/store/...-texlive-20150523-texmf.tar.xz \ /var/guix/gcroots/texlive-texmf.tar.xz