On 06/07/2025 00:35, Collin Funk wrote:
Pádraig Brady <p...@draigbrady.com> writes:
Various gnulib acl tests breaking (on fedora 42 for example) is problematic.
For my ref one can work around the issue by pointing TMPDIR away from tmpfs
like:
TMPDIR=/foo/bar make check
I was considering skipping the tests if on tmpfs with kernel 6.1[45],
but I suppose it's best for gnulib to continue to flag the problematic
file system / kernel version combo.
On my Fedora 42 system the tests now pass due to a kernel update a few
days ago (looks like 5 days ago [1]):
$ uname -r
6.15.4-200.fc42.x86_64
I don't think it is a big deal, but perhaps I overestimate how many
people run 'dnf update' frequently.
Collin
[1] https://bodhi.fedoraproject.org/updates/FEDORA-2025-7feed8b25a
Excellent. I updated the bug with that info:
https://bugzilla.redhat.com/2369561
I generally update once a week.
I'll update now to fix this.
The issue wasn't in the wild long enough really so
to warrant any more workarounds.
cheers,
Padraig