From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#29881: guix system reconfigure fails if config.scm contains LUKS mapped-devices Date: Mon, 15 Jan 2018 23:33:49 +0100 Message-ID: <87d12ag3aq.fsf@gnu.org> References: <87tvwa33ab.fsf@GlaDOS.home> <878tdl4poe.fsf@gnu.org> <87inc9bd3l.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34637) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ebDKP-0000jM-H9 for bug-guix@gnu.org; Mon, 15 Jan 2018 17:34:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ebDKM-0002mA-E3 for bug-guix@gnu.org; Mon, 15 Jan 2018 17:34:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:49975) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ebDKM-0002m2-AW for bug-guix@gnu.org; Mon, 15 Jan 2018 17:34:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ebDKM-0006Fu-4v for bug-guix@gnu.org; Mon, 15 Jan 2018 17:34:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87inc9bd3l.fsf@netris.org> (Mark H. Weaver's message of "Wed, 10 Jan 2018 16:47:26 -0500") 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: Mark H Weaver Cc: 29881@debbugs.gnu.org, Diego Nicola Barbato Hi Mark, Mark H Weaver skribis: > ludo@gnu.org (Ludovic Court=C3=A8s) writes: > >> Diego Nicola Barbato skribis: >> >>> When running `guix system reconfigure /etc/config.scm' as root I get the >>> following error: >>> >>> guix system: error: failed to load '/etc/config.scm': >>> /etc/config.scm:24:9: /etc/config.scm:24:9: In procedure allocate-struc= t: Wrong type argument in position 2: 3 >> >> I=E2=80=99m afraid you=E2=80=99ll have to =E2=80=9Crm -rf ~/.cache/guile= /ccache=E2=80=9D (Guile=E2=80=99s >> auto-compilation cache) to work around >> e2721a05e7d778bdf845b7cb7a42fd9f76095b69. > > FYI, more recently there has been another change that caused "guix > system build" to fail for me, and once again it was fixed by clearing > the auto-compilation cache for my system configuration. For now, in commit 92423868bc451600f8f3d93b638091d12b14b7aa, I=E2=80=99ve arranged so that auto-compilation is turned off for Guile 2.2.3 only. At the same time, I reverted the offending change in Guile, and hopefully we=E2=80=99ll release 2.2.4 shortly: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D29226#25 I=E2=80=99m not sure we can do much better for 2.2.3, or perhaps we should always use (compile-file file #:to 'value) in =E2=80=98load*=E2=80=99? Thanks, Ludo=E2=80=99.