todo-grpc icon indicating copy to clipboard operation
todo-grpc copied to clipboard

Unable to run make commands

Open Choongkyu opened this issue 5 years ago • 0 comments

I get the following when running make generate:

2020/01/11 17:38:59 File "google/protobuf/descriptor.proto" not found (looked in: [. $GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis vendor/github.com/gogo/protobuf vendor/github.com/grpc-ecosystem/grpc-gateway /usr/local/include])
make: *** [Makefile:30: protos] Error 1

and make setup:

There is no tracking information for the current branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.

    git pull <remote> <branch>

If you wish to set tracking information for this branch you can do so with:

    git branch --set-upstream-to=origin/<branch> master

package golang.org/x/text/secure/bidirule: exit status 1
package golang.org/x/text/unicode/bidi: cannot find package "golang.org/x/text/unicode/bidi" in any of:
	/usr/lib/go/src/golang.org/x/text/unicode/bidi (from $GOROOT)
package golang.org/x/text/unicode/norm: cannot find package "golang.org/x/text/unicode/norm" in any of:
	/usr/lib/go/src/golang.org/x/text/unicode/norm (from $GOROOT)
make: *** [Makefile:19: setup] Error 1

Choongkyu avatar Jan 12 '20 01:01 Choongkyu