GNU bug report logs - #41771
[PATCH] activation: Fix function call for system activation

Previous Next

Package: guix-patches;

Reported by: Royce Strange <royball <at> disroot.org>

Date: Tue, 9 Jun 2020 02:54:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 41771 in the body.
You can then email your comments to 41771 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#41771; Package guix-patches. (Tue, 09 Jun 2020 02:54:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Royce Strange <royball <at> disroot.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 09 Jun 2020 02:54:02 GMT) Full text and rfc822 format available.

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

From: Royce Strange <royball <at> disroot.org>
To: guix-patches <at> gnu.org
Subject: [PATCH] activation: Fix function call for system activation
Date: Mon,  8 Jun 2020 21:53:30 -0500
* gnu/build/activation.scm (boot-time-system):
Evaluate the linux-command-line thunk for linux systems to boot
---
 gnu/build/activation.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/build/activation.scm b/gnu/build/activation.scm
index b915e6bb67..4b67926e88 100644
--- a/gnu/build/activation.scm
+++ b/gnu/build/activation.scm
@@ -321,7 +321,7 @@ improvement."
 (define (boot-time-system)
   "Return the '--system' argument passed on the kernel command line."
   (find-long-option "--system" (if (string-contains %host-type "linux-gnu")
-                                   linux-command-line
+                                   (linux-command-line)
                                    (command-line))))
 
 (define* (activate-current-system
-- 
2.26.2





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Tue, 09 Jun 2020 07:41:01 GMT) Full text and rfc822 format available.

Notification sent to Royce Strange <royball <at> disroot.org>:
bug acknowledged by developer. (Tue, 09 Jun 2020 07:41:01 GMT) Full text and rfc822 format available.

Message #10 received at 41771-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Royce Strange <royball <at> disroot.org>
Cc: 41771-done <at> debbugs.gnu.org
Subject: Re: [bug#41771] [PATCH] activation: Fix function call for system
 activation
Date: Tue, 09 Jun 2020 09:40:33 +0200
Hi,

Royce Strange <royball <at> disroot.org> skribis:

> * gnu/build/activation.scm (boot-time-system):
> Evaluate the linux-command-line thunk for linux systems to boot

Applied, thanks for the quick fix!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 07 Jul 2020 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 293 days ago.

Previous Next


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