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 #22 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 4/4] installer: Exit console-services page with
 abort-to-prompt.
Date: Thu, 22 Sep 2022 15:12:47 +0200
* gnu/installer/newt/services.scm (run-console-services-cbt-page): Do it.
---
 gnu/installer/newt/services.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/installer/newt/services.scm b/gnu/installer/newt/services.scm
index 9951ad2212..b22024602c 100644
--- a/gnu/installer/newt/services.scm
+++ b/gnu/installer/newt/services.scm
@@ -99,10 +99,8 @@ (define (run-console-services-cbt-page)
       #:item->text (compose G_ system-service-name)
       #:checkbox-tree-height 5
       #:exit-button-callback-procedure
-      (lambda ()
-        (raise
-          (condition
-            (&installer-step-abort)))))))
+      (lambda _
+        (abort-to-prompt 'installer-step 'abort)))))
 
 (define (run-network-management-page)
   "Run a page to select among several network management methods."
-- 
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.