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

go get on OS X not building #2273

Closed
andreiamatuni opened this issue Jan 31, 2016 · 4 comments
Closed

go get on OS X not building #2273

andreiamatuni opened this issue Jan 31, 2016 · 4 comments

Comments

@andreiamatuni
Copy link

$: go get -u github.com/ipfs/go-ipfs/cmd/ipfs

package github.com/ipfs/go-ipfs/cmd/ipfs
imports github.com/ipfs/go-ipfs/vendor/QmQg1J6vikuXF9oDvm4wpdeAUvvkVEKW1EYDw9HhTMnP2b/go-log: must be imported as QmQg1J6vikuXF9oDvm4wpdeAUvvkVEKW1EYDw9HhTMnP2b/go-log

@whyrusleeping
Copy link
Member

are you using go1.6 beta?

@andreiamatuni
Copy link
Author

yeah

@whyrusleeping
Copy link
Member

yeah, go1.6 changed the default to have the vendor experiment on by default. Between that and some other issues, we don't support building with go1.6 yet.

@whyrusleeping
Copy link
Member

go get is no longer supported as part of the ipfs build process, see the readme for details.

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

2 participants