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

deb cannot be installed on Debian 11 #986

Closed
enp6 opened this issue Mar 15, 2024 · 4 comments · Fixed by #1160
Closed

deb cannot be installed on Debian 11 #986

enp6 opened this issue Mar 15, 2024 · 4 comments · Fixed by #1160
Labels
bug Something isn't working ci/tests Issue related to our CI and/or testing frameworks github_actions Pull requests that update GitHub Actions code priority-3-low Low priority issue user-request This issue was directly requested by a user

Comments

@enp6
Copy link

enp6 commented Mar 15, 2024

After downloading pg_analytics-v0.5.10-pg16-amd64-ubuntu2204.deb and executing the installation, I received these messages directly.

dpkg-deb: error: archive './pg_analytics-v0.5.10-pg16-amd64-ubuntu2204.deb' uses unknown compression for member 'control.tar.zst', giving up
dpkg: error processing archive ./pg_analytics-v0.5.10-pg16-amd64-ubuntu2204.deb (--install):
 dpkg-deb --control subprocess returned error exit status 2
Errors were encountered while processing:
 ./pg_analytics-v0.5.10-pg16-amd64-ubuntu2204.deb
@philippemnoel
Copy link
Collaborator

Ah yes, I've seen this issue before. We build for Debian 12/Ubuntu 22.04, and it uses a compression which is only in Debian 12 due to dpkg-deb.

There is probably a way to fix this, but I won't have time to look into this for a few days at least. I would recommend you simply compile from source, or use Debian 12. If you want to fix this issue, we'll be happy to merge your contribution to our CI. The file in question is: https://github.com/paradedb/paradedb/blob/dev/.github/workflows/publish-pg_analytics.yml

@philippemnoel philippemnoel added bug Something isn't working ci/tests Issue related to our CI and/or testing frameworks github_actions Pull requests that update GitHub Actions code priority-3-low Low priority issue user-request This issue was directly requested by a user labels Mar 16, 2024
@DeoLeung
Copy link

https://unix.stackexchange.com/a/745467/328643

this is what i used before, unpack and repack it for lower debian version, not sure if it still works :)

@philippemnoel
Copy link
Collaborator

https://unix.stackexchange.com/a/745467/328643

this is what i used before, unpack and repack it for lower debian version, not sure if it still works :)

Thanks for sharing, I'll give this a try

@philippemnoel
Copy link
Collaborator

Hi @DeoLeung. Apologies for the delays in getting back to this. It is fixed in #1160

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ci/tests Issue related to our CI and/or testing frameworks github_actions Pull requests that update GitHub Actions code priority-3-low Low priority issue user-request This issue was directly requested by a user
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants