-
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
add stub implementation of extract_noattr for other platforms #48
Conversation
This allows xattr to at least compile on platforms like illumos, even though it isn't really supported there.
tar 0.4.40 doesn't compile on illumos, due to Stebalien/xattr#48. Downgrade tar to 0.4.39, which downgrades xattr to version 0.2.
Does enabling the "unsupported" feature not work for you? |
Hmm, I'm using xattr as a transitive dependency of the tar package. It's possible that could work (I haven't tried) but I think it doesn't feel right to depend on that? |
Looks like the unsupported feature is enabled by default, yet |
Thank you sunshowers, this is great. It works on OmniOS. |
Ah... I see. |
This should now be fixed on the latest release. |
Thanks! Your solution (2352bdc) looks great. |
xattr 1.0.0 through 1.1.2 have a bug (Stebalien/xattr#48). Bump the requirement so that downstream dependents get the latest version.
xattr 1.0.0 through 1.1.2 have a bug (Stebalien/xattr#48). Bump the requirement so that downstream dependents get the latest version.
xattr 1.0.0 through 1.1.2 have a bug (Stebalien/xattr#48). Bump the requirement so that downstream dependents get the latest version. (cherry picked from commit c74d62a)
This allows xattr to at least compile on platforms like illumos, even though it isn't currently supported there.