From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: From: Ramakrishnan Muthukrishnan Date: Wed, 26 Mar 2014 00:02:12 +0530 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Subject: Re: [9fans] hg and golang Topicbox-Message-UUID: cff3f312-ead8-11e9-9d60-3106f5b1d025 On Tue, Mar 25, 2014 at 11:32 PM, erik quanstrom wrote: >> Number of plan9 installations at my tiny bedroom in a corner in India, >> went up from 1 to 2, 1st being a raspberry pi and now, a 9atom >> installation on virtualbox that I wanted to mess with, as a cpu >> system. > > hopefully i've got this correct. rc history to the rescue > python may or may not work on the standard distribution. there are some > ape patches that have not gone in yet. > > cd /sys/src > hget https://bitbucket.org/jas/cpython/get/2.7-plan9.tar.bz2 |bunzip2|tar xv > hget http://selenic.com/hg/archive/b96cb15ec9e0.tar.bz2 |bunzip2|tar xv > rm -f @LongLink > mv jas-cpython-cea9c7fcee30 cpython # details may vary > mv Mercurial-b96cb15ec9e0 hg # details may vary > cd cpython > mk Thank you Erik. I got an out of physical memory at this point, while in the middle of the build. I will try increasing the memory (I am running on a virtualbox instance) > mk stage > mk install > > python has some odd troubles with its mkfile, so you might need to mk stage > more than once. > > - erik > -- Ramakrishnan