From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: bug#24220: "failed to unpack source code" on guix pull Date: Sun, 14 Aug 2016 07:27:35 +0200 Message-ID: <20160814052735.GA13020@thebird.nl> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60101) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bYnxu-0001rK-2J for bug-guix@gnu.org; Sun, 14 Aug 2016 01:28:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bYnxq-0001C6-Pk for bug-guix@gnu.org; Sun, 14 Aug 2016 01:28:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:59021) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bYnxq-0001C2-M7 for bug-guix@gnu.org; Sun, 14 Aug 2016 01:28:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1bYnxq-0000iZ-DM for bug-guix@gnu.org; Sun, 14 Aug 2016 01:28:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: 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: Harry Prevor Cc: 24220@debbugs.gnu.org On Sat, Aug 13, 2016 at 06:05:17PM -0400, Harry Prevor wrote: > Hey all, > > I'm running GuixSD on a Thinkpad X200. I typically run 'guix pull' > almost every day without any troubles, but about two days ago I > started getting this error every time I ran the command leaving me > unable to update my system: > > >Starting download of /tmp/guix-file.JNdnA7 > >From > >http://git.savannah.gnu.org/cgit/guix.git/snapshot/master.tar.gz... > > ….tar.gz 1.4MiB/s 00:07 | > >10.4MiB transferred > >unpacking > >'/gnu/store/q4zzpxpbbhwmwh4snisymlpf0p24ddk7-guix-latest.tar.gz'... > >guix pull: error: failed to unpack source code > > What's odd about this, is the actual file > /gnu/store/q4z...-guix-latest.tar.gz, appears to be a valid targz > archive, and I'm able to unpack and repack that using tar manually > just fine. 'realpath $(which tar)' returns > '/gnu/store/ggmmcw327ny831gqd7zvi3hpl5fm23mn-tar-1.28/bin/tar', and > I've done some basic tests which do confirm that binary seems to > work. I'm 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 this thread! I also saw this bug yesterday. Reminds me how luxurious GNU Guix normally is - for several things to fail at the same time is rare.