Re: qcopy-acl: Fix copying of ACLs on CentOS 7

2025-05-13 Thread Paul Eggert
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

Re: gettext-tools 0.24.1 test-pthread-rwlock fails on Alpine Linux riscv64

2025-05-13 Thread Bruno Haible via Gnulib discussion list
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

Re: qcopy-acl: Fix copying of ACLs on CentOS 7

2025-05-13 Thread Bruno Haible via Gnulib discussion list
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

Re: qcopy-acl: Fix copying of ACLs on CentOS 7

2025-05-13 Thread Bruno Haible via Gnulib discussion list
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

Re: gettext-tools 0.24.1 test-pthread-rwlock fails on Alpine Linux riscv64

2025-05-13 Thread Natanael Copa
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. > > > > ... > >

Re: gettext-tools 0.24.1 test-pthread-rwlock fails on Alpine Linux riscv64

2025-05-13 Thread Bruno Haible via Gnulib discussion list
[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-

gettext-tools 0.24.1 test-pthread-rwlock fails on Alpine Linux riscv64

2025-05-13 Thread Natanael Copa
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