GNU bug report logs -
#52732
[PATCH] gnu: criu: Propagate protobuf-c.
Previous Next
Reported by: Zhu Zihao <all_but_last <at> 163.com>
Date: Wed, 22 Dec 2021 11:00:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> outlook.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 21 Feb 2022 22:41:12 +0800
with message-id <TYCP286MB189769070FA3DED5D538232BA33A9 <at> 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 <at> gnu.org.)
--
52732: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52732
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
[signature.asc (application/pgp-signature, inline)]
[0001-gnu-criu-Propagate-protobuf-c.patch (text/x-patch, inline)]
From a23910e78d6aa7d12922e85df80b3e46f95984da Mon Sep 17 00:00:00 2001
From: Zhu Zihao <all_but_last <at> 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
[Message part 6 (text/plain, inline)]
--
Retrieve my PGP public key:
gpg --recv-keys D47A9C8B2AE3905B563D9135BE42B352A9F6821F
Zihao
[Message part 7 (message/rfc822, inline)]
Zhu Zihao <all_but_last <at> 163.com> writes:
>>From a23910e78d6aa7d12922e85df80b3e46f95984da Mon Sep 17 00:00:00 2001
> From: Zhu Zihao <all_but_last <at> 163.com>
> Date: Wed, 22 Dec 2021 18:53:49 +0800
> Subject: [PATCH] gnu: criu: Propagate protobuf-c.
Pushed, thank you!
This bug report was last modified 3 years and 91 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.