unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#52020] [PATCH 1/2] gnu: lttng-ust: Update to 2.13.0.
@ 2021-11-21 17:37 Olivier Dion via Guix-patches via
  2021-11-21 17:41 ` [bug#52020] [PATCH 2/2] gnu: lttng-tools: Update to 2.13.1 Olivier Dion via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: Olivier Dion via Guix-patches via @ 2021-11-21 17:37 UTC (permalink / raw)
  To: 52020; +Cc: Olivier Dion

* gnu/packages/linux.scm (lttng-ust): Bump version.
[native-inputs]: Add pkg-config.
---
 gnu/packages/linux.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 4d167dc522..29cd4d347b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8112,20 +8112,21 @@ (define-public ell
 (define-public lttng-ust
   (package
     (name "lttng-ust")
-    (version "2.12.2")
+    (version "2.13.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://lttng.org/files/lttng-ust/"
                                   "lttng-ust-" version ".tar.bz2"))
               (sha256
                (base32
-                "1iwz6p79zvibj8sl8qqw84lcir9a8z1ylq77hhnwg26anrjg1l5w"))))
+                "0l0p6y2zrd9hgd015dhafjmpcj7waz762n6wf5ws1xlwcwrwkr2l"))))
     (build-system gnu-build-system)
     (inputs
      `(("liburcu" ,liburcu)
        ("numactl" ,numactl)))
     (native-inputs
-     `(("python" ,python-3)))
+     `(("python" ,python-3)
+       ("pkg-config", pkg-config)))
     (home-page "https://lttng.org/")
     (synopsis "LTTng userspace tracer libraries")
     (description "The user space tracing library, liblttng-ust, is the LTTng
-- 
2.34.0





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#52020] [PATCH 2/2] gnu: lttng-tools: Update to 2.13.1.
  2021-11-21 17:37 [bug#52020] [PATCH 1/2] gnu: lttng-ust: Update to 2.13.0 Olivier Dion via Guix-patches via
@ 2021-11-21 17:41 ` Olivier Dion via Guix-patches via
  2021-11-22  2:48   ` bug#52020: [PATCH 1/2] gnu: lttng-ust: Update to 2.13.0 Maxim Cournoyer
  0 siblings, 1 reply; 3+ messages in thread
From: Olivier Dion via Guix-patches via @ 2021-11-21 17:41 UTC (permalink / raw)
  To: 52020; +Cc: Olivier Dion

* gnu/packages/linux.scm (lttng-tools): Bump version.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 29cd4d347b..24835aebbf 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8138,14 +8138,14 @@ (define-public lttng-ust
 (define-public lttng-tools
   (package
     (name "lttng-tools")
-    (version "2.12.5")
+    (version "2.13.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://lttng.org/files/lttng-tools/"
                                   "lttng-tools-" version ".tar.bz2"))
               (sha256
                (base32
-                "0bgk35423v6z17j1w80m7dcza7gigs1pwyq24sdmgqwg6j2d1zmc"))))
+                "1df8ag2a1yyjn6hz6wxgcz0p847cq91b8inf0zyhgz1im1yxzrng"))))
     (build-system gnu-build-system)
     (arguments
      `(;; FIXME - Currently there's a segmentation fault by swig when enabling
-- 
2.34.0





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#52020: [PATCH 1/2] gnu: lttng-ust: Update to 2.13.0.
  2021-11-21 17:41 ` [bug#52020] [PATCH 2/2] gnu: lttng-tools: Update to 2.13.1 Olivier Dion via Guix-patches via
@ 2021-11-22  2:48   ` Maxim Cournoyer
  0 siblings, 0 replies; 3+ messages in thread
From: Maxim Cournoyer @ 2021-11-22  2:48 UTC (permalink / raw)
  To: Olivier Dion; +Cc: 52020-done

Hello again,

Olivier Dion <olivier.dion@polymtl.ca> writes:

> * gnu/packages/linux.scm (lttng-tools): Bump version.
> ---
>  gnu/packages/linux.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
> index 29cd4d347b..24835aebbf 100644
> --- a/gnu/packages/linux.scm
> +++ b/gnu/packages/linux.scm
> @@ -8138,14 +8138,14 @@ (define-public lttng-ust
>  (define-public lttng-tools
>    (package
>      (name "lttng-tools")
> -    (version "2.12.5")
> +    (version "2.13.1")
>      (source (origin
>                (method url-fetch)
>                (uri (string-append "https://lttng.org/files/lttng-tools/"
>                                    "lttng-tools-" version ".tar.bz2"))
>                (sha256
>                 (base32
> -                "0bgk35423v6z17j1w80m7dcza7gigs1pwyq24sdmgqwg6j2d1zmc"))))
> +                "1df8ag2a1yyjn6hz6wxgcz0p847cq91b8inf0zyhgz1im1yxzrng"))))
>      (build-system gnu-build-system)
>      (arguments
>       `(;; FIXME - Currently there's a segmentation fault by swig when enabling

Applied both patches to master.

Thank you!

Maxim




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-11-22  2:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-21 17:37 [bug#52020] [PATCH 1/2] gnu: lttng-ust: Update to 2.13.0 Olivier Dion via Guix-patches via
2021-11-21 17:41 ` [bug#52020] [PATCH 2/2] gnu: lttng-tools: Update to 2.13.1 Olivier Dion via Guix-patches via
2021-11-22  2:48   ` bug#52020: [PATCH 1/2] gnu: lttng-ust: Update to 2.13.0 Maxim Cournoyer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).