Error building app locally
# help
i
When I try to build my new app (that builds and deploys fine on shuttle) locally I get this error:
Copy code
Error: Custom { kind: Other, error: "protoc failed: google/protobuf/timestamp.proto: File not found.\nruntime.proto:4:1: Import \"google/protobuf/timestamp.proto\" was not found or had errors.\nruntime.proto:87:3: \"google.protobuf.Timestamp\" is not defined.\n" }
Before you ask, I do have protoc installed:
Copy code
❯ protoc --version
libprotoc 3.19.6
a
I think you might need to upgrade your protoc
i
i don't see proto files btw:
Copy code
❯ tree
.
├── Cargo.lock
├── Cargo.toml
├── src
│   └── main.rs
that's it
ah the proto files are part of the shuttle-runtime i guess
oh
i think I'm missing a package
a
yeah unfortunately - we've made steps towards removing it totally as a dependency but there were some issues towards the end that have halted progress momentarily
i
yup
I was missing
protobuf-devel
package on Fedora
sorry for the noise. I'm a D-Bus guy. 🙂
how do i close this thread?
a
Ah it's ok no worries
also the thread will just automatically get archived after some time, so you don't need to worry about it
4 Views