emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#36947: closed ([PATCH] reconfigure: Fix GC root in


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#36947: closed ([PATCH] reconfigure: Fix GC root installation.)
Date: Tue, 06 Aug 2019 20:28:02 +0000

Your message dated Tue, 6 Aug 2019 22:27:29 +0200
with message-id <address@hidden>
and subject line Re: [bug#36947] [PATCH] reconfigure: Fix GC root installation.
has caused the debbugs.gnu.org bug report #36947,
regarding [PATCH] reconfigure: Fix GC root installation.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
36947: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=36947
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] reconfigure: Fix GC root installation. Date: Tue, 06 Aug 2019 13:37:32 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)
Fixes <https://bugs.gnu.org/36942>.
Reported by ison <address@hidden>.

guix/scripts/system/reconfigure.scm (install-bootloader-program): Switch
new symlink to the canonical bootloader configuration file.
---
 guix/scripts/system/reconfigure.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/scripts/system/reconfigure.scm 
b/guix/scripts/system/reconfigure.scm
index dee0c24bd2..72d97b6c48 100644
--- a/guix/scripts/system/reconfigure.scm
+++ b/guix/scripts/system/reconfigure.scm
@@ -196,7 +196,7 @@ BOOTLOADER-PACKAGE."
                         (srfi srfi-35))
            (let* ((gc-root (string-append #$target %gc-roots-directory 
"/bootcfg"))
                   (temp-gc-root (string-append gc-root ".new")))
-             (switch-symlinks temp-gc-root gc-root)
+             (switch-symlinks temp-gc-root #$bootcfg)
              (install-boot-config #$bootcfg #$bootcfg-file #$target)
              ;; Preserve the previous activation's garbage collector root
              ;; until the bootloader installer has run, so that a failure in
-- 
2.22.0

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: [bug#36947] [PATCH] reconfigure: Fix GC root installation. Date: Tue, 6 Aug 2019 22:27:29 +0200
Hi Jakob,

thanks for that patch!

Pushed to guix master with a huge comment, as commit
5f04e9f9620aeb45940855e4f655f22db55ba6eb.

Feel free to Cc me with important installation-saving patches like that one.

Attachment: pgpnzlZSNK7mp.pgp
Description: Digitale Signatur von OpenPGP


--- End Message ---

reply via email to

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