From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <3D645A08-D276-423C-BA62-700A536A033B@corpus-callosum.com> References: <5332c061.924ab40a.15cc.55a2@mx.google.com> <20140402071913.72076a71@zinc.9fans.fr> <2968a2c260ea9a1c5c75c91ec9f1ea84@brasstown.quanstro.net> <20140403075006.0ab35e51@zinc.9fans.fr> <4e95272faa3b0b38eec77c00bc56bc2d@brasstown.quanstro.net> <20140403195715.043e0146@zinc.9fans.fr> <3D645A08-D276-423C-BA62-700A536A033B@corpus-callosum.com> From: Ramakrishnan Muthukrishnan Date: Mon, 7 Apr 2014 23:57:35 +0530 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] Python/Mercurial error Topicbox-Message-UUID: d7b305ac-ead8-11e9-9d60-3106f5b1d025 Sorry for the late response, Jeff. Apologies. I just booted up virtualbox. On Fri, Apr 4, 2014 at 11:09 AM, Jeff Sickel wrot= e: > > >> On Apr 3, 2014, at 1:04 PM, Ramakrishnan Muthukrishnan wrote: > >> I tried cloning the go repo multiple times with the new hg and I get >> the error *everytime*. :( > > What file system are you using? I don't know. How do I find out? Is there an equiv of the Unix's fstab somewhere? I looked a bit but couldn't find it. Still finding my way around the system. > Have you tried 'hg clone -U'? Yes, that gave me same error message. > There are a few cases with hg where the repository your trying to clone h= as a file stored in its repo that is longer than a valid path on certain Pl= an 9 file systems. This is the case for go, python, and a few other promin= ent repositories. In the case of go, getting the repo cloned without the u= pdate can work, because it doesn't fail during the file walk that would be = invalid during temporary reconstruction if the work area file space. Then = an update to tip later will actually work because it bypasses the garbage f= ile that was replaced|moved in a later commit. Okay, I will clone it on another Unix system and copy it over into plan9 for the time being. Thanks. --=20 Ramakrishnan