yugabyte / yugabyte-db

YugabyteDB - the cloud native distributed SQL database for mission-critical applications.
https://www.yugabyte.com
Other
8.9k stars 1.06k forks source link

Occasional build error on macOS in the dependency graph analysis: redis_protocol.pb.{h,cc} not found #1096

Open mbautin opened 5 years ago

mbautin commented 5 years ago

ValueError: For relative path src/yb/common/redis_protocol, found a proto file (Node("$YB_SRC_ROOT/src/yb/common/redis_protocol.proto", type=source, 1 deps, 1 rev deps)) but no .pb.{h,cc} files

mbautin commented 5 years ago

I think we need to detect and handle this error when running ninja -t deps:

This line seems to indicate there is a problem: "ninja: warning: bad deps log signature or version; starting over"