From mboxrd@z Thu Jan 1 00:00:00 1970 From: dian_cecht@zoho.com Subject: bug#24670: Unexpected EOF reading a line (from guix pull) Date: Tue, 11 Oct 2016 15:34:07 -0700 Message-ID: <20161011223407.GA31313@khaalida> 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]:43030) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bu5fW-00014D-0o for bug-guix@gnu.org; Tue, 11 Oct 2016 18:37:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bu5fS-00076g-Ih for bug-guix@gnu.org; Tue, 11 Oct 2016 18:37:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:46354) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bu5fS-00076a-Fk for bug-guix@gnu.org; Tue, 11 Oct 2016 18:37:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1bu5fS-0008Cn-A2 for bug-guix@gnu.org; Tue, 11 Oct 2016 18:37:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42597) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bu5cq-0000Xb-CJ for bug-guix@gnu.org; Tue, 11 Oct 2016 18:34:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bu5cm-0006G4-St for bug-guix@gnu.org; Tue, 11 Oct 2016 18:34:20 -0400 Received: from sender153-mail.zoho.com ([74.201.84.153]:25483) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bu5cm-0006FX-L9 for bug-guix@gnu.org; Tue, 11 Oct 2016 18:34:16 -0400 Received: from localhost (khaalida [local]) by khaalida (OpenSMTPD) with ESMTPA id abf53c28 for ; Tue, 11 Oct 2016 22:34:07 +0000 (UTC) Content-Disposition: inline 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: 24670@debbugs.gnu.org Hello, Someone in IRC asked me to email these errors here as a bug report, so I shall. I was just trying to install Guix on a Gentoo machine via the youbroketheinternet overlay (installed via layman). During the initial 'guix pull;guix package -i hello', I ended up with a weird error at the very end of guix pull (as root); Found valid signature for /gnu/store/7nfjg3f2c4s0jpz3vqh3iqdn9j1c3prq-perl-5.22.1 From https://mirror.hydra.gnu.org/nar/7nfjg3f2c4s0jpz3vqh3iqdn9j1c3prq-perl-5.22.1 Downloading 7nfjg3…-perl-5.22.1 (49.7MiB installed)... perl-5.22.1 3.7MiB/s 00:04 | 15.2MiB transferred guix package: error: build failed: unexpected EOF reading a line then, when trying to run guix pull as a user, I got this (I havn't authorized hydra as the user, but I did as root); unpacking '/gnu/store/1wrar9kq9pnyg4mw0yg1qx5a5xrr4y5v-guix-latest.tar.gz'... The following derivation will be built: /gnu/store/xrhj8sj7gdk74vmyqi8cg07zbhdxfbw6-guix-latest.drv building path(s) '/gnu/store/9mm7kqkdsmj67byll1k4vq65622gsrr0-guix-latest' guix pull: error: build failed: unexpected EOF reading a line I'm not sure what the problem is, but that is multiple EOF errors from the same command from different users, so someone should probably take a look at it. PS. I'm not sure if I'm subscribed to this mailing list, so if you need input from me, just make sure to email me a copy. Thanks.