As I wrote in the previous email [1], I have Python and Mercurial compiled from sources. When I use it to pull the golang sources, I noticed the following error:
$ hg clone -u release http://code.google.com/p/go [...] added 19559 ... updating to branch release-branch.go1.2 abort: invalid argument: '/sys/src/go/src' Exception: KeyError(13155,) in module 'threading' from '/sys/lib/python2.7/threading.pyc' ignored abort: no such file or directory: '/sys/src/go/src/pkg/net/tcpsock_posix.go' (I am typing this from looking at the virtualbox screen, pardon me if there are any errors.) Also https didn't work with hg as it gave me a tls error. I guess I didn't build it with tls support. But that is okay.. [1] http://9fans.net/archive/2014/03/378 -- Ramakrishnan
