diff mbox series

[bug#57869,3/3] gnu: lttng-tools: Update to 2.13.8.

Message ID 281e66b13285f639d5350c9c19566bb8650b96b1.1663368936.git.olivier.dion@polymtl.ca
State Accepted
Headers show
Series [bug#57869,1/3] gnu: lttng-modules: Update to 2.13.5. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git-branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Olivier Dion Sept. 16, 2022, 11:02 p.m. UTC
* gnu/packages/instrumentation.scm (lttng-tools): Update to 2.13.8.
---
 gnu/packages/instrumentation.scm | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Comments

Mathieu Othacehe Sept. 19, 2022, 7:10 a.m. UTC | #1
> * gnu/packages/instrumentation.scm (lttng-modules): Update to 2.13.5.

Pushed, thanks!

Mathieu
diff mbox series

Patch

diff --git a/gnu/packages/instrumentation.scm b/gnu/packages/instrumentation.scm
index 35d4157d43..c508801c6b 100644
--- a/gnu/packages/instrumentation.scm
+++ b/gnu/packages/instrumentation.scm
@@ -260,20 +260,17 @@  (define-public lttng-ust
 (define-public lttng-tools
   (package
     (name "lttng-tools")
-    (version "2.13.7")
+    (version "2.13.8")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://lttng.org/files/lttng-tools/"
                                   "lttng-tools-" version ".tar.bz2"))
               (sha256
                (base32
-                "13gh4bvlgbh82h9vb80aw8l1cfmdj3xyvjg30cscz9vqy7l04yni"))))
+                "1h9x6mmqrxrbgivll3g81l7a9f7ggjmcgwr01f9r01r6kdbmksdi"))))
     (build-system gnu-build-system)
     (arguments
-     `( ;; FIXME - Currently there's a segmentation fault by swig when enabling
-       ;; Python's bindings.  Thus, bindings are disable here.  Replace
-       ;; `disable` by `enable` in #:configure-flags when this is fixed.
-       #:configure-flags '("--disable-python-bindings")
+     `(#:configure-flags '("--enable-python-bindings")
        ;; FIXME - Tests are disabled for now because one test hangs
        ;; indefinetely.  Also, parallel testing is not possible because of how
        ;; the lttng-daemon handles sessions.  Thus, keep parallel testing