semarie / build-rust

Script helper for building rustc and cargo from source on OpenBSD (without rustup)
59 stars 15 forks source link

Building stable does not work. #8

Closed jan-schreib closed 6 years ago

jan-schreib commented 6 years ago

Errors out with:

thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: NotPresent', /usr/obj/ports/rust-1.23.0/rustc-1.23.0-src/src/libcore/result.rs:906:4

Maybe an upstream issue?

semarie commented 6 years ago

this tool isn't for building stable, but only beta or nightly rust build. please note it requires release to release patches.

currently, the beta (1.24) build doesn't work due to missing patches for OpenBSD.

jan-schreib commented 6 years ago

Sry, typo on my side. I meant beta ofc. Ok, thanks for the info!

semarie commented 6 years ago

I am updating the patches. beta should be buildable now. nightly is still in processing.