-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build failure with 0.1.8 on NetBSD #7
Comments
We didn't have NetBSD support but I've added it (untested...). As far as I can tell, the NetBSD xattrs API is the same as FreeBSD's. Unfortunately, I don't use any *BSD so I have no way of testing this (and no way to know if it even compiles on those platforms). Do you think it would be a good idea to add mock support for unsupported platforms (i.e., always return an io::Error)? |
See #8. |
Adding support like this seems reasonable to me! |
@alexcrichton the latest version, 0.1.10, includes (untested) support for NetBSD (same as FreeBSD) and no-op support for unsupported platforms (so this library should always build). |
Thanks @Stebalien! |
Unless I'm informed otherwise, I'm going to assume the fix works. |
I don't actually use NetBSD but this happened recently with rustup:
The text was updated successfully, but these errors were encountered: