-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Closed
Labels
Milestone
Description
by philipp.schumann:
Just updated from the previous weekly (22Feb) to the current (04Mar) and no "go get" call seems to work. You see to update I deleted my entire go folder and extracted the tarball in the same path. But all previously installed packages were of course lost. That was stupid and I suppose most people just overwrite instead of deleting so not sure if anyone noticed or if it's just me but "go get" doesn't fully successfully work with any packages out there that I tried. I read in the go-nuts mailing list of a work-around to export GOPATH to a newly created empty directory just before "go get"ting... this "worked" for launchpad.net/mgo but not for stuff such as "github.com/paul-lalonde/Go-OpenGL". Guess will have to revert to 2012-02-22 for now. I'm on openSuse 12.1 64bit if that helps. I also saw in the release notes indeed that the whole go build/get/install system has been "substantially redesigned". Well looks like those are breaking changes for 100s of packages being in Real Use Today out there... but maybe I just missed some other secret magic guru workaround sauce such as export GOPATH to somewhere it's not really meant to point to?