From unknown Fri Aug 15 14:18:34 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#77804 <77804@debbugs.gnu.org> To: bug#77804 <77804@debbugs.gnu.org> Subject: Status: [PATCH] gnu: liburcu: Update to 0.15.2. Reply-To: bug#77804 <77804@debbugs.gnu.org> Date: Fri, 15 Aug 2025 21:18:34 +0000 retitle 77804 [PATCH] gnu: liburcu: Update to 0.15.2. reassign 77804 guix-patches submitter 77804 odion@efficios.com severity 77804 normal tag 77804 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 14 11:44:47 2025 Received: (at submit) by debbugs.gnu.org; 14 Apr 2025 15:44:47 +0000 Received: from localhost ([127.0.0.1]:48567 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u4LzL-000371-59 for submit@debbugs.gnu.org; Mon, 14 Apr 2025 11:44:47 -0400 Received: from lists.gnu.org ([2001:470:142::17]:47872) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u4LzI-00036g-4f for submit@debbugs.gnu.org; Mon, 14 Apr 2025 11:44:45 -0400 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 1u4Lz9-0008UD-QB for guix-patches@gnu.org; Mon, 14 Apr 2025 11:44:36 -0400 Received: from smtpout.efficios.com ([2607:5300:400:ed00::31e5]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1u4Lz7-00018B-VV for guix-patches@gnu.org; Mon, 14 Apr 2025 11:44:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=efficios.com; s=smtpout1; t=1744645470; bh=VLguEAZ+qlgWSMJpFsNJL3d56rxkKqCWLLo6g5q/cJY=; h=From:To:Cc:Subject:Date:From; b=xppDjofRnGKTjbL5vMtZKt0uEhUjjaSFSVBFTUZTIY5MwG3pq9eefwB/DQ6hEGvuQ mSUnpqW5cXJVcpcXmL80gQ1/Q/61FQT6REntjW1V+uPxIMWUyAag/dJUtsIpGOCRQr jz5DZMONk58mz8nSAijrxXp8e/1ct5YPM+CupPs3vgSJTA4FwruM83TsvzBTKoC8Ah IZJiA33Xf1HKJooO93Eyu45SwG0JH9fshDSb1g2HL2+ZzZsH3hVjcntZahn4RI2FFJ rjz5t+PXYvMKw9inMf5bT+pIAcJeTZGnkYYiJNw2R7fdQ/ZEUu3tNJNXvKpMuEYdV6 PlzdoyDzorrhg== Received: from laura.localdomain (199-193-172-8.cpe.axion.ca [199.193.172.8]) by smtpout.efficios.com (Postfix) with ESMTPSA id 4Zbs6Q2ZVcz8JN; Mon, 14 Apr 2025 11:44:30 -0400 (EDT) From: odion@efficios.com To: guix-patches@gnu.org Subject: [PATCH] gnu: liburcu: Update to 0.15.2. Date: Mon, 14 Apr 2025 11:44:28 -0400 Message-ID: X-Mailer: git-send-email 2.48.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2607:5300:400:ed00::31e5; envelope-from=odion@efficios.com; helo=smtpout.efficios.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) 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: -0.0 (/) From: Olivier Dion * gnu/packages/datastructures.scm (liburcu): Update to 0.15.2. Change-Id: I673758164716f679e63f84edd27afca67aac688a --- gnu/packages/datastructures.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/datastructures.scm b/gnu/packages/datastructures.scm index 485cd03b7dc..c9eb5e72e09 100644 --- a/gnu/packages/datastructures.scm +++ b/gnu/packages/datastructures.scm @@ -219,14 +219,14 @@ (define-public libcuckoo (define-public liburcu (package (name "liburcu") - (version "0.14.1") + (version "0.15.2") (source (origin (method url-fetch) (uri (string-append "https://www.lttng.org/files/urcu/" "userspace-rcu-" version ".tar.bz2")) (sha256 (base32 - "1h5bg0k94by2v7cjq7fb3ridqixbd9pndw506vl27h3fvh9wn6i3")))) + "07d6cq3rrc1vb81170wah5298m3cy8s2dvgclwh7c6ysicmnzwsr")))) (build-system gnu-build-system) (native-inputs ;; riscv64 needs >= gcc-13.3.0 base-commit: 0502a30d3192c7369a18b1b3bcd61ffe4d7d6acd -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 14 13:24:58 2025 Received: (at 77804) by debbugs.gnu.org; 14 Jun 2025 17:24:58 +0000 Received: from localhost ([127.0.0.1]:42320 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uQUcj-00057T-Nj for submit@debbugs.gnu.org; Sat, 14 Jun 2025 13:24:57 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:35234) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uQUch-00056z-R0 for 77804@debbugs.gnu.org; Sat, 14 Jun 2025 13:24:56 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id A1D961A77; Sat, 14 Jun 2025 19:24:49 +0200 (CEST) Authentication-Results: hera.aquilenet.fr; none X-Virus-Scanned: Debian amavis at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavis, port 10024) with ESMTP id 5p2JSVUOWSTs; Sat, 14 Jun 2025 19:24:49 +0200 (CEST) Received: from jurong (176-179-191-150.abo.bbox.fr [176.179.191.150]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 0DE771A60; Sat, 14 Jun 2025 19:24:47 +0200 (CEST) Date: Sat, 14 Jun 2025 19:24:46 +0200 From: Andreas Enge To: odion@efficios.com Subject: Re: [PATCH] gnu: liburcu: Update to 0.15.2. Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Server: hera X-Rspamd-Queue-Id: A1D961A77 X-Spamd-Result: default: False [-5.60 / 15.00]; BAYES_HAM(-3.00)[99.99%]; NEURAL_HAM(-3.00)[-1.000]; MID_RHS_NOT_FQDN(0.50)[]; MIME_GOOD(-0.10)[text/plain]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_NONE(0.00)[]; URIBL_BLOCKED(0.00)[localhost:rdns,localhost:helo]; FROM_HAS_DN(0.00)[]; ARC_NA(0.00)[] X-Rspamd-Action: no action X-Spamd-Bar: ----- X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 77804 Cc: 77804@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 (-) Hello Olivier, this proposed update breaks two dependent packages, bcachefs-tools and bcachefs-tools-minimal-static. Could you maybe have a look? Andreas From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 16 14:54:54 2025 Received: (at 77804) by debbugs.gnu.org; 16 Jun 2025 18:54:54 +0000 Received: from localhost ([127.0.0.1]:48810 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uREyq-0002um-Qa for submit@debbugs.gnu.org; Mon, 16 Jun 2025 14:54:53 -0400 Received: from smtpout.efficios.com ([158.69.130.18]:45058) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uREyn-0002uH-8c for 77804@debbugs.gnu.org; Mon, 16 Jun 2025 14:54:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=efficios.com; s=smtpout1; t=1750100088; bh=HoQv3In2nF6umDWI6p6AH/vXt42FphtvWQC7jepxSUU=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=qIQFjvMhoZYQ/Hie5o188WEgeLzcCeqt7h7bW9T5J3yFNmqfHvCFugnHBptPJE27D K588Nf8PH4MACBVuqJJv+PxlvBOUOBYg81oJGDPnMUhzpKZHzkUMO6VCyqxpAc6Lp/ X3bkDju7ZtrZXawcWqq9gUCHOK3visYSqydwYBElWo/a+P7o3hFSQ/BxUyADxrjJQ0 NG9FJLEU0AMPeAC7uUHv9C4jpL+ImFJ6neYE4s5rdkwRk8/GjLtq6HS3IyOaTLQDbd 3YoVjYRYc4EnCOgmwM++aKLAFFV2a6V1q5jXU+Yu+rES74926WL2sH8jii/jymq7Xy D78GXpWjKFhwA== Received: from localhost (199-193-172-8.cpe.axion.ca [199.193.172.8]) by smtpout.efficios.com (Postfix) with ESMTPSA id 4bLfLw3QgPzRLR; Mon, 16 Jun 2025 14:54:48 -0400 (EDT) From: Olivier Dion To: Andreas Enge Subject: Re: [PATCH] gnu: liburcu: Update to 0.15.2. In-Reply-To: Organization: EfficiOS References: Date: Mon, 16 Jun 2025 14:54:48 -0400 Message-ID: <87msa7a553.fsf@laura> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 77804 Cc: 77804@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 (-) On Sat, 14 Jun 2025, Andreas Enge wrote: > Hello Olivier, > > this proposed update breaks two dependent packages, > bcachefs-tools and bcachefs-tools-minimal-static. > Could you maybe have a look? Yes. -- Olivier Dion EfficiOS Inc. https://www.efficios.com From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 31 04:07:06 2025 Received: (at 77804) by debbugs.gnu.org; 31 Jul 2025 08:07:06 +0000 Received: from localhost ([127.0.0.1]:46339 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uhOJe-0001QI-3W for submit@debbugs.gnu.org; Thu, 31 Jul 2025 04:07:06 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:35374) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uhOJc-0001PZ-JN for 77804@debbugs.gnu.org; Thu, 31 Jul 2025 04:07:05 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 813AA3BB; Thu, 31 Jul 2025 10:06:57 +0200 (CEST) Authentication-Results: hera.aquilenet.fr; none X-Virus-Scanned: Debian amavis at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavis, port 10024) with ESMTP id w-1RSt0pc3QB; Thu, 31 Jul 2025 10:06:56 +0200 (CEST) Received: from jurong (86.56.141.77.rev.sfr.net [77.141.56.86]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 6665BB2; Thu, 31 Jul 2025 10:06:56 +0200 (CEST) Date: Thu, 31 Jul 2025 10:06:54 +0200 From: Andreas Enge To: Olivier Dion Subject: Re: [PATCH] gnu: liburcu: Update to 0.15.2. Message-ID: References: <87msa7a553.fsf@laura> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87msa7a553.fsf@laura> X-Spamd-Result: default: False [-5.59 / 15.00]; NEURAL_HAM(-3.00)[-1.000]; BAYES_HAM(-2.99)[99.97%]; MID_RHS_NOT_FQDN(0.50)[]; MIME_GOOD(-0.10)[text/plain]; RCVD_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCPT_COUNT_TWO(0.00)[2]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_TLS_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; ARC_NA(0.00)[] X-Rspamd-Action: no action X-Rspamd-Queue-Id: 813AA3BB X-Rspamd-Server: hera X-Spamd-Bar: ----- X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 77804 Cc: 77804@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 (-) Hello, a little ping, before closing the issue. Andreas From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 31 14:50:35 2025 Received: (at 77804) by debbugs.gnu.org; 31 Jul 2025 18:50:36 +0000 Received: from localhost ([127.0.0.1]:49889 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uhYMN-0006wB-Hf for submit@debbugs.gnu.org; Thu, 31 Jul 2025 14:50:35 -0400 Received: from smtpout.efficios.com ([158.69.130.18]:48862) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uhYML-0006vy-1c for 77804@debbugs.gnu.org; Thu, 31 Jul 2025 14:50:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=efficios.com; s=smtpout1; t=1753987832; bh=GZJNeMsvI5QFsQyjBVuN1+HbNbjb0ITDMmjEokyZCNU=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=gZ5cztC7oAeRTDrocK5hrXNrnOXs55HtyaRSu7BmvsE1Js/jwt2LjxmLMC3/8nUXK 96eLk6QwHrKc1WOq5ytbKbRsBTG9uk1XJxVJs1dB6tGEGIGKLCNd7Tm++D+wNizZap SF1cc5nUHLfIGE6JFNxUGDaRWMkEqmgVLscdHQPOhXmEP70lLDyz72d2wigiwMF0ll HTJZa3h45r5BCuE9UP4KLpsd5meVUTCfh896I1n5T3UXNVP5Ta+uSv5UC8tCETSKin cwSgA2TSPHsTfeahOiDWMHGXipkNU0noyu5nR2oo6ixLlju01pTVYdGmEbu8DPcI6U tKBmMX8AQwPrw== Received: from localhost (199-193-172-8.cpe.axion.ca [199.193.172.8]) by smtpout.efficios.com (Postfix) with ESMTPSA id 4btJ7D2VTyz2P8; Thu, 31 Jul 2025 14:50:32 -0400 (EDT) From: Olivier Dion To: Andreas Enge Subject: Re: [PATCH] gnu: liburcu: Update to 0.15.2. In-Reply-To: Organization: EfficiOS References: <87msa7a553.fsf@laura> Date: Thu, 31 Jul 2025 14:50:31 -0400 Message-ID: <875xf8w5xk.fsf@laura> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 77804 Cc: 77804@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 (-) Hi, I've had a look at `bcachefs-tools'. It seems to me that the problem is upstream and not related to userspace-rcu itself. Developers of `bcachefs-tools' seem to use the returned value of `uatomic_set', which was expanding to `CMM_STORE_SHARED', which does indeed return a value. However, in lattest version of URCU, we've changed the expansion of `uatomic_set' to something else that does not return any value. It is documented that the signature of `uatomic_set' is: void uatomic_set(type *addr, type v); We can either bump the version of bcachefs-tools to latest commit or keep a second version of urcu. What do you think? On Thu, 31 Jul 2025, Andreas Enge wrote: > Hello, > > a little ping, before closing the issue. > > Andreas > -- Olivier Dion EfficiOS Inc. https://www.efficios.com From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 01 08:34:39 2025 Received: (at 77804) by debbugs.gnu.org; 1 Aug 2025 12:34:39 +0000 Received: from localhost ([127.0.0.1]:55624 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uhoy6-0004IH-Sx for submit@debbugs.gnu.org; Fri, 01 Aug 2025 08:34:39 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:58022) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uhoy4-0004Hs-BG for 77804@debbugs.gnu.org; Fri, 01 Aug 2025 08:34:37 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 2DA69216; Fri, 1 Aug 2025 14:34:28 +0200 (CEST) Authentication-Results: hera.aquilenet.fr; none X-Virus-Scanned: Debian amavis at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavis, port 10024) with ESMTP id R7mB6xNmn3rc; Fri, 1 Aug 2025 14:34:27 +0200 (CEST) Received: from jurong (86.56.141.77.rev.sfr.net [77.141.56.86]) by hera.aquilenet.fr (Postfix) with ESMTPSA id D0EFE13C; Fri, 1 Aug 2025 14:34:25 +0200 (CEST) Date: Fri, 1 Aug 2025 14:34:24 +0200 From: Andreas Enge To: Olivier Dion Subject: Re: [PATCH] gnu: liburcu: Update to 0.15.2. Message-ID: References: <87msa7a553.fsf@laura> <875xf8w5xk.fsf@laura> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <875xf8w5xk.fsf@laura> X-Spamd-Result: default: False [-3.06 / 15.00]; NEURAL_HAM(-3.00)[-1.000]; MID_RHS_NOT_FQDN(0.50)[]; BAYES_HAM(-0.46)[79.18%]; MIME_GOOD(-0.10)[text/plain]; RCVD_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCPT_COUNT_TWO(0.00)[2]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_TLS_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; ARC_NA(0.00)[] X-Rspamd-Action: no action X-Rspamd-Queue-Id: 2DA69216 X-Rspamd-Server: hera X-Spamd-Bar: --- X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 77804 Cc: 77804@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 (-) Hello, Am Thu, Jul 31, 2025 at 02:50:31PM -0400 schrieb Olivier Dion: > We can either bump the version of bcachefs-tools to latest commit or > keep a second version of urcu. > What do you think? actually bcachefs-tools is far from its latest version: We are on 1.11.0 from about a year ago, and there is a 1.25.3 from two weeks ago. Maybe you could try updating it first? Notice that most of the project development has moved to codeberg: https://codeberg.org/guix/guix , in case submitting a pull request there suits you better. Otherwise we are still looking at debbugs for the next few months. Andreas