alexcrichton / openssl-src-rs

Source code and logic to build OpenSSL from source
Apache License 2.0
68 stars 113 forks source link

Release 111 build failure #181

Closed cryptonemo closed 1 year ago

cryptonemo commented 1 year ago
Compiling openssl-src v111.25.1+1.1.1t (--edited--) error[E0599]: the method join exists for struct Vec<&OsStr>, but its trait bounds were not satisfied --> src/lib.rs:335:55 335 ar.getargs().collect::<Vec<>>().join(OsStr::new(" ")), ^^^^ method cannot be called on Vec<&OsStr> due to unsatisfied trait bounds
= note: the following trait bounds were not satisfied:
        `[&OsStr]: Join<_>`
error[E0599]: the method join exists for struct Vec<&OsStr>, but its trait bounds were not satisfied --> src/lib.rs:344:59 344 ranlib.getargs().collect::<Vec<>>().join(OsStr::new(" ")), ^^^^ method cannot be called on Vec<&OsStr> due to unsatisfied trait bounds
= note: the following trait bounds were not satisfied:
        `[&OsStr]: Join<_>`

For more information about this error, try rustc --explain E0599. error: could not compile openssl-src due to 2 previous errors warning: build failed, waiting for other jobs to finish... error: could not compile openssl-src due to 2 previous errors error: could not compile openssl-src due to 2 previous errors

cryptonemo commented 1 year ago

Hrm, ok, sorry -- the failure is from rust 1.62.1, so maybe not relevant.