rust-lang / rust-lang/rust-playground
Fails to build on systems with OpenSSL 1.1.1
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 1.4k
- Forks
- 267
- Avg merge
- 3h 2m
- Merged PRs (30d)
- 6
Description
I tried to build this from source, but I ran into sfackler/rust-openssl#987, since my system has OpenSSL 1.1.1, and only rust-openssl version 0.10 or greater supports it.
Unfortunately, there are a ton of dependencies that have to be updated to allow the openssl transitive dependency to be updated:
- nativetls
- hyper (for
hyper-tls0.3.0 or newer) - tokio
- hubcaps (their fix for OpenSSL hasn't even been published to crates.io yet)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing nativetls, hyper, tokio, and hubcaps through the project's dependency manifests, then check the referenced rust-openssl compatibility and whether hubcaps has published its fix. Done means the project builds from source on a system using OpenSSL 1.1.1 with the required dependency updates.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100