pablocouto / crest

Crest is a REST client library, written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

openssl compilation error

3wille opened this issue · comments

Hi there,
I run into an error when trying to compile rust's openssl-sys v0.7.17. The openssl crates are required by hyper and using a new version of hyper and with it openssl resolves the issues. You might want to update to a newer hyper version.

stderr output is

thread 'main' panicked at 'explicit panic', /home/user/.cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.3.46/src/lib.rs:1200

If you need any further information, feel free to ask and thanks for your time :)

Hi @3wille, and thank you for opening this issue.

I couldn’t reproduce the error from openssl-sys, but got failures from other dependencies. I’ll try to update deps in general, and see if that brings the crate to a usable state.

Hi,
yeah just hit me, if you're done with that or have something for me to test.

As of commit 791d727 (published version 0.3.4), the crate should compile without errors on Rust 1.18.0. @3wille, if you don’t come against this issue anymore, please confirm it so I can close the ticket.

Closing due to inactivity. Feel free to reopen the issue if necessary.