diff mbox series

[bug#60739] gnu: lttng-modules: Update to 2.13.7.

Message ID 20230111191824.32011-1-olivier.dion@polymtl.ca
State New
Headers show
Series [bug#60739] gnu: lttng-modules: Update to 2.13.7. | expand

Commit Message

Olivier Dion Jan. 11, 2023, 7:18 p.m. UTC
From: Olivier Dion <olivier-dion@proton.me>

* gnu/packages/instrumentation.scm (lttng-modules): Update to 2.13.7.
---
 gnu/packages/instrumentation.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Christopher Baines Jan. 31, 2023, 2:41 p.m. UTC | #1
Olivier Dion via Guix-patches via <guix-patches@gnu.org> writes:

> From: Olivier Dion <olivier-dion@proton.me>
>
> * gnu/packages/instrumentation.scm (lttng-modules): Update to 2.13.7.
> ---
>  gnu/packages/instrumentation.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Does this build locally for you? It seems to fail for me and
https://qa.guix.gnu.org/issue/60739 .
Olivier Dion Feb. 10, 2023, 4:44 p.m. UTC | #2
On Tue, 31 Jan 2023, Christopher Baines <mail@cbaines.net> wrote:
> Olivier Dion via Guix-patches via <guix-patches@gnu.org> writes:
>
>> From: Olivier Dion <olivier-dion@proton.me>
>>
>> * gnu/packages/instrumentation.scm (lttng-modules): Update to 2.13.7.
>> ---
>>  gnu/packages/instrumentation.scm | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> Does this build locally for you? It seems to fail for me and

Yes it does build (I'm packaging 2.13.8 now), but it's not deterministic.
Some symbols are offset by some value and I don't know why.

I would like some help on that matter.
Vagrant Cascadian Sept. 2, 2023, 6:11 a.m. UTC | #3
On 2023-02-10, Olivier Dion wrote:
> On Tue, 31 Jan 2023, Christopher Baines <mail@cbaines.net> wrote:
>> Olivier Dion via Guix-patches via <guix-patches@gnu.org> writes:
>>
>>> From: Olivier Dion <olivier-dion@proton.me>
>>>
>>> * gnu/packages/instrumentation.scm (lttng-modules): Update to 2.13.7.
>>> ---
>>>  gnu/packages/instrumentation.scm | 4 ++--
>>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> Does this build locally for you? It seems to fail for me and
>
> Yes it does build (I'm packaging 2.13.8 now), but it's not deterministic.
> Some symbols are offset by some value and I don't know why.

A newer version was merged:

51b29ba0077e0d7d18af3d5af5ed6f7b1ed652c7 gnu: lttng-modules: Update to 2.13.10.

Marking as done.

live well,
  vagrant
diff mbox series

Patch

diff --git a/gnu/packages/instrumentation.scm b/gnu/packages/instrumentation.scm
index 133d684567..0cfc13935e 100644
--- a/gnu/packages/instrumentation.scm
+++ b/gnu/packages/instrumentation.scm
@@ -271,14 +271,14 @@  (define-public libpatch
 (define-public lttng-modules
   (package
     (name "lttng-modules")
-    (version "2.13.5")
+    (version "2.13.7")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://lttng.org/files/lttng-modules/"
                                   "lttng-modules-" version ".tar.bz2"))
               (sha256
                (base32
-                "0277yfp57psnvn5g40mk09zryp0r4saynns213qak18fv0l39szc"))))
+                "0d5jj8227kspmbpwsv691z4szzwhmzjzw61rvv5n0cchyyfng6as"))))
     (build-system linux-module-build-system)
     (arguments
      `(#:tests? #f ; no tests