GNU bug report logs -
#60739
[PATCH] gnu: lttng-modules: Update to 2.13.7.
Previous Next
Reported by: Olivier Dion <olivier.dion <at> polymtl.ca>
Date: Wed, 11 Jan 2023 19:19:01 UTC
Severity: normal
Tags: moreinfo, patch
Done: Vagrant Cascadian <vagrant <at> debian.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#60739: [PATCH] gnu: lttng-modules: Update to 2.13.7.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 60739 <at> debbugs.gnu.org.
--
60739: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60739
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
On 2023-02-10, Olivier Dion wrote:
> On Tue, 31 Jan 2023, Christopher Baines <mail <at> cbaines.net> wrote:
>> Olivier Dion via Guix-patches via <guix-patches <at> gnu.org> writes:
>>
>>> From: Olivier Dion <olivier-dion <at> 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
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Olivier Dion <olivier-dion <at> 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(-)
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
--
2.38.1
This bug report was last modified 1 year and 260 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.