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

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

[debbugs-tracker] bug#26341: closed ([PATCH] build: vm: Add missing modu


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#26341: closed ([PATCH] build: vm: Add missing module.)
Date: Tue, 11 Apr 2017 09:16:02 +0000

Your message dated Tue, 11 Apr 2017 11:15:20 +0200
with message-id <address@hidden>
and subject line Re: bug#26341: [PATCH 1/5] build: syscalls: Add reboot.
has caused the debbugs.gnu.org bug report #26341,
regarding [PATCH] build: vm: Add missing module.
to be marked as done.

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


-- 
26341: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26341
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] build: vm: Add missing module. Date: Sun, 2 Apr 2017 17:01:57 +0200
* gnu/build/vm.scm (define-module): Use module (guix build syscalls).

It fixes the following warnings during guix build :

gnu/build/vm.scm:233:3: warning: possibly unbound variable `mount'
gnu/build/vm.scm:238:3: warning: possibly unbound variable `umount'
gnu/build/vm.scm:268:8: warning: possibly unbound variable `mount'
gnu/build/vm.scm:276:8: warning: possibly unbound variable `umount'
gnu/build/vm.scm:315:4: warning: possibly unbound variable `mount'
gnu/build/vm.scm:323:4: warning: possibly unbound variable `umount'
---
 gnu/build/vm.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/build/vm.scm b/gnu/build/vm.scm
index 766163e1d..cc705832c 100644
--- a/gnu/build/vm.scm
+++ b/gnu/build/vm.scm
@@ -22,6 +22,7 @@
 (define-module (gnu build vm)
   #:use-module (guix build utils)
   #:use-module (guix build store-copy)
+  #:use-module (guix build syscalls)
   #:use-module (gnu build linux-boot)
   #:use-module (gnu build install)
   #:use-module (guix records)
-- 
2.12.2




--- End Message ---
--- Begin Message --- Subject: Re: bug#26341: [PATCH 1/5] build: syscalls: Add reboot. Date: Tue, 11 Apr 2017 11:15:20 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)
Hi!

Perfect, I removed “build:” from the subject line (it’s usually for
things that relate to the configury and makefiles) and pushed the whole
series.

Thank you!

Ludo’.


--- End Message ---

reply via email to

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