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

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

bug#63149: closed ([PATCH] gnu: criu: Fix build)


From: GNU bug Tracking System
Subject: bug#63149: closed ([PATCH] gnu: criu: Fix build)
Date: Fri, 19 May 2023 14:03:02 +0000

Your message dated Fri, 19 May 2023 16:02:03 +0200
with message-id <87ttw8zag4.fsf_-_@gnu.org>
and subject line Re: bug#63149: [PATCH] gnu: criu: Fix build
has caused the debbugs.gnu.org bug report #63149,
regarding [PATCH] gnu: criu: Fix build
to be marked as done.

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


-- 
63149: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63149
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: criu: Fix build Date: Fri, 28 Apr 2023 10:04:25 -0400
Use python-toolchain explicitly in order to pull in our patched ZipFile
creation which ignores timestamp.

* gnu/packages/virtualization.scm (criu) [native-inputs]: Add python-toolchain.
---
 gnu/packages/virtualization.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index 4a0d6b0096..d9fc8108dc 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -1748,7 +1748,6 @@ (define-public criu
                (for-each delete-file (find-files out "\\.a$"))))))))
     (inputs
      `(("protobuf" ,protobuf)
-       ("python" ,python)
        ("python-protobuf" ,python-protobuf)
        ("iproute" ,iproute)
        ("libaio" ,libaio)
@@ -1763,7 +1762,8 @@ (define-public criu
            asciidoc
            xmlto
            docbook-xml
-           docbook-xsl))
+           docbook-xsl
+           python-toolchain))
     (propagated-inputs
      ;; included by 'rpc.pb-c.h'
      (list protobuf-c))
-- 
2.39.2




--- End Message ---
--- Begin Message --- Subject: Re: bug#63149: [PATCH] gnu: criu: Fix build Date: Fri, 19 May 2023 16:02:03 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hi,

Brian Cully <bjc@spork.org> skribis:

> Ensure all files being built are dated no earlier than 1980 by copying in a
> modified (@@ (guix build python-build-system) ensure-no-mtimes-pre-1980) which
> is symlink-aware. This copy should be removed when the original procedure is
> modified to avoid calling UTIME on symlinks.
>
> * gnu/packages/virtualization.scm (criu) [ensure-no-mtimes-pre-1980]: new
> phase.
> * gnu/packages/virtualization.scm (criu) [inputs]: Remove python.
> * gnu/packages/virtualization.scm (criu) [native-inputs]: Add
> python-toolchain.

Tweaked the commit log and applied.

Thank you, and apologies for the delay!

Ludo’.


--- End Message ---

reply via email to

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