From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9932 invoked by alias); 26 Jun 2013 11:22:06 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 9915 invoked by uid 89); 26 Jun 2013 11:22:03 -0000 X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 Received: from arjuna.pair.com (HELO arjuna.pair.com) (209.68.5.131) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with SMTP; Wed, 26 Jun 2013 11:21:23 +0000 Received: (qmail 55273 invoked by uid 3006); 26 Jun 2013 11:21:21 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 26 Jun 2013 11:21:21 -0000 Date: Wed, 26 Jun 2013 11:23:00 -0000 From: Hans-Peter Nilsson To: Tom Tromey cc: Joel Brobecker , gdb-patches@sourceware.org Subject: sim checkout broken (was: [PATCH v5] don't keep a gdb-specific date) In-Reply-To: <87bo6ute8b.fsf@fleche.redhat.com> Message-ID: References: <1371835865-15879-1-git-send-email-tromey@redhat.com> <871u7rwodv.fsf@fleche.redhat.com> <20130624224138.GC5326@adacore.com> <87y59ythcd.fsf@fleche.redhat.com> <20130625142141.GF5326@adacore.com> <87ppvatfsp.fsf@fleche.redhat.com> <87bo6ute8b.fsf@fleche.redhat.com> User-Agent: Alpine 2.02 (BSF 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2013-06/txt/msg00765.txt.bz2 On Tue, 25 Jun 2013, Tom Tromey wrote: > >>>>> "Tom" == Tom Tromey writes: > > Tom> I'm going to try updating CVSROOT/modules and then check out some old > Tom> branches, and see what happens. Please bear with me. I'll revert that > Tom> change if it causes a problem. > > As far as I can tell, this works ok. > You get one more non-fatal warning when checking out an old branch of "sim". > However, seeing that there are already such warnings in a sim checkout, > I don't think this is a problem. There was talk about doing something with the CVS modules making up sim, and it looks like someone did: something CVS-specific has been done resulting in sim checkout now broken (at least for the admittedly old 1.11.5), whereas checkout (as such) before that wasn't broken. Last time a checkout worked was 2013-06-25-00:13:53 UTC, like so, with the last lines of the output being: ... (more "U"s elided) U src/include/elf/mips.h cvs checkout: warning: src/config.if is not (any longer) pertinent cvs checkout: warning: src/configure.in is not (any longer) pertinent cvs checkout: warning: src/gettext.m4 is not (any longer) pertinent cvs checkout: warning: src/ltcf-c.sh is not (any longer) pertinent cvs checkout: warning: src/ltcf-cxx.sh is not (any longer) pertinent cvs checkout: warning: src/ltcf-gcj.sh is not (any longer) pertinent cvs checkout: warning: src/ltconfig is not (any longer) pertinent cvs checkout: warning: src/gdb/version.in is not (any longer) pertinent (Though the cvs exit value 0 and fine.) Then at 2013-06-25-18:03:41 UTC: ... (even more "U"s elided) U src/include/opcode/mips.h cvs checkout: warning: src/config.if is not (any longer) pertinent cvs checkout: warning: src/configure.in is not (any longer) pertinent cvs checkout: warning: src/gettext.m4 is not (any longer) pertinent cvs checkout: warning: src/ltcf-c.sh is not (any longer) pertinent cvs checkout: warning: src/ltcf-cxx.sh is not (any longer) pertinent cvs checkout: warning: src/ltcf-gcj.sh is not (any longer) pertinent cvs checkout: warning: src/ltconfig is not (any longer) pertinent cvs checkout: existing repository /cvs/src/CVSROOT/Emptydir does not match /cvs/src/src/gdb cvs checkout: ignoring module src/gdb/version.in (Here, the cvs exit value is indicating badness, as in make: *** [update] Error 1 ) Can the action causing that Emptydir please be reverted? And/or explained, maybe with a line indicating "better switch to CVS-N.M". Sorry for implicating you guys, but it's likely you know what might have happened. At least more so than I, at the moment. :) brgds, H-P