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: Fri, 29 Dec 2017 14:41:21 +0100 Message-ID: <878tdl4poe.fsf@gnu.org> References: <87tvwa33ab.fsf@GlaDOS.home> 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]:38554) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eUuvF-0007In-9A for bug-guix@gnu.org; Fri, 29 Dec 2017 08:42:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eUuvC-0006Ko-Mc for bug-guix@gnu.org; Fri, 29 Dec 2017 08:42:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:47239) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eUuvC-0006Kg-IR for bug-guix@gnu.org; Fri, 29 Dec 2017 08:42:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eUuvC-0003kV-5B for bug-guix@gnu.org; Fri, 29 Dec 2017 08:42:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87tvwa33ab.fsf@GlaDOS.home> (Diego Nicola Barbato's message of "Thu, 28 Dec 2017 23:18:04 +0100") 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: Diego Nicola Barbato Cc: 29881@debbugs.gnu.org Hi Diego, 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-struct:= Wrong type argument in position 2: 3 I=E2=80=99m afraid you=E2=80=99ll have to =E2=80=9Crm -rf ~/.cache/guile/cc= ache=E2=80=9D (Guile=E2=80=99s auto-compilation cache) to work around e2721a05e7d778bdf845b7cb7a42fd9f76095b69. Can you confirm? This commit adapts to a change in what =E2=80=98%fresh-auto-compile=E2=80= =99 does in Guile 2.2.3, which turned out to be wrong. Thanks, Ludo=E2=80=99.