From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: bug#29881: guix system reconfigure fails if config.scm contains LUKS mapped-devices Date: Thu, 28 Dec 2017 17:30:01 -0500 Message-ID: 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]:56089) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eUghf-0000ru-Bn for bug-guix@gnu.org; Thu, 28 Dec 2017 17:31:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eUghb-0003na-3w for bug-guix@gnu.org; Thu, 28 Dec 2017 17:31:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:46835) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eUgha-0003n4-QB for bug-guix@gnu.org; Thu, 28 Dec 2017 17:31:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eUgha-0002cM-Fu for bug-guix@gnu.org; Thu, 28 Dec 2017 17:31:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55190) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eUggu-0000fX-M8 for bug-guix@gnu.org; Thu, 28 Dec 2017 17:30:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eUggp-0003H7-WC for bug-guix@gnu.org; Thu, 28 Dec 2017 17:30:19 -0500 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:55959) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eUggp-0003Fi-CB for bug-guix@gnu.org; Thu, 28 Dec 2017 17:30:15 -0500 In-Reply-To: <87tvwa33ab.fsf@GlaDOS.home> 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: 29881@debbugs.gnu.org, dnbarbato@posteo.de Can you send your config=2Escm?=20 Without it, it's hard to know if there is a problem with your config=2Escm= or the Guix mapper-devices code=2E -------- Original Message -------- From: Diego Nicola Barbato Sent: December 28, 2017 5:18:04 PM EST To: 29881@debbugs=2Egnu=2Eorg Subject: bug#29881: guix system reconfigure fails if config=2Escm contains= LUKS mapped-devices Hello Guix, When running `guix system reconfigure /etc/config=2Escm' as root I get the following error: guix system: error: failed to load '/etc/config=2Escm': /etc/config=2Escm:24:9: /etc/config=2Escm:24:9: In procedure allocate-stru= ct: Wrong type argument in position 2: 3 This error appears for the first time in commit 4ca90ff5976434a2b6e758df38df54387ae70c1b=2E On line 24 of my config file I have declared a mapped device of type luks-device-mapping=2E If the config file does not contain any mapped-devices declaration `guix system reconfigure' works as expected (checked in a VM)=2E I run GuixSD on a x86_64 machine=2E Greetings Diego N=2E Barbato