Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upBuild fails on Debian unstable #8680
Closed
Comments
|
As of #8637, we have SSLv2 and SSLv3 disabled. It looks like there are cargo features on rust-openssl that would allow us to stop relying on these methods. Maybe we should disable those features? /cc @alex |
|
Disabling the |
|
This can be closed. Build does not fail on Debian Testing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since SSLv3_* has been removed in Debian:
/home/tristan/servo/.cargo/registry/src/github.com-0a35038f75765ae4/openssl-0.6.7/src/ssl/mod.rs:153: error: undefined reference to 'SSLv3_method'collect2: error: ld returned 1 exit statuserror: aborting due to previous errorCould not compile servo.This might need to be fixed upstream.
Also see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=804603
Refs #7888