On 2025-05-13 06:26, Bruno Haible via Gnulib discussion list wrote:
Paul Eggert wrote:
- || strcmp (name, XATTR_NAME_NFSV4_ACL) == 0
- || attr_copy_action (name, ctx) == ATTR_ACTION_PERMISSIONS;
+ || strcmp (name, XATTR_NAME_NFSV4_ACL) == 0;
}
#endif /* USE_XAT
Natanael Copa wrote:
> > So, you could try to install a different scheduler by default and repeat
> > the test.
>
> It passed with chrt --fifo (I had to do it from outside the LXC container):
>
> # time chrt --fifo 10 ./test-pthread-rwlock
> Starting test_rwlock ... OK
> real 0m 33.00s
> user 6
Paul Eggert wrote:
> If
> not, perhaps the Gnulib code should stop invoking attr_copy_action, as
> in practice xattr.conf does not supply useful information to programs
> that want to copy ACLs. Something like the following untested patch, say?
>
> diff --git a/lib/qcopy-acl.c b/lib/qcopy-acl.c
Paul Eggert wrote:
> With [4] in place, I guess Pádraig's point is that Bruno's older Gnulib
> patch[5] is no longer needed.
I just tried that: Reverting this patch:
@@ -33,7 +47,12 @@
static int
is_attr_permissions (const char *name, struct error_context *ctx)
{
- return attr_copy_action (n
On Tue, 13 May 2025 12:40:58 +0200
Bruno Haible wrote:
> [Dropping bug-gettext from CC.]
>
> Natanael Copa wrote:
> > The test-pthread-rwlock fails on a riscv64 Alpine Linux system with 64
> > cpu cores. The test passes on x86_64 and aarch64.
> >
> > ...
> >
[Dropping bug-gettext from CC.]
Natanael Copa wrote:
> The test-pthread-rwlock fails on a riscv64 Alpine Linux system with 64
> cpu cores. The test passes on x86_64 and aarch64.
>
> ...
>
> Testsuite summary for gettext-
Hi!
The test-pthread-rwlock fails on a riscv64 Alpine Linux system with 64
cpu cores. The test passes on x86_64 and aarch64.
...
Testsuite summary for gettext-tools 0.24.1