From unknown Thu Jun 19 16:13:10 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#60739 <60739@debbugs.gnu.org> To: bug#60739 <60739@debbugs.gnu.org> Subject: Status: [PATCH] gnu: lttng-modules: Update to 2.13.7. Reply-To: bug#60739 <60739@debbugs.gnu.org> Date: Thu, 19 Jun 2025 23:13:10 +0000 retitle 60739 [PATCH] gnu: lttng-modules: Update to 2.13.7. reassign 60739 guix-patches submitter 60739 Olivier Dion severity 60739 normal tag 60739 patch moreinfo thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 11 14:18:49 2023 Received: (at submit) by debbugs.gnu.org; 11 Jan 2023 19:18:49 +0000 Received: from localhost ([127.0.0.1]:43904 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pFgcb-0002mC-0m for submit@debbugs.gnu.org; Wed, 11 Jan 2023 14:18:49 -0500 Received: from lists.gnu.org ([209.51.188.17]:40902) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pFgcY-0002m3-Ep for submit@debbugs.gnu.org; Wed, 11 Jan 2023 14:18:47 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pFgcW-0006mZ-Cb for guix-patches@gnu.org; Wed, 11 Jan 2023 14:18:46 -0500 Received: from smtp.polymtl.ca ([132.207.4.11]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pFgcS-00028n-OM for guix-patches@gnu.org; Wed, 11 Jan 2023 14:18:44 -0500 Received: from laura.hitronhub.home (modemcable094.169-200-24.mc.videotron.ca [24.200.169.94]) (authenticated bits=0) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id 30BJIPDP008692 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Wed, 11 Jan 2023 14:18:33 -0500 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp.polymtl.ca 30BJIPDP008692 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=polymtl.ca; s=default; t=1673464713; bh=li+Odoxvj/3cxwGjjbgdMY/qaKfUL5bl6rb1Sw9Nx/4=; h=From:To:Cc:Subject:Date:From; b=KuIcG8PA/Fg8Uuqy5rvYRjuX8n7N7wqbhJ6VWOEVhQHPTsuxNTpWZ4jos4CUzVrSR qY6Y4XfCy06FR9nDLUb9ocjvLOXS4m+FtgeW5vt2IE2cLOGAJIRuQgAjcFr8tn7rAF zLHJtGTQkqCkjaDWov8uUav9pMqklwU68u7oa9Lk= From: Olivier Dion To: guix-patches@gnu.org Subject: [PATCH] gnu: lttng-modules: Update to 2.13.7. Date: Wed, 11 Jan 2023 14:18:24 -0500 Message-Id: <20230111191824.32011-1-olivier.dion@polymtl.ca> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Poly-FromMTA: (modemcable094.169-200-24.mc.videotron.ca [24.200.169.94]) at Wed, 11 Jan 2023 19:18:25 +0000 Received-SPF: pass client-ip=132.207.4.11; envelope-from=olivier.dion@polymtl.ca; helo=smtp.polymtl.ca X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Olivier Dion X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) From: Olivier Dion * 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 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 31 09:42:12 2023 Received: (at submit) by debbugs.gnu.org; 31 Jan 2023 14:42:12 +0000 Received: from localhost ([127.0.0.1]:52022 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pMrpr-0000fs-Vl for submit@debbugs.gnu.org; Tue, 31 Jan 2023 09:42:12 -0500 Received: from lists.gnu.org ([209.51.188.17]:51316) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pMrpk-0000fZ-I2 for submit@debbugs.gnu.org; Tue, 31 Jan 2023 09:42:05 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pMrpk-0002sS-A8 for guix-patches@gnu.org; Tue, 31 Jan 2023 09:42:04 -0500 Received: from mira.cbaines.net ([2a01:7e00:e000:2f8:fd4d:b5c7:13fb:3d27]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pMrpi-0003SH-PM for guix-patches@gnu.org; Tue, 31 Jan 2023 09:42:04 -0500 Received: from localhost (unknown [IPv6:2a02:8010:68c1:0:54d1:d5d4:280e:f699]) by mira.cbaines.net (Postfix) with ESMTPSA id B6B2627BBE9; Tue, 31 Jan 2023 14:42:01 +0000 (GMT) Received: from felis (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 3b69af1e; Tue, 31 Jan 2023 14:42:01 +0000 (UTC) References: <20230111191824.32011-1-olivier.dion@polymtl.ca> User-agent: mu4e 1.8.11; emacs 28.2 From: Christopher Baines To: Olivier Dion Subject: Re: [bug#60739] [PATCH] gnu: lttng-modules: Update to 2.13.7. Date: Tue, 31 Jan 2023 14:41:32 +0000 In-reply-to: <20230111191824.32011-1-olivier.dion@polymtl.ca> Message-ID: <878rhi3gw6.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=2a01:7e00:e000:2f8:fd4d:b5c7:13fb:3d27; envelope-from=mail@cbaines.net; helo=mira.cbaines.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: guix-patches@gnu.org, Olivier Dion , 60739@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) --=-=-= Content-Type: text/plain Olivier Dion via Guix-patches via writes: > From: Olivier Dion > > * 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 . --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmPZKLlfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XcTNBAAgNMMu1OY/kVwJ6oLzuR0iv4BxF/zmE9K bD7sspx4DM26d+lf/dkHBYaLrj6F53Jq79OrpPIM1PVIuu0Vn3mcniOX3pwz6p7e czP1yrFPMEvi/OEQBbl+0sm2XI3m9X7WSgngYRJKOs0evOat2we+OFoHND8yXeY5 O0qSwL8eh1uCZLOUlofqp2AUo8nMSbQ6hrrY8jk0tPjDzVUfZfk5YzTt1W4kimAd KAIkHZsZ04co+4jOAnhAMeSpl7zlO1tudczJBRcN+E7YsBXLOQqSPYBhZId3XuV0 8VtD3NeZqvJeOL9Fi/dQiesz2oCBnP6pn1atT7ufeVITm/LSopEu4IkEa2aAY/cp mZ4XsGUnpqh6QexFfQ41HjYN5IhvAEEiRSHwHL0n5W8f5dQHf8pcqgc+0mGJcMsz fBKQMFjCH7RflzlAoGLnnq2bEtjafjDmUUEpo/Ng7aFAUbA+a7dJROO7LFecfNl9 YJtvQdvU44tKnnfIFACNqXvns8191PHRiN2SckUO8xy/QJjQEmrNAJerN6WMNE4z NOncUksXS9rMxFnStgOIU/Kd9SJ2YyVCwsorg1WahPX5o0bJeHJ5tGCTYwe2Sqr9 blCiSfponFFNoq7bhLy0mf+ykFcanVc7zVc/XUGHzsxCuR8YFqKsyyDboWE1AEyY vixskhUJX80= =jv6y -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 07 03:00:52 2023 Received: (at control) by debbugs.gnu.org; 7 Feb 2023 08:00:53 +0000 Received: from localhost ([127.0.0.1]:50919 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pPIuK-0000Dk-IY for submit@debbugs.gnu.org; Tue, 07 Feb 2023 03:00:52 -0500 Received: from mira.cbaines.net ([212.71.252.8]:42158) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pPIuI-00009G-TF for control@debbugs.gnu.org; Tue, 07 Feb 2023 03:00:51 -0500 Received: from localhost (unknown [IPv6:2a02:1808:280:b109:f055:17e:cfb4:2]) by mira.cbaines.net (Postfix) with ESMTPSA id 5339727BBE9 for ; Tue, 7 Feb 2023 08:00:50 +0000 (GMT) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 233bd317 for ; Tue, 7 Feb 2023 08:00:49 +0000 (UTC) From: Christopher Baines To: control@debbugs.gnu.org Subject: tag 60739 moreinfo Date: Tue, 07 Feb 2023 08:00:49 +0000 Message-ID: <87lel9hpla.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) tags 60739 + moreinfo quit From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 10 11:44:43 2023 Received: (at submit) by debbugs.gnu.org; 10 Feb 2023 16:44:44 +0000 Received: from localhost ([127.0.0.1]:37985 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pQWVv-00015E-Hr for submit@debbugs.gnu.org; Fri, 10 Feb 2023 11:44:43 -0500 Received: from lists.gnu.org ([209.51.188.17]:39576) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pQWVt-000152-B2 for submit@debbugs.gnu.org; Fri, 10 Feb 2023 11:44:42 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pQWVs-0005z3-PL for guix-patches@gnu.org; Fri, 10 Feb 2023 11:44:41 -0500 Received: from smtp.polymtl.ca ([132.207.4.11]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pQWVp-0001Mm-Ri for guix-patches@gnu.org; Fri, 10 Feb 2023 11:44:39 -0500 Received: from localhost (modemcable094.169-200-24.mc.videotron.ca [24.200.169.94]) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id 31AGiIbO005508; Fri, 10 Feb 2023 11:44:22 -0500 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp.polymtl.ca 31AGiIbO005508 From: Olivier Dion To: Christopher Baines Subject: Re: [bug#60739] [PATCH] gnu: lttng-modules: Update to 2.13.7. In-Reply-To: <878rhi3gw6.fsf@cbaines.net> References: <20230111191824.32011-1-olivier.dion@polymtl.ca> <878rhi3gw6.fsf@cbaines.net> Date: Fri, 10 Feb 2023 11:44:18 -0500 Message-ID: <878rh5tqql.fsf@laura> MIME-Version: 1.0 Content-Type: text/plain X-Poly-FromMTA: (modemcable094.169-200-24.mc.videotron.ca [24.200.169.94]) at Fri, 10 Feb 2023 16:44:18 +0000 Received-SPF: pass client-ip=132.207.4.11; envelope-from=olivier.dion@polymtl.ca; helo=smtp.polymtl.ca X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: guix-patches@gnu.org, Olivier Dion , 60739@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) On Tue, 31 Jan 2023, Christopher Baines wrote: > Olivier Dion via Guix-patches via writes: > >> From: Olivier Dion >> >> * 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. -- Olivier Dion oldiob.dev From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 02 02:11:58 2023 Received: (at 60739-done) by debbugs.gnu.org; 2 Sep 2023 06:11:58 +0000 Received: from localhost ([127.0.0.1]:34954 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qcJrR-0007SL-O5 for submit@debbugs.gnu.org; Sat, 02 Sep 2023 02:11:58 -0400 Received: from cascadia.aikidev.net ([2600:3c01:e000:267:0:a171:de7:c]:50490) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qcJrK-0007Rz-LL for 60739-done@debbugs.gnu.org; Sat, 02 Sep 2023 02:11:56 -0400 Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:50]) (Authenticated sender: vagrant@cascadia.debian.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id 362A11AACB; Fri, 1 Sep 2023 23:11:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=debian.org; s=1.vagrant.user; t=1693635092; bh=OCM4CVZdKlelnak7VKJi7X0qqm1hX3DzVzSqbiNq9zU=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=l/DKLu36flQbq+teDlWgMThXXwuOgrU3kbuW3EPLCLJNEwuvGEDLjtBQP4Y2mPck1 xOEbPQahlOkaGP65mhWmpMJ9DIK7VhgW0C73ykThzVY6e52o5WhZgrViUqmVQ6CN3q yc63QCR2FM0f/J87ah6NxG+3cZksLYOJCoJjAUkviTfMcJgXMPRynGJhMgK/eD4rLJ dUMqK9E+cPc7HGiNLI/8Wmwhffbx+g1dJxxzXEGFzUJDV961A3xy3SCo/fvMrYbs24 zehCV7zUpdyAS27Lks65RoEMGHwAKl7vOxMH0+Ckv0qiUO9mlDWgCkoAUE4r6GL5It HotXuuriJ9sOQ== From: Vagrant Cascadian To: Olivier Dion , Christopher Baines Subject: Re: [bug#60739] [PATCH] gnu: lttng-modules: Update to 2.13.7. In-Reply-To: <878rh5tqql.fsf@laura> References: <20230111191824.32011-1-olivier.dion@polymtl.ca> <878rhi3gw6.fsf@cbaines.net> <878rh5tqql.fsf@laura> Date: Fri, 01 Sep 2023 23:11:25 -0700 Message-ID: <87a5u5nlyq.fsf@wireframe> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 60739-done Cc: olivier-dion@proton.me, 60739-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain On 2023-02-10, Olivier Dion wrote: > On Tue, 31 Jan 2023, Christopher Baines wrote: >> Olivier Dion via Guix-patches via writes: >> >>> From: Olivier Dion >>> >>> * 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 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZPLSDQAKCRDcUY/If5cW qiSDAP9dMexpnP2H/+dHkReBlAZ6pjbWFMmyvopWE2vBbMFsMQEAiWMw07AXGxGV Zfee0A634pzBFXwZgRGHtIjZxjYTwgg= =+YJF -----END PGP SIGNATURE----- --=-=-=-- From unknown Thu Jun 19 16:13:10 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 30 Sep 2023 11:24:15 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator