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

Cargo fails to fetch external dependencies #42

Closed
omasanori opened this issue Dec 20, 2014 · 3 comments
Closed

Cargo fails to fetch external dependencies #42

omasanori opened this issue Dec 20, 2014 · 3 comments

Comments

@omasanori
Copy link
Contributor

Error message:

task '

' panicked at 'called Result::unwrap() on an Err value: A requested feature, protocol or option was not found built-in in this libcurl due to a build-time decision.', /var/tmp/portage/dev-lang/rust-9999-r3/work/rust-9999/src/libcore/result.rs:744

Probably requiring net-misc/curl with proper USE flags fixes this.

@cnd
Copy link
Contributor

cnd commented Jan 11, 2015

@omasanori maybe curl should be added to DEPS?

@oleid
Copy link

oleid commented Mar 16, 2015

I was affected, too. I rebuilt my libcurl with +curl_ssl_openssl -curl_ssl_nss and it works now.

@redneb
Copy link
Contributor

redneb commented Mar 17, 2015

I was affected, too. I rebuilt my libcurl with +curl_ssl_openssl -curl_ssl_nss and it works now.

Yes, it appears that the curl crate depends on openssl for tls support: https://github.com/carllerche/curl-rust/blob/master/Cargo.toml.

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

No branches or pull requests

4 participants