Open duncan-bayne opened 4 years ago
FreeBSD has sys/extattr.h
FreeBSD has sys/extattr.h
I don't know the Linux side of it, but I don't expect them to be compatible. So probably needs more than just an ifdef-else-endif.
This is failing for a different reason on FreeBSD 13.1. Will close this issue and open another.
Once I fixed that reason (with a python3
symlink) this problem resurfaced. Re-opening.
What is your use case? It seems like extended attributes works slightly different on FreeBSD, they have namespaces.
ref: https://man.freebsd.org/cgi/man.cgi?extattr, https://man.freebsd.org/cgi/man.cgi?query=extattr&sektion=9&apropos=0&manpath=FreeBSD+13.2-RELEASE+and+Ports
Not sure what the desired behaviour is 🤔
Installing fs-xattr fails on FreeBSD 12.1 (which came up while porting Signal Desktop).
System details:
Repro: