tursodatabase / tursodatabase/libsql
protobuf-src dependency does not build on Windows
Open
Nobody has claimed this yet.
windows
- Dominant language
- C
- Stars
- 17.2k
- Forks
- 531
- Avg merge
- 1h 12m
- Merged PRs (30d)
- 1
Description
error: failed to run custom build command for `protobuf-src v1.1.0+21.5`
Caused by:
process didn't exit successfully: `C:\Users\Pekka\Projects\libsql\target\debug\build\protobuf-src-81e1cf3e7fc35d15\build-script-build` (exit code: 101)
--- stderr
thread 'main' panicked at C:\Users\Pekka\.cargo\registry\src\index.crates.io-6f17d22bba15001f\autotools-0.2.6\src\lib.rs:781:5:
`sh` is required to run `configure`
build script failed, must exit now
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...
Contributor guide
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
Reproduce the Windows build failure involving protobuf-src v1.1.0+21.5 and inspect the autotools build step that invokes configure. Start with the reported custom build command and the sh requirement; done means the dependency builds successfully on Windows without this failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- build-system, operating-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100