pingcap / pingcap/tipb

make reports error on master branch

Open
#129 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
Go
Stars
98
Forks
157
Avg merge
28m
Merged PRs (30d)
2

Description

[cauchy@kenan ~/go/src/github.com/pingcap/tipb]$ make
./generate-go.sh
generate go code...
cargo build --features gen
    Updating crates.io index
error: Package `tipb v0.0.1 (/Users/cauchy/go/src/github.com/pingcap/tipb)` does not have these features: `gen`
make: *** [rust] Error 101

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the make entry point and generate-go.sh, following the rust target that runs cargo build --features gen. Reproduce the failure and inspect how the gen feature is defined or referenced; done means make no longer fails because the package lacks that feature.

Written by the indexing model from the issue text.

Assessment

Tech stack
go, rust
Domain
build-system
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.