From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18049 invoked by alias); 4 Oct 2009 12:15:09 -0000 Received: (qmail 18032 invoked by uid 22791); 4 Oct 2009 12:15:08 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx.meyering.net (HELO mx.meyering.net) (82.230.74.64) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 04 Oct 2009 12:15:04 +0000 Received: by rho.meyering.net (Acme Bit-Twister, from userid 1000) id 09CCA383B5; Sun, 4 Oct 2009 14:15:02 +0200 (CEST) From: Jim Meyering To: "Frank Ch. Eigler" Cc: gdb@sourceware.org, overseers@sourceware.org Subject: Re: gdb.git hiccup In-Reply-To: <20091004110911.GI32049@redhat.com> (Frank Ch. Eigler's message of "Sun, 4 Oct 2009 07:09:11 -0400") References: <87ws3clkx8.fsf@meyering.net> <87r5tklij2.fsf@meyering.net> <87k4zclc87.fsf@meyering.net> <20091003233527.GA9182@caradoc.them.org> <877hvbk5xn.fsf@meyering.net> <20091004110911.GI32049@redhat.com> Date: Sun, 04 Oct 2009 12:15:00 -0000 Message-ID: <87ljjrice1.fsf@meyering.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-10/txt/msg00066.txt.bz2 Frank Ch. Eigler wrote: > On Sun, Oct 04, 2009 at 08:51:32AM +0200, Jim Meyering wrote: >> [...] >> But when I tried to diagnose it, I discovered that there are unreadable >> temporary pack files owned by from back in February that prevent a local clone. >> >> sourceware$ cd /git/archer.git/objects; ls -l tmp* >> -rw------- 1 rmoseley archer 368640 Feb 9 2009 tmp_pack_hMUtoO >> -rw------- 1 rmoseley archer 876544 Feb 9 2009 tmp_pack_jmBcho >> -rw------- 1 rmoseley archer 1007616 Feb 9 2009 tmp_pack_zbwx0m >> [...] > > These have been zapped. Hi Frank, That helps. Now a local clone gets farther, but fails like this: sourceware$ git clone /git/archer.git Initialized empty Git repository in /tmp/.j/archer/.git/ fatal: git upload-pack: cannot find object e2fb0c192ff44cc1a5512545741ac9ab7826ddab: fatal: The remote end hung up unexpectedly I suppose archer has refs into the gdb.git tree? I have insufficient access to the archer repo, so even if I were to diagnose the problem, I could not do anything to fix it.