You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2021/02/22 12:26:49 UTC

[GitHub] [skywalking-satellite] kezhenxu94 edited a comment on pull request #33: fix release src cannot compile bug

kezhenxu94 edited a comment on pull request #33:
URL: https://github.com/apache/skywalking-satellite/pull/33#issuecomment-783335645


   Seems I can't still compile from the src.tgz made from this branch?
   
   EDIT:
   
   ```text
   skywalking-satellite $ git st
   On branch fix-release-src-bug
   Your branch is up to date with 'origin/fix-release-src-bug'.
   
   nothing to commit, working tree clean
   skywalking-satellite $ git pull        
   Already up to date.
   skywalking-satellite $ make release-src > /dev/null 2>&1
   skywalking-satellite $ git st
   On branch fix-release-src-bug
   Your branch is up to date with 'origin/fix-release-src-bug'.
   
   Untracked files:
     (use "git add <file>..." to include in what will be committed)
   	skywalking-satellite-latest-src.tgz
   
   nothing added to commit but untracked files present (use "git add" to track)
   skywalking-satellite $ mkdir verify && tar -zxf skywalking-satellite-latest-src.tgz -C verify
   skywalking-satellite $ cd verify
   verify $ make build
   $(go env GOPATH)/bin/golangci-lint version || curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.33.0
   golangci-lint has version 1.33.0 built from b90551c on 2020-11-23T05:15:36Z
   rm -rf coverage.txt
   protoc --version || sh tools/install_protoc.sh
   libprotoc 3.14.0
   /bin/sh tools/protocol_gen.sh
   go: skywalking/network@v1.0.0 (replaced by ./protocol/gen-codes/skywalking/network): reading protocol/gen-codes/skywalking/network/go.mod: open /Users/kezhenxu94/workspace/skywalking-satellite/verify/protocol/gen-codes/skywalking/network/go.mod: no such file or directory
   go: skywalking/network@v1.0.0 (replaced by ./protocol/gen-codes/skywalking/network): reading protocol/gen-codes/skywalking/network/go.mod: open /Users/kezhenxu94/workspace/skywalking-satellite/verify/protocol/gen-codes/skywalking/network/go.mod: no such file or directory
   protoc-gen-go: program not found or is not executable
   Please specify a program using absolute path or make sure the program is available in your PATH system variable
   --go_out: protoc-gen-go: Plugin failed with status code 1.
   tools/protocol_gen.sh: line 43: cd: protocol/gen-codes/skywalking/network: No such file or directory
   make: *** [gen-codes] Error 1
   verify $ 
   ```


----------------------------------------------------------------
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