Skip to content
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 GNU patch with xattr support in std.utils #113

Open
1 of 2 tasks
deciduously opened this issue Nov 25, 2024 · 0 comments
Open
1 of 2 tasks

Build GNU patch with xattr support in std.utils #113

deciduously opened this issue Nov 25, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@deciduously
Copy link
Member

deciduously commented Nov 25, 2024

Currently, the build of GNU patch included in the std.utils set isn't compiled against libattr on Linux, which may cause patch operations to strip or fail to preserve xattrs required by the Tangram system. Ensure this dependency is available to the build process.

Additionally, ensure the patch execuable provided on macOS preserves xattrs, which may involve using the Apple Open Source version instead of GNU as we currently do for the install executable.

  • linux
  • macOS
@deciduously deciduously added the bug Something isn't working label Nov 25, 2024
@deciduously deciduously self-assigned this Nov 25, 2024
@deciduously deciduously moved this to In Progress in Roadmap Nov 26, 2024
@deciduously deciduously removed this from Roadmap Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant