filecoin-project / venus

Filecoin Full Node Implementation in Go
https://venus.filecoin.io
Other
2.06k stars 464 forks source link

gx hangs trying to install go-hamt-ipld #735

Closed phritz closed 6 years ago

phritz commented 6 years ago

@whyrusleeping you told me to complain loudly if I saw issues installing packages. Wonder if QmXJkSRxXHeAGmQJENct16anrKZHNECbmUoC7hMuCjLni6 never got pinned? ipfs dht findprovs doesn't seem like it is returning...

nb:go-filecoin fritz$ go run ./build/*.go deps
Installing dependencies...
git submodule update --init
go get github.com/whyrusleeping/gx
go get github.com/whyrusleeping/gx-go
gx install
[get ] [fetch]   go-hamt-ipld                  QmXJkSRxXHeAGmQJENct16anrKZHNECbmUoC7hMuCjLni6
[0 / 50] 152s^Csignal: interrupt
nb:go-filecoin fritz$ 
whyrusleeping commented 6 years ago

really weird. Looks like pinbot was down when i tried pinning it. Weirdest part was that CI passed for that to get merged.

Thanks for raising the issue, should be pinned now

phritz commented 6 years ago

thanks!