GNU bug report logs - #57983
Error installing on a Framework Laptop

Previous Next

Package: guix;

Reported by: "Dan Finlay" <dan <at> danfinlay.com>

Date: Wed, 21 Sep 2022 16:47:01 UTC

Severity: important

Fix blocked by 2: , 56005: "write_wait_fd: unimplemented" error from 'guix substitute'

Full log


Message #16 received at 57983 <at> debbugs.gnu.org (full text, mbox):

From: Josselin Poiret <dev <at> jpoiret.xyz>
To: Mathieu Othacehe <othacehe <at> gnu.org>,
	Dan Finlay <dan <at> danfinlay.com>
Cc: Josselin Poiret <dev <at> jpoiret.xyz>, 57983 <at> debbugs.gnu.org
Subject: [PATCH 2/4] installer: Return partitions with crypt password as step
 result.
Date: Thu, 22 Sep 2022 15:12:45 +0200
* gnu/installer/newt/partition.scm (run-partitioning-page): Do it.
---
 gnu/installer/newt/partition.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/installer/newt/partition.scm b/gnu/installer/newt/partition.scm
index eda34e0461..2adb4922b4 100644
--- a/gnu/installer/newt/partition.scm
+++ b/gnu/installer/newt/partition.scm
@@ -795,13 +795,13 @@ (define (run-page devices)
          (user-partitions (run-page eligible-devices))
          (user-partitions-with-pass (prompt-luks-passwords
                                      user-partitions))
-         (form (draw-formatting-page user-partitions)))
+         (form (draw-formatting-page user-partitions-with-pass)))
     ;; Make sure the disks are not in use before proceeding to formatting.
     (free-parted eligible-devices)
     (format-user-partitions user-partitions-with-pass)
     (installer-log-line "formatted ~a user partitions"
             (length user-partitions-with-pass))
-    (installer-log-line "user-partitions: ~a" user-partitions)
+    (installer-log-line "user-partitions: ~a" user-partitions-with-pass)
 
     (destroy-form-and-pop form)
-    user-partitions))
+    user-partitions-with-pass))
-- 
2.37.2





This bug report was last modified 2 years and 271 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.