gnu: lttng-tools: Update to 2.13.8.
* gnu/packages/instrumentation.scm (lttng-tools): Update to 2.13.8. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
6e47d9f6f4
commit
021b2dd0ae
1 changed files with 3 additions and 6 deletions
|
@ -260,20 +260,17 @@ to ring buffers shared with a consumer daemon.")
|
||||||
(define-public lttng-tools
|
(define-public lttng-tools
|
||||||
(package
|
(package
|
||||||
(name "lttng-tools")
|
(name "lttng-tools")
|
||||||
(version "2.13.7")
|
(version "2.13.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://lttng.org/files/lttng-tools/"
|
(uri (string-append "https://lttng.org/files/lttng-tools/"
|
||||||
"lttng-tools-" version ".tar.bz2"))
|
"lttng-tools-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13gh4bvlgbh82h9vb80aw8l1cfmdj3xyvjg30cscz9vqy7l04yni"))))
|
"1h9x6mmqrxrbgivll3g81l7a9f7ggjmcgwr01f9r01r6kdbmksdi"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`( ;; FIXME - Currently there's a segmentation fault by swig when enabling
|
`(#:configure-flags '("--enable-python-bindings")
|
||||||
;; Python's bindings. Thus, bindings are disable here. Replace
|
|
||||||
;; `disable` by `enable` in #:configure-flags when this is fixed.
|
|
||||||
#:configure-flags '("--disable-python-bindings")
|
|
||||||
;; FIXME - Tests are disabled for now because one test hangs
|
;; FIXME - Tests are disabled for now because one test hangs
|
||||||
;; indefinetely. Also, parallel testing is not possible because of how
|
;; indefinetely. Also, parallel testing is not possible because of how
|
||||||
;; the lttng-daemon handles sessions. Thus, keep parallel testing
|
;; the lttng-daemon handles sessions. Thus, keep parallel testing
|
||||||
|
|
Reference in a new issue