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

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

bug#38508: closed ([PATCH] gnu: libraft: Update to 0.9.11 (from 0.9.5))


From: GNU bug Tracking System
Subject: bug#38508: closed ([PATCH] gnu: libraft: Update to 0.9.11 (from 0.9.5))
Date: Wed, 11 Dec 2019 02:50:01 +0000

Your message dated Wed, 11 Dec 2019 04:49:11 +0200
with message-id <20191211024911.GD8302@E5400>
and subject line Re: [bug#38508] [PATCH] gnu: libraft: Update to 0.9.11 (from 
0.9.5)
has caused the debbugs.gnu.org bug report #38508,
regarding [PATCH] gnu: libraft: Update to 0.9.11 (from 0.9.5)
to be marked as done.

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


-- 
38508: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38508
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: libraft: Update to 0.9.11 (from 0.9.5) Date: Fri, 6 Dec 2019 11:36:52 +0300
* gnu/packages/cluster.scm (libraft)[arguments]: enable libuv I/O backend
---
 gnu/packages/cluster.scm | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/cluster.scm b/gnu/packages/cluster.scm
index 9548352d12..4e16473fa4 100644
--- a/gnu/packages/cluster.scm
+++ b/gnu/packages/cluster.scm
@@ -87,7 +87,7 @@ independently or together to provide resilient 
infrastructures.")
 (define-public libraft
   (package
     (name "libraft")
-    (version "0.9.5")
+    (version "0.9.11")
     (home-page "https://github.com/canonical/raft";)
     (source (origin
               (method git-fetch)
@@ -96,10 +96,12 @@ independently or together to provide resilient 
infrastructures.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1q49f5mmv6nr6dxhnp044xwc6jlczgh0nj0bl6718wiqh28411x0"))))
-    (arguments '(#:configure-flags '("--disable-uv")))
-    ;; The uv plugin tests fail, if libuv (or the example) is enabled,
-    ;; because setting up the environment requires too much privileges.
+                "00rsq4z9nykmf7r5rlpv1y6bvckcmg3zv57vh1h681y5pij6cch1"))))
+    (arguments '(#:configure-flags '("--enable-uv")
+                 #:tests? #f))
+    ;; The uv plugin tests fail, if libuv (or the example) is enabled.
+    (inputs
+     `(("libuv" ,libuv)))
     (native-inputs
      `(("autoconf" ,autoconf)
        ("automake" ,automake)
-- 
2.24.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#38508] [PATCH] gnu: libraft: Update to 0.9.11 (from 0.9.5) Date: Wed, 11 Dec 2019 04:49:11 +0200 User-agent: Mutt/1.12.2 (2019-09-21)
Patch pushed. Thanks!


-- 
Efraim Flashner   <address@hidden>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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