On 9/27/22 15:37, Erich Hoover (@ehoover) wrote:
On Tue Sep 27 20:37:33 2022 +0000, Joel Holdsworth wrote:
I think test failures may be caused by the build machine missing the `libattr1-dev` package on Debian. Without this the `<attr/xattr.h>` header will be missing causing the configure script to disable Extended Attribute support.
Your probably need someone to add that to the testbot image.
Wait, why do these patches require libattr? As far as I can tell we're not actually using it. We could just as easily include sys/xattr.h instead.
(I also can't tell what libattr does, since there's almost no documentation attached to the project.)