GNU bug report logs - #77804
[PATCH] gnu: liburcu: Update to 0.15.2.

Previous Next

Package: guix-patches;

Reported by: odion <at> efficios.com

Date: Mon, 14 Apr 2025 15:45:02 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 77804 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#77804; Package guix-patches. (Mon, 14 Apr 2025 15:45:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to odion <at> efficios.com:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 14 Apr 2025 15:45:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: odion <at> efficios.com
To: guix-patches <at> gnu.org
Cc: Olivier Dion <olivier.dion <at> polymtl.ca>
Subject: [PATCH] gnu: liburcu: Update to 0.15.2.
Date: Mon, 14 Apr 2025 11:44:28 -0400
From: Olivier Dion <olivier.dion <at> polymtl.ca>

* 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





Information forwarded to guix-patches <at> gnu.org:
bug#77804; Package guix-patches. (Sat, 14 Jun 2025 17:25:04 GMT) Full text and rfc822 format available.

Message #8 received at 77804 <at> debbugs.gnu.org (full text, mbox):

From: Andreas Enge <andreas <at> enge.fr>
To: odion <at> efficios.com
Cc: 77804 <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: liburcu: Update to 0.15.2.
Date: Sat, 14 Jun 2025 19:24:46 +0200
Hello Olivier,

this proposed update breaks two dependent packages,
  bcachefs-tools and bcachefs-tools-minimal-static.
Could you maybe have a look?

Andreas





Information forwarded to guix-patches <at> gnu.org:
bug#77804; Package guix-patches. (Mon, 16 Jun 2025 18:55:06 GMT) Full text and rfc822 format available.

Message #11 received at 77804 <at> debbugs.gnu.org (full text, mbox):

From: Olivier Dion <odion <at> efficios.com>
To: Andreas Enge <andreas <at> enge.fr>
Cc: 77804 <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: liburcu: Update to 0.15.2.
Date: Mon, 16 Jun 2025 14:54:48 -0400
On Sat, 14 Jun 2025, Andreas Enge <andreas <at> enge.fr> 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




Information forwarded to guix-patches <at> gnu.org:
bug#77804; Package guix-patches. (Thu, 31 Jul 2025 08:08:02 GMT) Full text and rfc822 format available.

Message #14 received at 77804 <at> debbugs.gnu.org (full text, mbox):

From: Andreas Enge <andreas <at> enge.fr>
To: Olivier Dion <odion <at> efficios.com>
Cc: 77804 <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: liburcu: Update to 0.15.2.
Date: Thu, 31 Jul 2025 10:06:54 +0200
Hello,

a little ping, before closing the issue.

Andreas





Information forwarded to guix-patches <at> gnu.org:
bug#77804; Package guix-patches. (Thu, 31 Jul 2025 18:51:02 GMT) Full text and rfc822 format available.

Message #17 received at 77804 <at> debbugs.gnu.org (full text, mbox):

From: Olivier Dion <odion <at> efficios.com>
To: Andreas Enge <andreas <at> enge.fr>
Cc: 77804 <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: liburcu: Update to 0.15.2.
Date: Thu, 31 Jul 2025 14:50:31 -0400
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 <andreas <at> enge.fr> wrote:
> Hello,
>
> a little ping, before closing the issue.
>
> Andreas
>
-- 
Olivier Dion
EfficiOS Inc.
https://www.efficios.com




Information forwarded to guix-patches <at> gnu.org:
bug#77804; Package guix-patches. (Fri, 01 Aug 2025 12:35:01 GMT) Full text and rfc822 format available.

Message #20 received at 77804 <at> debbugs.gnu.org (full text, mbox):

From: Andreas Enge <andreas <at> enge.fr>
To: Olivier Dion <odion <at> efficios.com>
Cc: 77804 <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: liburcu: Update to 0.15.2.
Date: Fri, 1 Aug 2025 14:34:24 +0200
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





This bug report was last modified 14 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.