From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#24053: guix download file:// fails with a ~2 GB file on i686 Date: Fri, 22 Jul 2016 13:19:28 -0400 Message-ID: <87h9bhmvz3.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36533) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQe7K-0005Ux-Eb for bug-guix@gnu.org; Fri, 22 Jul 2016 13:20:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQe7G-0003Gn-Hq for bug-guix@gnu.org; Fri, 22 Jul 2016 13:20:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49864) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQe7G-0003Gj-Ei for bug-guix@gnu.org; Fri, 22 Jul 2016 13:20:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1bQe7G-00010M-BZ for bug-guix@gnu.org; Fri, 22 Jul 2016 13:20:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36450) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQe6x-0005TZ-IK for bug-guix@gnu.org; Fri, 22 Jul 2016 13:19:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQe6u-0003Bl-2u for bug-guix@gnu.org; Fri, 22 Jul 2016 13:19:43 -0400 Received: from world.peace.net ([50.252.239.5]:40854) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQe6t-0003Bh-VF for bug-guix@gnu.org; Fri, 22 Jul 2016 13:19:40 -0400 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: 24053@debbugs.gnu.org On my i686 GuixSD machine, the following command consistently fails: mhw@jojen:~$ guix download file:///home/mhw/texlive-20160523b-texmf.tar.xz guix download: error: sendfile: Broken pipe The file is 2071190200 bytes, which is about 73 MiB less than 2 GiB. I have 2 GiB of RAM and 4 GiB of swap. My guix client is v0.10.0-1899-g0f971a0. My guix-daemon is 0.10.0. Mark