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

Release 111 build failure #181

Closed
cryptonemo opened this issue Feb 28, 2023 · 1 comment
Closed

Release 111 build failure #181

cryptonemo opened this issue Feb 28, 2023 · 1 comment

Comments

@cryptonemo
Copy link

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.get_args().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.get_args().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
Copy link
Author

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

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

1 participant