GNU bug report logs - #41770
[PATCH] system: vm: Fix missing imported module

Previous Next

Package: guix-patches;

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

Date: Tue, 9 Jun 2020 01:14:02 UTC

Severity: normal

Tags: patch

Done: maxim.cournoyer <at> gmail.com

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 41770 in the body.
You can then email your comments to 41770 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#41770; Package guix-patches. (Tue, 09 Jun 2020 01:14: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 01:14: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] system: vm: Fix missing imported module
Date: Mon,  8 Jun 2020 20:13:10 -0500
* gnu/system/vm.scm (qemu-image):
Make sure (gnu build hurd-boot) gets imported.
---
 gnu/system/vm.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm
index 686e56348d..f2b6b71b4d 100644
--- a/gnu/system/vm.scm
+++ b/gnu/system/vm.scm
@@ -337,6 +337,7 @@ system that is passed to 'populate-root-file-system'."
    (with-extensions gcrypt-sqlite3&co
      (with-imported-modules `(,@(source-module-closure '((gnu build vm)
                                                          (gnu build bootloader)
+                                                         (gnu build hurd-boot)
                                                          (guix store database)
                                                          (guix build utils))
                                                        #:select? not-config?)
-- 
2.26.2





Reply sent to maxim.cournoyer <at> gmail.com:
You have taken responsibility. (Tue, 09 Jun 2020 05:35:02 GMT) Full text and rfc822 format available.

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

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

From: maxim.cournoyer <at> gmail.com
To: Royce Strange <royball <at> disroot.org>
Cc: 41770-done <at> debbugs.gnu.org
Subject: Re: [bug#41770] [PATCH] system: vm: Fix missing imported module
Date: Tue, 09 Jun 2020 01:33:59 -0400
Hello!

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

> * gnu/system/vm.scm (qemu-image):
> Make sure (gnu build hurd-boot) gets imported.
> ---
>  gnu/system/vm.scm | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm
> index 686e56348d..f2b6b71b4d 100644
> --- a/gnu/system/vm.scm
> +++ b/gnu/system/vm.scm
> @@ -337,6 +337,7 @@ system that is passed to 'populate-root-file-system'."
>     (with-extensions gcrypt-sqlite3&co
>       (with-imported-modules `(,@(source-module-closure '((gnu build vm)
>                                                           (gnu build bootloader)
> +                                                         (gnu build hurd-boot)
>                                                           (guix store database)
>                                                           (guix build utils))
>                                                         #:select? not-config?)

I've retouched the commit message slightly and pushed! Thank you.

Maxim




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 266 days ago.

Previous Next


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