From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12395 invoked by alias); 6 Oct 2009 06:45:57 -0000 Received: (qmail 12380 invoked by uid 22791); 6 Oct 2009 06:45:56 -0000 X-SWARE-Spam-Status: No, hits=-2.1 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; Tue, 06 Oct 2009 06:45:50 +0000 Received: by rho.meyering.net (Acme Bit-Twister, from userid 1000) id 5CEE838B18; Tue, 6 Oct 2009 08:45:47 +0200 (CEST) From: Jim Meyering To: "H.J. Lu" Cc: GDB Subject: Re: gdb.git mirror is broken In-Reply-To: <6dc9ffc80910051730p207a14f2m5ee6ff560ea60c33@mail.gmail.com> (H. J. Lu's message of "Mon, 5 Oct 2009 17:30:56 -0700") References: <6dc9ffc80910051730p207a14f2m5ee6ff560ea60c33@mail.gmail.com> Date: Tue, 06 Oct 2009 06:45:00 -0000 Message-ID: <878wfp9g10.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/msg00092.txt.bz2 H.J. Lu wrote: > Hi Jim, > > gdb.git mirror at > > http://sources.redhat.com/git/gdb.git > > is broken. The problems are > > 1: "cpu" directory is missing. > 2. Top level files and gdb/gdbserver, bfd, sim, include directories > haven't been updated since 2009-09-16. Hi H.J. When I check out gdb using CVS, via this, (as recommended here http://www.gnu.org/software/gdb/current/) cvs -z3 -d :pserver:anoncvs@sourceware.org:/cvs/src co gdb That created a single directory named "src/", containing no top level files: $ ls src CVS/ config/ etc/ include/ libdecnumber/ opcodes/ sim/ bfd/ cpu/ gdb/ intl/ libiberty/ readline/ texinfo/ This suggests that something is wrong with CVS. Has someone been changing the modules file that describes what you get when you check out gdb from CVS? Is there a better way to checkout from CVS? Just to confirm, I checked it out again (same exact command, also into a new empty directory), and this time, I got all of the expected files. If similar things happen during the mirroring process, that could well explain the problem. At first, I suspected the recent changes in my mirroring script to mirror binutils to git, but for the problem to date back to Sept 16, I now wonder if it's something else. I'm investigating...