Created
August 14, 2019 19:51
-
-
Save denniswon/9e2440d957886984ca1cf29731270fa7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
go generate FAILED! | |
--- BEGIN go generate --- | |
api/client/service/proto/client.go | |
protoc client.proto --go_out=plugins=grpc:. | |
protoc-gen-go: program not found or is not executable | |
--go_out: protoc-gen-go: Plugin failed with status code 1. | |
api/client/service/proto/client.go:3: running "protoc": exit status 1 | |
api/proto/message/message.go | |
protoc message.proto --go_out=plugins=grpc:. | |
protoc-gen-go: program not found or is not executable | |
--go_out: protoc-gen-go: Plugin failed with status code 1. | |
api/proto/message/message.go:3: running "protoc": exit status 1 | |
api/service/syncing/downloader/proto/downloader.go | |
protoc downloader.proto --go_out=plugins=grpc:. | |
protoc-gen-go: program not found or is not executable | |
--go_out: protoc-gen-go: Plugin failed with status code 1. | |
api/service/syncing/downloader/proto/downloader.go:3: running "protoc": exit status 1 | |
cmd/client/wallet/main.go | |
go run ../../../scripts/wallet_embed_ini_files.go | |
dyld: Library not loaded: lib/libbls384_256.dylib | |
Referenced from: /var/folders/tp/7r17qmvn1bq0cpxvxsc0bqzj_rz04y/T/go-build360035139/b001/exe/wallet_embed_ini_files | |
Reason: image not found | |
signal: abort trap | |
cmd/client/wallet/main.go:257: running "go": exit status 1 | |
cmd/client/wallet_stress_test/main.go | |
go run ../../../scripts/wallet_embed_ini_files.go | |
dyld: Library not loaded: lib/libbls384_256.dylib | |
Referenced from: /var/folders/tp/7r17qmvn1bq0cpxvxsc0bqzj_rz04y/T/go-build308588118/b001/exe/wallet_embed_ini_files | |
Reason: image not found | |
signal: abort trap | |
cmd/client/wallet_stress_test/main.go:148: running "go": exit status 1 | |
core/rawdb/interfaces.go | |
mockgen -source interfaces.go -destination mock/mock.go | |
core/rawdb/interfaces.go:19: running "mockgen": exec: "mockgen": executable file not found in $PATH | |
internal/ctxerror/ctxerror.go | |
mockgen -source ctxerror.go -destination mock/ctxerror.go | |
internal/ctxerror/ctxerror.go:7: running "mockgen": exec: "mockgen": executable file not found in $PATH | |
internal/utils/logging_test.go | |
mockgen -destination mock_log/logger.go github.com/ethereum/go-ethereum/log Logger | |
internal/utils/logging_test.go:14: running "mockgen": exec: "mockgen": executable file not found in $PATH | |
p2p/host.go | |
mockgen -source host.go -destination=host/mock/host_mock.go | |
p2p/host.go:8: running "mockgen": exec: "mockgen": executable file not found in $PATH | |
p2p/host/hostv2/hostv2.go | |
mockgen -source hostv2.go -destination=mock/hostv2_mock.go | |
p2p/host/hostv2/hostv2.go:3: running "mockgen": exec: "mockgen": executable file not found in $PATH | |
p2p/stream.go | |
mockgen -source stream.go -package p2p -destination=mock_stream.go | |
p2p/stream.go:5: running "mockgen": exec: "mockgen": executable file not found in $PATH | |
--- END go generate --- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment