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 bug report
#52732: [PATCH] gnu: criu: Propagate protobuf-c.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 52732 <at> debbugs.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)]
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!
[Message part 3 (message/rfc822, inline)]
[Message part 4 (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 7 (text/plain, inline)]
--
Retrieve my PGP public key:
gpg --recv-keys D47A9C8B2AE3905B563D9135BE42B352A9F6821F
Zihao
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.