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

Cannot build / get deps on fork #2755

Closed
avastmick opened this issue May 24, 2016 · 1 comment
Closed

Cannot build / get deps on fork #2755

avastmick opened this issue May 24, 2016 · 1 comment

Comments

@avastmick
Copy link

Environment - Ubuntu Xenial, both clean local machine and via docker go-lang container remote (Digital Ocena droplet) that builds other go apps such as Ethereum/Go-Ethereum, or geth.

Expected: to build from source:

Steps:

  1. Set $GOPATH and export
  2. Clone fork into $(GOPATH)/src/github.com/ipfs
  3. run make install to get deps

Actual: errors in fetching deps for gx

SNIP:

ERROR: [11 / 16 ] parallel fetch: failed to fetch package: QmQopLATEYMNg7dVqZRNDfeE2S1yKy8zrRh5xnYiuqeZBn: Post http://v04x.ipfs.io/api/v0/get?arg=QmQopLATEYMNg7dVqZRNDfeE2S1yKy8zrRh5xnYiuqeZBn&encoding=json&stream-channels=true: trailer header without chunked transfer encoding
ERROR: from shell.Get():  Post http://v04x.ipfs.io/api/v0/get?arg=QmaMGvaTmd613tWZuVjw3ohvdz1Gh1CBJ2fgb96eyp4EfE&encoding=json&stream-channels=true: trailer header without chunked transfer encoding
ERROR: from shell.Get():  Post http://v04x.ipfs.io/api/v0/get?arg=QmaDNZ4QMdBdku1YZWBysufYyoQt1negQGNav6PLYarbY8&encoding=json&stream-channels=true: trailer header without chunked transfer encoding
ERROR: [12 / 16 ] parallel fetch: failed to fetch package: QmaMGvaTmd613tWZuVjw3ohvdz1Gh1CBJ2fgb96eyp4EfE: Post http://v04x.ipfs.io/api/v0/get?arg=QmaMGvaTmd613tWZuVjw3ohvdz1Gh1CBJ2fgb96eyp4EfE&encoding=json&stream-channels=true: trailer header without chunked transfer encoding
ERROR: [13 / 16 ] parallel fetch: failed to fetch package: QmaDNZ4QMdBdku1YZWBysufYyoQt1negQGNav6PLYarbY8: Post http://v04x.ipfs.io/api/v0/get?arg=QmaDNZ4QMdBdku1YZWBysufYyoQt1negQGNav6PLYarbY8&encoding=json&stream-channels=true: trailer header without chunked transfer encoding
ERROR: from shell.Get():  Post http://v04x.ipfs.io/api/v0/get?arg=QmVL44QeoQDTYK8RVdpkyja7uYcK3WDNoBNHVLonf9YDtm&encoding=json&stream-channels=true: trailer header without chunked transfer encoding
ERROR: [14 / 16 ] parallel fetch: failed to fetch package: QmVL44QeoQDTYK8RVdpkyja7uYcK3WDNoBNHVLonf9YDtm: Post http://v04x.ipfs.io/api/v0/get?arg=QmVL44QeoQDTYK8RVdpkyja7uYcK3WDNoBNHVLonf9YDtm&encoding=json&stream-channels=true: trailer header without chunked transfer encoding
ERROR: from shell.Get():  Post http://v04x.ipfs.io/api/v0/get?arg=QmZ4Qi3GaRbjcx28Sme5eMH7RQjGkt8wHxt2a65oLaeFEV&encoding=json&stream-channels=true: trailer header without chunked transfer encoding
ERROR: [15 / 16 ] parallel fetch: failed to fetch package: QmZ4Qi3GaRbjcx28Sme5eMH7RQjGkt8wHxt2a65oLaeFEV: Post http://v04x.ipfs.io/api/v0/get?arg=QmZ4Qi3GaRbjcx28Sme5eMH7RQjGkt8wHxt2a65oLaeFEV&encoding=json&stream-channels=true: trailer header without chunked transfer encoding
ERROR: from shell.Get():  Post http://v04x.ipfs.io/api/v0/get?arg=QmdhsRK1EK2fvAz2i2SH5DEfkL6seDuyMYEsxKa9Braim3&encoding=json&stream-channels=true: trailer header without chunked transfer encoding
ERROR: [16 / 16 ] parallel fetch: failed to fetch package: QmdhsRK1EK2fvAz2i2SH5DEfkL6seDuyMYEsxKa9Braim3: Post http://v04x.ipfs.io/api/v0/get?arg=QmdhsRK1EK2fvAz2i2SH5DEfkL6seDuyMYEsxKa9Braim3&encoding=json&stream-channels=true: trailer header without chunked transfer encoding
ERROR: install deps: failed to fetch dependencies
Makefile:48: recipe for target 'deps' failed
make: *** [deps] Error 1
avastmick@43e31808d044:~/.go/src/github.com/ipfs/go-ipfs$ pwd
/home/avastmick/.go/src/github.com/ipfs/go-ipfs
avastmick@43e31808d044:~/.go/src/github.com/ipfs/go-ipfs$ echo $GOPATH
/home/avastmick/.go/
@avastmick
Copy link
Author

Apologies - working in wrong branch it seems. master does resolve deps. IGNORE

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

1 participant