-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Package command fails on OpenBSD #5195
Comments
Ah shoot. When we moved to .xz checks were made to ensure it was supported everywhere. we missed this. Can it be enabled through an external plugin or will we need to revert to .tar.gz for BSD usages? |
We could use |
First off, this is on OpenBSD only, the others I checked (NetBSD, FreeBSD, DragonflyBSD) support it. Other than that, using gtar wouldn't be the best user experience since it means installing something else first. |
Unusual for someone to reply to their own suggestion going against it ;). It sounds like we have no choice - should we just create .gz when run on OpenBSD? I'm not sure it matters too much. |
Just thinking out loud ;).
I'll have a look and brew something up. When I found this I just created an issue for later.
For distribution it doesn't matter as much. |
Sorry I missed this before commenting on the PR. |
Solved in the PR by using the target OS to switch format for OpenBSD. |
Checklist
Describe the bug
OpenBSD tar does not support the -J flag and fails during
fyne package
.How to reproduce
Run
fyne package --os openbsd --release
on OpenBSD.Screenshots
No response
Example code
Any code.
Fyne version
any
Go compiler version
any
Operating system and version
OpenBSD any version
Additional Information
No response
The text was updated successfully, but these errors were encountered: