From mboxrd@z Thu Jan 1 00:00:00 1970 From: Diego Nicola Barbato Subject: bug#29881: guix system reconfigure fails if config.scm contains LUKS mapped-devices Date: Sat, 30 Dec 2017 14:55:03 +0100 Message-ID: <87y3lkwcaw.fsf@GlaDOS.home> References: <87tvwa33ab.fsf@GlaDOS.home> <878tdl4poe.fsf@gnu.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]:41851) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eVHcM-0003GY-7K for bug-guix@gnu.org; Sat, 30 Dec 2017 08:56:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eVHcJ-0004cw-65 for bug-guix@gnu.org; Sat, 30 Dec 2017 08:56:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:48605) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eVHcJ-0004cL-2y for bug-guix@gnu.org; Sat, 30 Dec 2017 08:56:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eVHcI-0004Ep-Pb for bug-guix@gnu.org; Sat, 30 Dec 2017 08:56:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <878tdl4poe.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Fri, 29 Dec 2017 14:41:21 +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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 29881@debbugs.gnu.org Hello Ludo, ludo@gnu.org (Ludovic Court=C3=A8s) writes: > 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. > > Can you confirm? Yes, running `rm -rf ~/.cache/guile/ccache' fixes the issue. Thanks. Diego