Release compilation fails on GitHub master branch due to missing devdeps-gtest-1.8.0 package
Open
Nobody has claimed this yet.
dima
type: bug
- Dominant language
- C++
- Stars
- 2.9k
- Forks
- 342
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 53
Description
Environment
- Repository: https://github.com/oceanbase/seekdb.git
- Branch: master
Description
The release compilation process on the GitHub master branch is failing because a required dependency package (devdeps-gtest-1.8.0) is missing.
Steps to Reproduce
- Clone the repository from the master branch.
- Attempt to perform a release build.
- The build fails with an error indicating the
devdeps-gtest-1.8.0package cannot be found.
Log Information
The failure is observed during the build process on the specified machine/environment.
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 by reproducing the release build from the master branch and capture the missing-package error for devdeps-gtest-1.8.0. Trace where that dependency is declared or resolved in the build process, then verify that a clean release compilation completes successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 42/100