From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luther Thompson Subject: bug#35175: Cannot reconfigure Date: Sat, 6 Apr 2019 17:26:32 -0400 Message-ID: <20190406172632.4b71b37b@gmail.com> References: <20190406153348.411df268@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:36109) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hCsq7-0005Kr-E6 for bug-guix@gnu.org; Sat, 06 Apr 2019 17:27:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hCsq6-0001Dl-JA for bug-guix@gnu.org; Sat, 06 Apr 2019 17:27:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33964) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hCsq6-0001DI-6Y for bug-guix@gnu.org; Sat, 06 Apr 2019 17:27:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hCsq6-00054p-1K for bug-guix@gnu.org; Sat, 06 Apr 2019 17:27:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: 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: znavko@disroot.org Cc: 35175@debbugs.gnu.org On Sat, 06 Apr 2019 20:44:45 +0000 znavko@disroot.org wrote: > This is not a bug, but your config is wrong here: > > (file-systems > (cons > (file-system (device "my-root") > (mount-point "/") > (type "ext4") > (title 'label)) > %base-file-systems)) > > Delete string `(title 'label)` and leave like this: > > (file-systems > (cons > (file-system (device "my-root") > (mount-point "/") > (type "ext4")) > %base-file-systems)) > > And then try to reconfigure. I'm still getting the same error. The backtrace says the error happens "In unknown file", so I suspect the problem is in an eval or macro somewhere. Luther