From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 06 09:22:41 2020 Received: (at 41710) by debbugs.gnu.org; 6 Jun 2020 13:22:41 +0000 Received: from localhost ([127.0.0.1]:51056 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jhYmX-0003mE-5q for submit@debbugs.gnu.org; Sat, 06 Jun 2020 09:22:41 -0400 Received: from eggs.gnu.org ([209.51.188.92]:55038) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jhYmT-0003lx-AL for 41710@debbugs.gnu.org; Sat, 06 Jun 2020 09:22:40 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:60278) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jhYmM-0008Rt-U4; Sat, 06 Jun 2020 09:22:30 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=51692 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jhYmM-00075D-BL; Sat, 06 Jun 2020 09:22:30 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: zimoun Subject: Re: bug#41710: Possibly found a bug while doing a "guix pull" References: Date: Sat, 06 Jun 2020 15:22:29 +0200 In-Reply-To: (zimoun's message of "Thu, 4 Jun 2020 20:11:00 +0200") Message-ID: <87a71guy5m.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 41710 Cc: Julien Lepiller , 41710@debbugs.gnu.org, =?utf-8?Q?L=C3=A9on?= Lain Delysid X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, zimoun skribis: > ./guix/store.scm:1035:9: ERROR: > 1. &store-protocol-error: > message: "error parsing derivation > `/gnu/store/m5djg8zwgl7nh0rm1av4nnlbwgwi0fwg-guix-daemon-1.1.0-4.bdc801e.= drv': > expected string `Derive(['" > status: 1 > guix pull: error: You found a bug: the program > '/gnu/store/kpxami25fi3mrxb37sfbbx2s366chpk5-compute-guix-derivation' > failed to compute the derivation for Guix (version: > "415b90f24ee83059102f5fb0ce74a2bc0954fe58"; system: "x86_64-linux"; > host version: "018cffc9c9e5a5855733f5f45a1c4d396bb6a321"; pull-version: 1= ). > Please report it by email to . L=C3=A9on, is this .drv file empty by any chance? If the answer is yes, that suggests a file system corruption. We see reports like this sometimes. It could maybe happen if the file system was not cleanly unmounted. The solution may be to run: guix gc -D /gnu/store/m5djg8zwgl7nh0rm1av4nnlbwgwi0fwg-guix-daemon-1.1.0-= 4.bdc801e.drv before re-running =E2=80=98guix pull=E2=80=99. Could you try that and report back? Thanks, Ludo=E2=80=99.