tursodatabase / tursodatabase/libsql
Build failure on macOS/x86
Open
Nobody has claimed this yet.
- 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: `/Users/runner/work/libsql-experimental-python/libsql-experimental-python/target/release/build/protobuf-src-143e8e82085815c0/build-script-build` (exit status: 101)
--- stdout
--- stderr
configure: WARNING: cannot find library containing definition of pow
configure: error: *** A compiler with support for C++11 language features is required.
thread 'main' panicked at '
command did not execute successfully, got: exit status: 1
Full log here:
https://github.com/libsql/libsql-experimental-python/actions/runs/6705811561/job/18221001300
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
Start with the linked GitHub Actions job log and the protobuf-src build output. Inspect how the macOS/x86 build selects its compiler and dependencies, especially C++11 support and the missing pow library. Done means the affected build completes successfully on macOS/x86.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, python, 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