From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 Date: Sun, 14 Apr 2013 12:27:11 -0700 Message-ID: From: Skip Tavakkolian To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>, golang-nuts Content-Type: multipart/alternative; boundary=f46d0444edd379a02c04da571ff3 Subject: [9fans] mercurial poisoning Topicbox-Message-UUID: 412ddeb8-ead8-11e9-9d60-3106f5b1d025 --f46d0444edd379a02c04da571ff3 Content-Type: text/plain; charset=ISO-8859-1 I can build Go from tip on Plan 9 using a local repo clone. I want to build it using a repo exported from a Linux box (via u9fs) -- because of codereview extensions and keeping a consistent repo. Trying to build a remotely mounted clone, I get: cpue% ./all.rc # Building C bootstrap tool. cmd/dist # Building compilers and Go bootstrap tool for host, plan9/386. *** failed to import extension codereview from $GOROOT/lib/codereview/codereview.py: [Errno 12] Invalid argument abort: There is no Mercurial repository here (.hg not found) go tool dist: FAILED: /bin/hg identify -b: '/n/zotac/usr/local/go/VERSION.cache' does not exist cpue% /n/zotac is the Linux filesystem that is served by u9fs. Any hints? -Skip --f46d0444edd379a02c04da571ff3 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
I can build Go from tip on Plan 9 using a local repo clone= . =A0I want to=A0=A0build it using a repo exported from a Linux box (via u9= fs) -- because of codereview extensions and keeping a consistent repo. =A0T= rying to build a remotely mounted clone, I get:

cpue% ./all.rc
# Building C bootstrap tool.
cmd/dist

# Building compilers and Go boot= strap tool for host, plan9/386.
*** failed to import extension co= dereview from $GOROOT/lib/codereview/codereview.py: [Errno 12] Invalid argu= ment
abort: There is no Mercurial repository here (.hg not found)

go tool dist: FAILED: /bin/hg identify -b: '/n/zotac/us= r/local/go/VERSION.cache' does not exist
cpue%=A0

/n/zotac is the Linux filesystem that is served b= y u9fs. Any hints?

-Skip
--f46d0444edd379a02c04da571ff3--