guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: installer: Fix backtrace display.


From: guix-commits
Subject: branch master updated: installer: Fix backtrace display.
Date: Sat, 18 Apr 2020 11:42:13 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1a9af96  installer: Fix backtrace display.
1a9af96 is described below

commit 1a9af96b188368fb636eb2df7c6771c45a5b0a66
Author: Mathieu Othacehe <address@hidden>
AuthorDate: Sat Apr 18 17:41:11 2020 +0200

    installer: Fix backtrace display.
    
    The 'syslog' macro cannot be resolved in the pre-unwind-handler
    context. Failed to resolve 'syslog' in this context resulted in the 
swallowing
    of all installation errors.
    
    Fixes 5c04b00cf463a543b8ffc9eb55991f6b4cc145dd.
    
    * gnu/installer.scm (installer-program): Use (gnu installer utils) module.
---
 gnu/installer.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/installer.scm b/gnu/installer.scm
index 565707e..0d55e0d 100644
--- a/gnu/installer.scm
+++ b/gnu/installer.scm
@@ -358,6 +358,7 @@ selected keymap."
                          (gnu installer services)
                          (gnu installer timezone)
                          (gnu installer user)
+                         (gnu installer utils)
                          (gnu installer newt)
                          ((gnu installer newt keymap)
                           #:select (keyboard-layout->configuration))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]