From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:41944) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j4sSR-0004yX-8C for guix-patches@gnu.org; Thu, 20 Feb 2020 15:30:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j4sSQ-0005bR-BA for guix-patches@gnu.org; Thu, 20 Feb 2020 15:30:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:39951) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j4sSQ-0005bN-84 for guix-patches@gnu.org; Thu, 20 Feb 2020 15:30:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j4sSQ-0003za-4Y for guix-patches@gnu.org; Thu, 20 Feb 2020 15:30:02 -0500 Subject: [bug#39698] Acknowledgement ([PATCH] file-systems: Set default value of the check? field to #f for NFS) Resent-Message-ID: From: Maxim Cournoyer References: <87d0a9i3il.fsf@gmail.com> Date: Thu, 20 Feb 2020 15:29:35 -0500 In-Reply-To: (GNU bug Tracking System's message of "Thu, 20 Feb 2020 17:16:01 +0000") Message-ID: <87o8ttxas0.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 39698@debbugs.gnu.org The patch sent earlier crashes 'guix system reconfigure config.scm'. It occurs when attempting to lower the object returned by the fold-services procedure, e.g.: --8<---------------cut here---------------start------------->8--- ,m (guix scripts system) scheme@(guix scripts system)> (define os (load* "/path/to/config.scm" %user-module)) scheme@(guix scripts system)> (lower-object os) $2 = # scheme@(guix scripts system)> ,import (guix monad-repl) scheme@(guix scripts system)> ,run-in-store $2 While executing meta-command: Throw to key `srfi-34' with args `(#] 7fd84a760e00>)'. --8<---------------cut here---------------end--------------->8--- I'm struggling to understand why. To be continued.