Skip to content

Failing builds due to missing protobuf dependency #563

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
goodspark opened this issue Jul 28, 2021 · 2 comments
Closed

Failing builds due to missing protobuf dependency #563

goodspark opened this issue Jul 28, 2021 · 2 comments

Comments

@goodspark
Copy link

Hi, looks like the commit that the protobuf submodule is pinned to is now missing and it's causing builds to fail:

Updating git submodule `https://github.com/google/protobuf`
  | error: failed to get `protobuf` as a dependency of package `pigeon-build v0.2.0 (XYZ)`
  |  
  | Caused by:
  | failed to load source for dependency `protobuf`
  |  
  | Caused by:
  | Unable to update https://github.com/stepancheg/rust-protobuf#681462cc
  |  
  | Caused by:
  | failed to update submodule `google-protobuf`
  |  
  | Caused by:
  | object not found - no match for id (b5fbb742af122b565925987e65c08957739976a7); class=Odb (9); code=NotFound (-3)
  | Updating git submodule `https://github.com/google/protobuf`
@samschlegel
Copy link
Contributor

Seems to be something related to rust-lang/cargo#4007, not specific to this package

@goodspark
Copy link
Author

Closing, looks like this is some corrupted local cache issue. Sorry!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants