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

snapcraft: stage libzstd1 #94

Closed
wants to merge 1 commit into from
Closed

Conversation

xnox
Copy link

@xnox xnox commented Jun 23, 2021

appstream-generator depends on libarchive, which depends on libzstd1,
however it appears to not be staged into the snap. This results in
libzstd1 being used from the host system which may or may not be
compatible with the snap staged libarchive library. In order to
produce consistent results stage libzstd1 into the snap as well.

appstream-generator depends on libarchive, which depends on libzstd1,
however it appears to not be staged into the snap. This results in
libzstd1 being used from the host system which may or may not be
compatible with the snap staged libarchive library. In order to
produce consistent results stage libzstd1 into the snap as well.
@iainlane
Copy link
Collaborator

Hold your horses on this one. I don't believe this is the problem. The dependencies should sort it out, and at worst it should use the version from core20 which ought to be fine.

We didn't get a build for a while due to FTBFS. I've fixed that and I'll test the build which is ongoing now and report back.

@xnox xnox marked this pull request as draft June 23, 2021 11:04
@xnox
Copy link
Author

xnox commented Jun 23, 2021

Checked inside xenial lxd container, that indeed the /usr/lib/x86_64-linux-gnu/libzstd.so.1 is the one from core20 snap, not from the host.

@xnox xnox closed this Jun 23, 2021
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 this pull request may close these issues.

None yet

2 participants