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

Unable to repackage deb packages using zstd compression #2007

Open
SaltwaterC opened this issue Apr 24, 2023 · 0 comments · May be fixed by #2009
Open

Unable to repackage deb packages using zstd compression #2007

SaltwaterC opened this issue Apr 24, 2023 · 0 comments · May be fixed by #2009

Comments

@SaltwaterC
Copy link

zstd is a newer addition (if 5 years counts as newer) to the deb package format which in the mean time made its way into stable/LTS distributions.

Unfortunately fpm chokes on these packages with:

Invalid package configuration: Unknown compression type 'zst' for control.tar in deb source package foo.deb {:level=>:error}

This makes the effing package management in this instance a tad more difficult to use. zstd is supported for both control and data archives after taking a peek with ar x.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant