-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Build Failure: Running gx install hangs fetching ipfs objects #81
Comments
If I C-c the process and restart, it seems go through the previous reference -- only to hang in a different fetch:
|
Also, there don't appear to be any artefacts from these fetches in my go workspace. |
Upon further experimentation, it seems that it starts a number of fetches in the background with a non-deterministic process (goroutines problably), resulting in varying fetch print order. Note: I am not running a local ipfs node. |
Running with a local ipfs node seems to be making progress. Perhaps running ipfs should be a hard dependency listed in the README? |
An update: it made solid albeit slow progress, until it got stuck installing go-libp2p-loggables.
|
@whyrusleeping what's going on there? Missing packages?
|
There seems to be some IPFS routing issue -- the object seems to be resolvable from other locations. |
Restarting the ipfs daemon magically fixed the problem and installation completed! Closing the issue as there isn't any action that needs to be taken. |
@vyzo what version of ipfs are you using? This is likely the major bug in 0.4.2 that we've fixed in 0.4.3. If you see this sort of thing somewhat frequently, i would recommend trying out the release candidate for 0.4.3 |
Aha! I am using ipfs-0.4.2 (it has an ebuild in gentoo, so it was convenient). |
Further Optimizations and refactor benchmarking code.
move protocol definitions to go-multiaddr
I am trying to build go-libp2p in a fresh workspace.
After running make, the obvious next step in building seems to be
gx install
.Alas, it hangs while fetching dependencies from ipfs; running with
--verbose
hangs here:The text was updated successfully, but these errors were encountered: