https://bugzilla.redhat.com/show_bug.cgi?id=1135152
Wayne Walker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Wayne Walker <[email protected]> --- If one downloads golang from golang.org (http://golang.org/dl/ the tar.gz "go1.4.1.linux-amd64.tar.gz", and use that, the bug is not there. This is a fedora build failure: wwalker@wwalker-desktop:~$ sudo tar -C /usr/local -xzf go1.3.3.linux-amd64.tar.gz wwalker@wwalker-desktop:~$ PATH=/usr/local/bin:$PATH wwalker@wwalker-desktop:~$ cd - /home/wwalker/golang_workspace/src/github.com/wwalker/hello wwalker@wwalker-desktop:~/golang_workspace/src/github.com/wwalker/hello$ rm -rf ~/golang_workspace/pkg/* wwalker@wwalker-desktop:~/golang_workspace/src/github.com/wwalker/hello$ rm -rf ~/golang_workspace/bin/* wwalker@wwalker-desktop:~/golang_workspace/src/github.com/wwalker/hello$ go install wwalker@wwalker-desktop:~/golang_workspace/src/github.com/wwalker/hello$ hello asdf wwalker@wwalker-desktop:~/golang_workspace/src/github.com/wwalker/hello$ PATH=/usr/bin:$PATH wwalker@wwalker-desktop:~/golang_workspace/src/github.com/wwalker/hello$ go install wwalker@wwalker-desktop:~/golang_workspace/src/github.com/wwalker/hello$ hello asdf wwalker@wwalker-desktop:~/golang_workspace/src/github.com/wwalker/hello$ rm -rf ~/golang_workspace/bin/* wwalker@wwalker-desktop:~/golang_workspace/src/github.com/wwalker/hello$ rm -rf ~/golang_workspace/pkg/* wwalker@wwalker-desktop:~/golang_workspace/src/github.com/wwalker/hello$ go install wwalker@wwalker-desktop:~/golang_workspace/src/github.com/wwalker/hello$ hello user: Current not implemented on linux/amd64 wwalker@wwalker-desktop:~/golang_workspace/src/github.com/wwalker/hello$ rpm -q golang golang-1.3.3-1.fc21.x86_64 -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ golang mailing list [email protected] https://lists.fedoraproject.org/mailman/listinfo/golang
