From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18863 invoked by alias); 4 Oct 2009 12:15:35 -0000 Received: (qmail 18852 invoked by uid 22791); 4 Oct 2009 12:15:34 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-bw0-f208.google.com (HELO mail-bw0-f208.google.com) (209.85.218.208) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 04 Oct 2009 12:15:30 +0000 Received: by bwz4 with SMTP id 4so1967059bwz.24 for ; Sun, 04 Oct 2009 05:15:28 -0700 (PDT) MIME-Version: 1.0 Received: by 10.102.193.20 with SMTP id q20mr1658313muf.28.1254658527942; Sun, 04 Oct 2009 05:15:27 -0700 (PDT) In-Reply-To: <20091004110911.GI32049@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> Date: Sun, 04 Oct 2009 12:15:00 -0000 Message-ID: <8ba6bed40910040515t775d36adhaf0c912a43e77bad@mail.gmail.com> Subject: Re: gdb.git hiccup From: Matt Rice To: Jim Meyering Cc: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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/msg00067.txt.bz2 On Sun, Oct 4, 2009 at 4:09 AM, Frank Ch. Eigler wrote: > Hi - > > 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. >> >> =A0 sourceware$ cd /git/archer.git/objects; ls -l tmp* >> =A0 -rw------- =A01 rmoseley archer =A0368640 Feb =A09 =A02009 tmp_pack_= hMUtoO >> =A0 -rw------- =A01 rmoseley archer =A0876544 Feb =A09 =A02009 tmp_pack_= jmBcho >> =A0 -rw------- =A01 rmoseley archer 1007616 Feb =A09 =A02009 tmp_pack_zb= wx0m >> [...] > > These have been zapped. unfortunately it still isn't working, I think here is what happened http://sources.redhat.com/git/gitweb.cgi?p=3Dgdb.git;a=3Dcommitdiff;h=3Dd1e= a5a6d98 from this email (about the win32-termcap.c -> windows-termcap.c rename) http://sourceware.org/ml/archer/2009-q1/msg00349.html If archer.git was cloned using --reference or --shared pointing to the gdb.git repository the archer.git repository is probably referencing that commit which is no longer contained in the gdb.git also, gdb.git currently is missing the windows-termcap.c file, so wouldn't build on windows (so we need to make sure the releases are made from cvs not git atm, just mention this since Joel mentions he's been using git).