Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

came across build error on scripts/build.sh #7

Open
xiaods opened this issue Apr 22, 2019 · 2 comments
Open

came across build error on scripts/build.sh #7

xiaods opened this issue Apr 22, 2019 · 2 comments

Comments

@xiaods
Copy link
Contributor

xiaods commented Apr 22, 2019

go: finding github.com/btcsuite/snappy-go v0.0.0-20151229074030-0bdef8d06723
go: golang.org/x/sys@v0.0.0-20190419153524-e8e3143a4f4a: unrecognized import path "golang.org/x/sys" (https fetch: Get https://golang.org/x/sys?go-get=1: dial tcp 216.239.37.1:443: i/o timeout)
go: golang.org/x/sys@v0.0.0-20190222072716-a9d3bda3a223: unrecognized import path "golang.org/x/sys" (https fetch: Get https://golang.org/x/sys?go-get=1: dial tcp 216.239.37.1:443: i/o timeout)
go: golang.org/x/sys@v0.0.0-20180905080454-ebe1bf3edb33: unrecognized import path "golang.org/x/sys" (https fetch: Get https://golang.org/x/sys?go-get=1: dial tcp 216.239.37.1:443: i/o timeout)
go: finding github.com/jessevdk/go-flags v0.0.0-20141203071132-1679536dcc89
go: finding github.com/btcsuite/goleveldb v0.0.0-20160330041536-7834afc9e8cd
go: finding github.com/onsi/gomega v1.4.3
go: finding github.com/golang/protobuf v1.3.1
go: finding github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd
go: finding github.com/kr/pty v1.1.1
go: finding github.com/onsi/ginkgo v1.7.0
go: golang.org/x/crypto@v0.0.0-20190418165655-df01cb2cc480: unrecognized import path "golang.org/x/crypto" (https fetch: Get https://golang.org/x/crypto?go-get=1: dial tcp 216.239.37.1:443: i/o timeout)
go: golang.org/x/crypto@v0.0.0-20170930174604-9419663f5a44: unrecognized import path "golang.org/x/crypto" (https fetch: Get https://golang.org/x/crypto?go-get=1: dial tcp 216.239.37.1:443: i/o timeout)
go: golang.org/x/net@v0.0.0-20190420063019-afa5a82059c6: unrecognized import path "golang.org/x/net" (https fetch: Get https://golang.org/x/net?go-get=1: dial tcp 216.239.37.1:443: i/o timeout)
go: error loading module requirements
make: *** [Makefile:13: build] Error 1
unable to locate binary file './bin/wallet-keeper-0.1.2', stop
@cmingxu
Copy link
Owner

cmingxu commented Apr 22, 2019

docker run --env https_proxy=socks5://[your-machine-ip]:1080 ...
docker run --env http_proxy=socks5://[your-machine-ip]:1080 ...

@xiaods
Copy link
Contributor Author

xiaods commented Apr 22, 2019

seem the outer environment not to append to docker environment. so the proxy setting not apply to docker env. so should be add explicit env to docker container.

cmingxu pushed a commit that referenced this issue May 2, 2019
feat: add wallet keeper logo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants