-
Notifications
You must be signed in to change notification settings - Fork 1.1k
go checker fails - go build -o /dev/null because /dev/null exists & isn't an object file #1436
Comments
BTW, I found this which might shed some light on the issue: |
This has to be the most asinine error condition I saw in a very long time. :) Apparently it has been known for >2 years, and it isn't going to be solved: http://code.google.com/p/go/issues/detail?id=4851 Since you're going to run |
Yeah, I saw that too in my search for a solution - sometimes the go community can be ... anyway - thanks for fixing this! :) |
In case anyone else is running into the issue where Syntastic is creating binary files in their source directory after e15ebd3, you can solve it by putting |
@jephir Yes, that restores the previous behaviour. It also restores the problem reported in the initial post of this thread. Your choice. shrug |
I was actually wondering if that'd end up being a problem. I haven't had a chance to test it out yet - but provided it is a problem (it seems like it could get messy with git, etc) would my patch be a decent middle ground? ie: using a temp directory that is cleaned up afterwards? |
@phobologic I'm reluctant to do that for a very simple reason: |
When using Syntastic w/ go, I get the following errors when it hits the go build step:
go install github.com/phobologic/example: build output "/dev/null" already exists and is not an object file
This is using
go version go1.4.2 darwin/amd64
Vim Version:
Syntastic Version:
The text was updated successfully, but these errors were encountered: