From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12055 invoked by alias); 27 Jun 2013 04:02:59 -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 12023 invoked by uid 89); 27 Jun 2013 04:02:53 -0000 X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,HK_OBFDOM,HK_OBFDOMREQ,KHOP_THREADED,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no 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; Thu, 27 Jun 2013 04:02:52 +0000 Received: (qmail 69133 invoked by uid 3006); 27 Jun 2013 04:02:50 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 27 Jun 2013 04:02:50 -0000 Date: Thu, 27 Jun 2013 04:05:00 -0000 From: Hans-Peter Nilsson To: Tom Tromey cc: Joel Brobecker , gdb-patches@sourceware.org Subject: Re: sim checkout broken In-Reply-To: <87bo6spakh.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> <878v1wrghn.fsf@fleche.redhat.com> <87bo6spakh.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/msg00803.txt.bz2 On Wed, 26 Jun 2013, Tom Tromey wrote: > barimba. cvs -d :pserver:anoncvs@sourceware.org:/cvs/src co sim > [...] > cvs checkout: Updating src/intl > cvs checkout: existing repository /cvs/src/CVSROOT/Emptydir does not match /cvs/src/src/gdb > cvs checkout: ignoring module src/gdb/version.in > barimba. echo $? > 0 > > I have: > > barimba. rpm -q cvs > cvs-1.11.23-29.fc18.x86_64 > > Based on "rpm -q --changelog" it is hard to believe that anything > between -25 and -29 changed this. What about ~/.cvsrc? I just have a single line: cvs -z3 (I also had a "-q" there before, but removed it to try to match your output and the last three lines are now the same. Still does exit(1) on the update, though. Also still exit(0) for the original checkout. I also tried adding a "checkout -P" there, no change.) > H-P> But what is the cause of the error? Can't we just remove that > H-P> Emptydir or revert what was done? The message above seems to > H-P> indicate an operational error in whatever was done. > > Based on my searches it seems to be a CVS issue. > CVS, IIUC, puts "Emptydir" into the Repository file of some directories > in some situations. This later confuses it. > I don't really understand this, though, since no Repository file in my > checkout actually has this. Bah. > Maybe we should just give up on part of this patch and move the > version.in file back out of "common". Give up? What's that? :P > sim really should not be using this file. Yeah well maybe, but gdb/version.in (or somesuch) was necessary to build at the time and adding it to the sim module was the pragmatic solution at the time. I didn't do it myself, but I did suggest it or at least agreed to it, IIRC. :} brgds, H-P