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

Error when building: librespot vs. openssl-sys dependency issue #713

Closed
kotelnik opened this issue Nov 11, 2020 · 1 comment
Closed

Error when building: librespot vs. openssl-sys dependency issue #713

kotelnik opened this issue Nov 11, 2020 · 1 comment
Labels
bug A functionality or parts of a program that do not work as intended wontfix Issues that will not be fixed under any circumstances

Comments

@kotelnik
Copy link

Building without --locked is failing. This is known issue with librespot-0.1.3: #655

It was temporarily fixed by adding --locked parameter. But this has a side effect - build fails on systems with libressl v3+ because of outdated openssl-sys dependency in Cargo.lock.

Maybe better solution would be fending off the problematic librespot dependency version by adding this line to Cargo.toml:

librespot-core = "=0.1.1"
@kotelnik kotelnik added the bug A functionality or parts of a program that do not work as intended label Nov 11, 2020
@stale
Copy link

stale bot commented Feb 9, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix Issues that will not be fixed under any circumstances label Feb 9, 2021
@stale stale bot closed this as completed Feb 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A functionality or parts of a program that do not work as intended wontfix Issues that will not be fixed under any circumstances
Projects
None yet
Development

No branches or pull requests

1 participant