This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: sim checkout broken
- From: Tom Tromey <tromey at redhat dot com>
- To: Hans-Peter Nilsson <hp at bitrange dot com>
- Cc: Joel Brobecker <brobecker at adacore dot com>, gdb-patches at sourceware dot org
- Date: Wed, 26 Jun 2013 10:20:20 -0600
- Subject: Re: sim checkout broken
- References: <1371835865-15879-1-git-send-email-tromey at redhat dot com> <871u7rwodv dot fsf at fleche dot redhat dot com> <20130624224138 dot GC5326 at adacore dot com> <alpine dot BSF dot 2 dot 02 dot 1306242048260 dot 69392 at arjuna dot pair dot com> <87y59ythcd dot fsf at fleche dot redhat dot com> <20130625142141 dot GF5326 at adacore dot com> <87ppvatfsp dot fsf at fleche dot redhat dot com> <87bo6ute8b dot fsf at fleche dot redhat dot com> <alpine dot BSF dot 2 dot 02 dot 1306260702510 dot 73224 at arjuna dot pair dot com>
H-P> There was talk about doing something with the CVS modules making
H-P> up sim, and it looks like someone did: something CVS-specific
H-P> has been done resulting in sim checkout now broken (at least for
H-P> the admittedly old 1.11.5), whereas checkout (as such) before
H-P> that wasn't broken.
H-P> ... (even more "U"s elided)
H-P> U src/include/opcode/mips.h
H-P> cvs checkout: warning: src/config.if is not (any longer) pertinent
H-P> cvs checkout: warning: src/configure.in is not (any longer) pertinent
H-P> cvs checkout: warning: src/gettext.m4 is not (any longer) pertinent
H-P> cvs checkout: warning: src/ltcf-c.sh is not (any longer) pertinent
H-P> cvs checkout: warning: src/ltcf-cxx.sh is not (any longer) pertinent
H-P> cvs checkout: warning: src/ltcf-gcj.sh is not (any longer) pertinent
H-P> cvs checkout: warning: src/ltconfig is not (any longer) pertinent
H-P> cvs checkout: existing repository /cvs/src/CVSROOT/Emptydir does not
H-P> match /cvs/src/src/gdb
H-P> cvs checkout: ignoring module src/gdb/version.in
H-P> Can the action causing that Emptydir please be reverted?
H-P> And/or explained, maybe with a line indicating "better
H-P> switch to CVS-N.M".
Could you say exactly what you are doing? Did you do a fresh checkout?
Or check out into an existing source tree? If the latter, was that tree
populated using a different module previously?
Indeed, if I run the same "cvs co sim" command twice, the second time I
get:
cvs checkout: existing repository /cvs/src/CVSROOT/Emptydir does not match /cvs/src/src/gdb
... but cvs still exits with status 0 for me.
I'm using cvs 1.11.23. I suppose you could try upgrading, but I don't
know whether that would help or not.
Maybe I can reproduce the exit failure with more information.
Not sure what else to do.
Maybe have sim not depend on this file of gdb's.
Tom