Closed gopherbot closed 9 years ago
I originally meant that clean.bash does not fix it, but should. By iteratively deleting ignored files in my segfaulting tree, I determined that the leftover files that cause this problem are the old binaries in $GOROOT/bin. My diagnosis is that I probably set $GOBIN to some external path after including $GOROOT/bin in my $PATH. My clean.bash never deleted the $GOROOT/bin binaries, and my make.bash never overwrote them. As a suggestion to prevent this happening in the future, make.bash could write to both $GOROOT/bin and $GOBIN, maybe with hard links.
by eric.d.eisner: