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

libarchive does not support zstd #85957

Closed
prusnak opened this issue Apr 24, 2020 · 2 comments
Closed

libarchive does not support zstd #85957

prusnak opened this issue Apr 24, 2020 · 2 comments
Labels
0.kind: packaging request Request for a new package to be added

Comments

@prusnak
Copy link
Member

prusnak commented Apr 24, 2020

While experimenting with zstd I noticed that libarchive is not compiled with zstd support.

I tried to simply add the dependency to libarchive buildInputs, but I noticed the circular dependency.

libarchive -> zstd -> cmake -> libarchive

It seems the easiest way is to compile zstd without cmake (it supports compilation via plain make or meson). But there might be other options.

What do you think? @jcumming @orivej

@prusnak prusnak added the 0.kind: packaging request Request for a new package to be added label Apr 24, 2020
@worldofpeace
Copy link
Contributor

Hehe, I will always encourage mesonbuild usage.

@prusnak
Copy link
Member Author

prusnak commented Apr 24, 2020

I just noticed this will be fixed #78910

@prusnak prusnak closed this as completed Apr 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: packaging request Request for a new package to be added
Projects
None yet
Development

No branches or pull requests

2 participants