From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=NICE_REPLY_A, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 4026 invoked from network); 20 May 2022 15:03:37 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 20 May 2022 15:03:37 -0000 Received: from dpmailmta02.doteasy.com ([65.61.219.29]) by 9front; Fri May 20 11:01:05 -0400 2022 X-Default-Received-SPF: pass (skip=forwardok (res=PASS)) x-ip-name=192.168.101.82; Received: from dpmailrp02.doteasy.com (unverified [192.168.101.82]) by dpmailmta02.doteasy.com (DEO) with ESMTP id 88109341-1393315 for <9front@9front.org>; Fri, 20 May 2022 08:00:54 -0700 Return-Path: Received: from dpmail01.doteasy.com (dpmail01.doteasy.com [192.168.101.1]) by dpmailrp02.doteasy.com (8.14.4/8.14.4/Debian-8+deb8u2) with ESMTP id 24KF0rIw001681 for <9front@9front.org>; Fri, 20 May 2022 08:00:54 -0700 X-SmarterMail-Authenticated-As: fde101@fjrhome.net Received: from [192.168.1.75] (pool-173-67-134-144.hrbgpa.fios.verizon.net [173.67.134.144]) by dpmail01.doteasy.com with SMTP; Fri, 20 May 2022 08:00:32 -0700 Message-ID: <289a96d3-bc5d-ca4d-0aec-3ab2de52731e@fjrhome.net> Date: Fri, 20 May 2022 11:00:27 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:91.0) Gecko/20100101 Thunderbird/91.9.0 Content-Language: en-US To: 9front@9front.org References: <00CC98CA88A7D37BA632C5576D07323F@eigenstate.org> From: "Frank D. Engel, Jr." In-Reply-To: <00CC98CA88A7D37BA632C5576D07323F@eigenstate.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Exim-Id: 289a96d3-bc5d-ca4d-0aec-3ab2de52731e X-Bayes-Prob: 0.0001 (Score 0, tokens from: base:default, @@RPTN) X-CanIt-Geo: No geolocation information available for 192.168.101.1 X-CanItPRO-Stream: base:default X-Canit-Stats-ID: 017x30RLO - 38e5e6e6a78b - 20220520 X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.168.101.82 X-Originating-IP: 192.168.101.82 List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: SSL over AJAX GPU proxy CSS database Subject: Re: [9front] 9front, git and mercurial. Reply-To: 9front@9front.org Precedence: bulk Bingo - I didn't think to do a fresh build of git after it finally retrieved that initial revision and i did not read that error message as something that could be related to the version of git. When I tried doing an "mk all" again something failed during compilation due to files being out of sync. Figuring that some of the files might actually *be* out of sync, I did a cd cmd/git then mk all && mk install from there, which worked. Now sysupdate ran (from /sys/src) and apparently pulled some files down, and the next run appears to have been clean with no further updates. As mk all still gave me compilation errors, I ran an mk clean to get a fresh start hoping that it would pull things back into sync, then started mk all again, which is now running.  I've seen errors like those before and an mk clean and fresh start on mk all cleared them up, so I am hopeful this will take care of it. In any case, the source seems to finally be up-to-date, so this issue at least appears to be resolved. Thank you! On 5/20/22 10:30 AM, ori@eigenstate.org wrote: > Quoth Frank D. Engel, Jr. : > >> I tried running sysupdate again and continue to receive the error: >> >> glenda@brains1% /bin/sysupdate >> end of line for hg: moving to git. >>     fetching snapshot... >> fs 281324: warning: process exceeds 100 file descriptors >>     pulling with git... >> /bin/git/pull: no remote to pull from >> got git: you may remove /dist/plan9front/.hg >> glenda@brains1% rm -rf /dist/plan9front/.hg >> glenda@brains1% sysupdate >> /bin/git/pull: no remote to pull from >> glenda@brains1% >> >> > you had a previous git installed; I don't know > what version that was. you probably want to > install the system version of git: > > cd /sys/src && mk all && mk install > sysupdate > > if that still errors, attach: > > /dist/plan9front/.git/config > > and the contents of the sysupdate script > that you're currently on. > >