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

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

bug#52732: closed ([PATCH] gnu: criu: Propagate protobuf-c.)


From: GNU bug Tracking System
Subject: bug#52732: closed ([PATCH] gnu: criu: Propagate protobuf-c.)
Date: Mon, 21 Feb 2022 14:42:02 +0000

Your message dated Mon, 21 Feb 2022 22:41:12 +0800
with message-id 
<TYCP286MB189769070FA3DED5D538232BA33A9@TYCP286MB1897.JPNP286.PROD.OUTLOOK.COM>
and subject line Re: bug#52732: [PATCH] gnu: criu: Propagate protobuf-c.
has caused the debbugs.gnu.org bug report #52732,
regarding [PATCH] gnu: criu: Propagate protobuf-c.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
52732: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52732
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: criu: Propagate protobuf-c. Date: Wed, 22 Dec 2021 18:58:49 +0800 User-agent: mu4e 1.6.10; emacs 27.2

Attachment: signature.asc
Description: PGP signature

>From a23910e78d6aa7d12922e85df80b3e46f95984da Mon Sep 17 00:00:00 2001
From: Zhu Zihao <all_but_last@163.com>
Date: Wed, 22 Dec 2021 18:53:49 +0800
Subject: [PATCH] gnu: criu: Propagate protobuf-c.

The header of criu references to protobuf-c, including them in source files
would require protobuf-c available in compilation environment.

* gnu/packages/virtualization.scm (criu): Move protobuf-c from native-inputs
to propagate-inputs.
---
 gnu/packages/virtualization.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index 839b12d040..c879118c52 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -1600,11 +1600,12 @@ (define-public criu
     (native-inputs
      (list pkg-config
            perl
-           protobuf-c
            asciidoc
            xmlto
            docbook-xml
            docbook-xsl))
+    (propagate-inputs
+     (list protobuf-c))
     (home-page "https://criu.org";)
     (synopsis "Checkpoint and restore in user space")
     (description "Using this tool, you can freeze a running application (or
-- 
2.34.0

-- 
Retrieve my PGP public key:

  gpg --recv-keys D47A9C8B2AE3905B563D9135BE42B352A9F6821F

Zihao

--- End Message ---
--- Begin Message --- Subject: Re: bug#52732: [PATCH] gnu: criu: Propagate protobuf-c. Date: Mon, 21 Feb 2022 22:41:12 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Zhu Zihao <all_but_last@163.com> writes:

>>From a23910e78d6aa7d12922e85df80b3e46f95984da Mon Sep 17 00:00:00 2001
> From: Zhu Zihao <all_but_last@163.com>
> Date: Wed, 22 Dec 2021 18:53:49 +0800
> Subject: [PATCH] gnu: criu: Propagate protobuf-c.

Pushed, thank you!


--- End Message ---

reply via email to

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