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

Build fails on Debian unstable #8680

Closed
tmatth opened this issue Nov 25, 2015 · 3 comments
Closed

Build fails on Debian unstable #8680

tmatth opened this issue Nov 25, 2015 · 3 comments
Labels

Comments

@tmatth
Copy link

@tmatth tmatth commented Nov 25, 2015

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 status
error: aborting due to previous error
Could not compile servo.

This might need to be fixed upstream.
Also see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=804603
Refs #7888

@frewsxcv
Copy link
Member

@frewsxcv frewsxcv commented Nov 25, 2015

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

@alex
Copy link
Contributor

@alex alex commented Nov 25, 2015

Disabling the sslv3 in openssl-sys by default seems reasonable to me.

@Darkspirit
Copy link
Contributor

@Darkspirit Darkspirit commented May 15, 2019

This can be closed. Build does not fail on Debian Testing.

@CYBAI CYBAI closed this May 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
6 participants
You can’t perform that action at this time.