From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex ter Weele Subject: reconfigure with mapped-devices broken after e37944d8270cdca5729e3583136c4fe9d487779c? Date: Tue, 06 Mar 2018 22:26:18 -0600 Message-ID: <87d10gmryt.fsf@librem.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42944) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1etQen-00051N-IS for help-guix@gnu.org; Tue, 06 Mar 2018 23:26:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1etQek-00052Y-F8 for help-guix@gnu.org; Tue, 06 Mar 2018 23:26:25 -0500 Received: from mail-it0-x231.google.com ([2607:f8b0:4001:c0b::231]:54042) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1etQek-00052Q-9W for help-guix@gnu.org; Tue, 06 Mar 2018 23:26:22 -0500 Received: by mail-it0-x231.google.com with SMTP id w63so1641464ita.3 for ; Tue, 06 Mar 2018 20:26:22 -0800 (PST) Received: from librem (24-148-50-16.s5644.c3-0.mart-ubr1.chi-mart.il.cable.rcncustomer.com. [24.148.50.16]) by smtp.gmail.com with ESMTPSA id m3sm6874594itg.3.2018.03.06.20.26.19 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 06 Mar 2018 20:26:20 -0800 (PST) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org Hello! I guix-pulled to something recent and got an error that was something like "cannot stat: "my-root"". My operating-system has sections like: (mapped-devices (list (mapped-device (source (uuid "97c130e9-edf4-40e4-8bfc-88fba056ffce")) (target "my-root") (type luks-device-mapping)))) (file-systems (cons (file-system (device "my-root") (mount-point "/") (type "ext4") (dependencies mapped-devices)) %base-file-systems)) I guix-pulled to the titular commit and was able to reconfigure successfully. Did something change in 424cea8083a4cee63290c80235aed61bd12affb1 or near there that could have caused what I observed?