You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@yunikorn.apache.org by GitBox <gi...@apache.org> on 2021/05/04 16:49:22 UTC

[GitHub] [incubator-yunikorn-scheduler-interface] manirajv06 commented on pull request #37: YUNIKORN-488: update protobuf and protoc versions

manirajv06 commented on pull request #37:
URL: https://github.com/apache/incubator-yunikorn-scheduler-interface/pull/37#issuecomment-832088907


   @wilfred-s Please take a look at WIP patch. am seeing the below error on running "make" command. Repo path for APIv2 is github.com/protocolbuffers/protobuf-go where as go module path is google.golang.org/protobuf in go.mod. In general, this can be fixed by using "replace" directive. Since above reference is in their repo path, am not sure about the fix. Can you please check?
   
   go: finding module for package github.com/protocolbuffers/protobuf-go/cmd/protoc-gen-go
   go: found github.com/protocolbuffers/protobuf-go/cmd/protoc-gen-go in github.com/protocolbuffers/protobuf-go v1.26.0
   go: github.com/protocolbuffers/protobuf-go/cmd/protoc-gen-go: github.com/protocolbuffers/protobuf-go@v1.26.0: parsing go.mod:
   	module declares its path as: google.golang.org/protobuf
   	        but was required as: github.com/protocolbuffers/protobuf-go
   make[2]: *** [cmd/protoc-gen-go] Error 1
   make[1]: *** [build] Error 2
   make: *** [all] Error 2
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org