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

--goroot not used for gofmt #752

Closed
schmurfy opened this issue Jul 16, 2014 · 0 comments
Closed

--goroot not used for gofmt #752

schmurfy opened this issue Jul 16, 2014 · 0 comments

Comments

@schmurfy
Copy link
Contributor

While trying to compile 0.8.0-rc.2:

$ ./configure --with-goroot=/usr/local/go
checking for protoc... /usr/local/bin/protoc
checking for go... /usr/local/go/bin/go
checking for gofmt... notfound
configure: error: Please install GO (or make sure it's on your path) before trying to build Influxdb

But gofmt is all cozy next to its friends:

$ls -l /usr/local/go/bin/go*
/usr/local/go/bin/go  /usr/local/go/bin/godoc  /usr/local/go/bin/gofmt

By a quick look at configure.ac I think goroot is just not used to build the gofmt path but I hate autoconf and it hates me so I am sure you will come with a better fix than what I could do ;)

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

1 participant