From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 From: Ramakrishnan Muthukrishnan Date: Wed, 26 Mar 2014 09:29:56 +0530 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Subject: [9fans] Python/Mercurial error Topicbox-Message-UUID: d0b3e690-ead8-11e9-9d60-3106f5b1d025 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