From mboxrd@z Thu Jan 1 00:00:00 1970 From: Harry Prevor Subject: bug#24220: "failed to unpack source code" on guix pull Date: Sat, 13 Aug 2016 18:05:17 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42857) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bYh4A-00039s-9j for bug-guix@gnu.org; Sat, 13 Aug 2016 18:06:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bYh46-0007P3-1x for bug-guix@gnu.org; Sat, 13 Aug 2016 18:06:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:58902) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bYh45-0007Oz-Ul for bug-guix@gnu.org; Sat, 13 Aug 2016 18:06:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1bYh45-0001X8-QF for bug-guix@gnu.org; Sat, 13 Aug 2016 18:06:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42801) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bYh3f-00038r-Up for bug-guix@gnu.org; Sat, 13 Aug 2016 18:05:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bYh3b-0007In-KK for bug-guix@gnu.org; Sat, 13 Aug 2016 18:05:34 -0400 Received: from ma.sdf.org ([192.94.73.31]:33143) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bYh3b-0007IH-8z for bug-guix@gnu.org; Sat, 13 Aug 2016 18:05:31 -0400 Received: from ma.sdf.org (ma.sdf.org [192.94.73.31]) by ma.sdf.org (8.14.4/8.14.4) with ESMTP id u7DM5HBO003383 for ; Sat, 13 Aug 2016 22:05:18 GMT 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: 24220@debbugs.gnu.org Hey all, I'm running GuixSD on a Thinkpad X200. I typically run 'guix pull'=20 almost every day without any troubles, but about two days ago I started=20 getting this error every time I ran the command leaving me unable to=20 update my system: > Starting download of /tmp/guix-file.JNdnA7 > From=20 > http://git.savannah.gnu.org/cgit/guix.git/snapshot/master.tar.gz... > =E2=80=A6.tar.gz 1.4MiB/s 00:07 | 10= .4MiB=20 > transferred > unpacking=20 > '/gnu/store/q4zzpxpbbhwmwh4snisymlpf0p24ddk7-guix-latest.tar.gz'... > guix pull: error: failed to unpack source code What's odd about this, is the actual file=20 /gnu/store/q4z...-guix-latest.tar.gz, appears to be a valid targz=20 archive, and I'm able to unpack and repack that using tar manually just=20 fine. 'realpath $(which tar)' returns=20 '/gnu/store/ggmmcw327ny831gqd7zvi3hpl5fm23mn-tar-1.28/bin/tar', and I've=20 done some basic tests which do confirm that binary seems to work. I'm=20 not having any network problems otherwise. What can I do to further debug / fix this? P.S. I'm not subscribed to bug-guix, so please CC me in any responses to=20 this thread! Thanks, --=20 Harry Prevor