Closed triamazikamno closed 4 years ago
hmm, are you sure that actually v2.7.x
works?
Both v2.7.x
and v3.0
depend on rust-native-certs 0.1.0
and it should not compile for FreeBSD
AFAIU. See https://github.com/ctz/rustls-native-certs/blob/v/0.1.0/src/lib.rs
Oh, actually you are right, my latest build is 2.5.13
Ok, I see.
To fix this we either need to update hyper
to v0.20
or downgrade to v0.17
It's substantial amount of work required to update hyper because it uses futures v0.3
whereas open ethereum
is still using futures v0.1
I was able to build and use parity on FreeBSD up to 2.7.x, but now, starting with 3.0.0-alpha.1 it's failing: