From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: Re: libcap: bzip2: Compressed file ends unexpectedly on http://mirror.guixsd.org Date: Sat, 19 Mar 2016 16:30:09 +0100 Message-ID: <20160319153009.GB29638@thebird.nl> References: <20160319152540.GA29638@thebird.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41681) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ahIqq-0003D0-4S for guix-devel@gnu.org; Sat, 19 Mar 2016 11:31:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ahIqn-0001eW-Eq for guix-devel@gnu.org; Sat, 19 Mar 2016 11:31:40 -0400 Received: from mail.thebird.nl ([95.154.246.10]:58996) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ahIqn-0001eS-9F for guix-devel@gnu.org; Sat, 19 Mar 2016 11:31:37 -0400 Content-Disposition: inline In-Reply-To: <20160319152540.GA29638@thebird.nl> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Pjotr Prins Cc: guix-devel@gnu.org On Sat, Mar 19, 2016 at 04:25:40PM +0100, Pjotr Prins wrote: > Problem on mirror: > > Recent guix pull. > > Downloading 9rvydp...-libcap-2.24 (125KiB installed)... > http://mirror.guixsd.org/nar/9rvydpss0n9hva68jrmbg5qcjvyf3yc2-libcap-2.24 0B/s 00:00 | 0B transferred > bzip2: Compressed file ends unexpectedly; > perhaps it is corrupted? *Possible* reason follows. > bzip2: Inappropriate ioctl for device > Input file = (stdin), output file = (stdout) > > It is possible that the compressed file(s) have become corrupted. Fixed by compiling libcap instead. I have noticed the store can become unbalanced when you interrupt the guix-daemon when it is building/installing. I.e. kill daemon is not transaction safe ;) Pj. --