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
..\github.com\ipfs\go-ipfs>gx install --global --nofancy
[get ] [fetch] go-multihash QmPnFwZ2JXKnXgMw8CdBPxn7FWh6LLdjUjxV1fKHuJnkr8
ERROR: from shell.Get(): symlink ../bin \src\gx\ipfs\QmPnFwZ2JXKnXgMw8CdBPxn7FWh6LLdjUjxV1fKHuJnkr8.part\go-multihash\test\sharness\bin: not supported by windows
retrying fetch QmPnFwZ2JXKnXgMw8CdBPxn7FWh6LLdjUjxV1fKHuJnkr8 after a second...
ERROR: from shell.Get(): symlink ../bin \src\gx\ipfs\QmPnFwZ2JXKnXgMw8CdBPxn7FWh6LLdjUjxV1fKHuJnkr8.part\go-multihash\test\sharness\bin: not supported by windows
retrying fetch QmPnFwZ2JXKnXgMw8CdBPxn7FWh6LLdjUjxV1fKHuJnkr8 after a second...
ERROR: from shell.Get(): symlink ../bin \src\gx\ipfs\QmPnFwZ2JXKnXgMw8CdBPxn7FWh6LLdjUjxV1fKHuJnkr8.part\go-multihash\test\sharness\bin: not supported by windows
[err ] [fetch] go-multihash QmPnFwZ2JXKnXgMw8CdBPxn7FWh6LLdjUjxV1fKHuJnkr8 symlink ../bin G:\Develop\go\src\gx\ipfs\QmPnFwZ2JXKnXgMw8CdBPxn7FWh6LLdjUjxV1fK
ERROR: install deps: failed to fetch dependencies
The text was updated successfully, but these errors were encountered:
@Stebalien
Yes, once ipfs/kubo#4956 is finalized/merged, I'll replicate the behaviour here: ipfs/go-ipfs-api#90
This still requires that users have symlink creation privileges though, or in Go 1.11 on Windows 10, enable "Developer Mode".
This appears to be the error returned on Windows XP, which does not support symlinks officially. The proposed fix always tries to create links first, so if you can successfully create them (by using unofficial patches), it should work. However Go is explicitly inserting this error on the platform so it would have to be dealt with upstream in Go's os.Symlink.
I can't build ipfs with that.
The text was updated successfully, but these errors were encountered: