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.
On a separate note, the last patch (ntdll: Implement storing DOS attributes in NtCreateFile.) appears to unnecessarily change `open_unix_file`. That's probably my bad in the original version.