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

Goinstallation error #1

Closed
szabba opened this issue Dec 6, 2011 · 1 comment
Closed

Goinstallation error #1

szabba opened this issue Dec 6, 2011 · 1 comment

Comments

@szabba
Copy link

szabba commented Dec 6, 2011

Trying to goinstall on my Arch Linux (with go from the repo) gives me the following:

? goinstall github.com/mattn/go-v8
goinstall: encoding/json: go/build: package could not be found locally ($GOPATH not set)
goinstall: errors: go/build: package could not be found locally ($GOPATH not set)
goinstall: text/template: go/build: package could not be found locally ($GOPATH not set)

Seems like some of the required packages have changed names since the last commit. Or am I mistaken?

@mattn
Copy link
Owner

mattn commented Dec 7, 2011

goinstall don't support Makefile that use un-formall Makefile cause by security issue.
So you can't use goinstall to install go-v8 .

@mattn mattn closed this as completed Dec 7, 2011
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