From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27043 invoked by alias); 4 Oct 2009 12:40:25 -0000 Received: (qmail 27022 invoked by uid 22791); 4 Oct 2009 12:40:24 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 04 Oct 2009 12:40:15 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n94CeCNZ026545; Sun, 4 Oct 2009 08:40:12 -0400 Received: from fche.csb (vpn-240-19.phx2.redhat.com [10.3.240.19]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n94CeCUM010722; Sun, 4 Oct 2009 08:40:12 -0400 Received: by fche.csb (Postfix, from userid 2569) id E2C0B58116; Sun, 4 Oct 2009 08:40:11 -0400 (EDT) Date: Sun, 04 Oct 2009 12:40:00 -0000 From: "Frank Ch. Eigler" To: Jim Meyering Cc: gdb@sourceware.org, overseers@sourceware.org Subject: Re: gdb.git hiccup Message-ID: <20091004124011.GJ32049@redhat.com> 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> <87ljjrice1.fsf@meyering.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87ljjrice1.fsf@meyering.net> User-Agent: Mutt/1.4.2.2i 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/msg00068.txt.bz2 Hi - On Sun, Oct 04, 2009 at 02:15:02PM +0200, Jim Meyering wrote: > [...] > 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? Yes, and it looks as if those references become broken. Has someone regenerated the gdb.git repo? Someone with a recent complete archer.git clone should be able to help restore it. - FChE