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

Missing library libhandy #71

Open
floers opened this issue Mar 5, 2021 · 7 comments
Open

Missing library libhandy #71

floers opened this issue Mar 5, 2021 · 7 comments

Comments

@floers
Copy link

floers commented Mar 5, 2021

Building a crate with a dependency to the libhandy crate fails on docs.rs: https://docs.rs/crate/gstore/0.2.4/builds/358169

Affected crates: gstore
Ubuntu 20.04 packages to install: libhandy-1-0

@jyn514
Copy link
Member

jyn514 commented Mar 5, 2021

@floers are you interested in adding it yourself? https://forge.rust-lang.org/docs-rs/add-dependencies.html

@floers
Copy link
Author

floers commented Mar 5, 2021

Actually I am! I will try it this weekend :)

@floers
Copy link
Author

floers commented Mar 6, 2021

I just realized the libhandy package is not available in 20.04 focal which the dockerfile is based on. I guess that means I have to wait for the next LTS release?

@jyn514
Copy link
Member

jyn514 commented Mar 6, 2021

Yes, unfortunately. You could try changing your build.rs so it doesn't link to libhandy, or vendoring it and building from source.

@floers
Copy link
Author

floers commented Mar 7, 2021

Ok I'll try to build it from source. Thank you for your help :). Should I close this issue now? Is there a place to keep track of libraries to add when the docs.rs machine is upgraded?

@jyn514
Copy link
Member

jyn514 commented Mar 7, 2021

This issue works fine to track upgrades that need a new OS version.

@jyn514
Copy link
Member

jyn514 commented Jan 19, 2023

I think this should be possible after #120 :)

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

No branches or pull requests

2 participants