You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Set $GOPATH and export
Clone fork into $(GOPATH)/src/github.com/ipfs
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/
The text was updated successfully, but these errors were encountered:
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, orgeth
.Expected: to build from source:
Steps:
$(GOPATH)/src/github.com/ipfs
make install
to get depsActual: errors in fetching deps for gx
SNIP:
The text was updated successfully, but these errors were encountered: