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

android build fails to run due to missing symbol X509_gmtime_adj #4700

Closed
glennw opened this issue Jan 21, 2015 · 4 comments
Closed

android build fails to run due to missing symbol X509_gmtime_adj #4700

glennw opened this issue Jan 21, 2015 · 4 comments

Comments

@glennw
Copy link
Member

@glennw glennw commented Jan 21, 2015

No description provided.

@mbrubeck
Copy link
Contributor

@mbrubeck mbrubeck commented Feb 3, 2015

This is still happening post-rustup. X509_gmtime_adj is an OpenSSL function, so this must be a problem with how we are building and linking OpenSSL.

@mbrubeck
Copy link
Contributor

@mbrubeck mbrubeck commented Feb 3, 2015

This is fixed by sfackler/rust-openssl#153, but we need to upgrade Rust before we can use a version of rust-openssl with that fix (or fork rust-openssl and packages that depend on it, in order to backport the fix).

Alternately we might be able to work around for now by setting flags in our .cargo/config as suggested in sfackler/rust-openssl#107.

@mbrubeck mbrubeck self-assigned this Feb 3, 2015
@jdm
Copy link
Member

@jdm jdm commented Feb 28, 2015

Is this still a problem?

@mbrubeck
Copy link
Contributor

@mbrubeck mbrubeck commented Mar 4, 2015

Fixed during the latest Rust upgrade.

@mbrubeck mbrubeck closed this Mar 4, 2015
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.

3 participants
You can’t perform that action at this time.