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. --