Skip to content

librustrt got removed #127

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

Closed
zsiciarz opened this issue Dec 21, 2014 · 1 comment
Closed

librustrt got removed #127

zsiciarz opened this issue Dec 21, 2014 · 1 comment

Comments

@zsiciarz
Copy link

rust-lang/rust#19654 got merged recently and the change is already in the latest nightly (rustc 0.13.0-nightly (cc19e3380 2014-12-20 20:00:36 +0000)). This breaks the build with the following error:

$ cargo build
    Updating registry `https://github.com/rust-lang/crates.io-index`
   Compiling pkg-config v0.1.2
   Compiling openssl-sys v0.2.6 (file:///home/zbyszek/Development/Rust/rust-openssl)
/home/zbyszek/Development/Rust/rust-openssl/openssl-sys/src/lib.rs:5:1: 5:21 error: can't find crate for `rustrt`
/home/zbyszek/Development/Rust/rust-openssl/openssl-sys/src/lib.rs:5 extern crate rustrt;
                                                                     ^~~~~~~~~~~~~~~~~~~~
error: aborting due to previous error
Could not compile `openssl-sys`.
@aatxe aatxe mentioned this issue Dec 21, 2014
@sfackler
Copy link
Owner

Should be fixed now.

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

2 participants