From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Sun, 14 Apr 2013 16:30:02 -0600 Message-ID: From: andrey mirtchovski To: Skip Tavakkolian Content-Type: text/plain; charset=UTF-8 Cc: minux , Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>, golang-nuts Subject: Re: [9fans] [go-nuts] mercurial poisoning Topicbox-Message-UUID: 427f7d30-ead8-11e9-9d60-3106f5b1d025 it's "$GOROOT/VERSION.cache". just put whatever you want in there or bind it from /tmp if you don't want to pollute the non-plan9 side of things. On Sun, Apr 14, 2013 at 3:53 PM, Skip Tavakkolian wrote: > Unfortunately doesn't seem to help: > > cpue% ./all.rc > # Building C bootstrap tool. > cmd/dist > go tool dist: FAILED: /bin/hg identify -b: > '/n/zotac/usr/local/go/VERSION.cache' does not exist > abort:: '/bin/abort:' directory entry not found > cpue% > > > > > On Sun, Apr 14, 2013 at 12:32 PM, minux wrote: >> >> >> On Monday, April 15, 2013, Skip Tavakkolian wrote: >>> >>> 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) >> >> you should disable the codereview plugin in .hg/hgrc. >> >> another workaround is to create $GOROOT/VERSION file manually so that >> the build process won't need mercurial. >>> >>> >>> 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? > > > -- > You received this message because you are subscribed to the Google Groups > "golang-nuts" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to golang-nuts+unsubscribe@googlegroups.com. > For more options, visit https://groups.google.com/groups/opt_out. > >