eclipse-uprotocol / up-rust

uProtocol Language Specific Library for Rust
Apache License 2.0
11 stars 9 forks source link

Update up-rust after #141 in up-spec #110

Closed evshary closed 4 months ago

evshary commented 4 months ago

After the PR of up-spec, the build failed again. Haven't dived deep into it, but it should be related to the change of protobuf.

error: failed to run custom build command for `up-rust v0.1.5 (/home/evshary/workspace/uprotocol_rust/up-rust)`

Caused by:
  process didn't exit successfully: `/home/evshary/workspace/uprotocol_rust/up-rust/target/debug/build/up-rust-b5e0eb119666c0ec/build-script-build` (exit status: 1)
  --- stderr
  [libprotobuf WARNING ../../../../../src/google/protobuf/compiler/parser.cc:649] No syntax specified for the proto file: uuid.proto. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
  uuid.proto:1:1: Expected top-level statement (e.g. "message").
  codegen failed: parse and typecheck
evshary commented 4 months ago

Solved by #111