From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17141 invoked by alias); 3 Mar 2009 16:34:37 -0000 Received: (qmail 17133 invoked by uid 22791); 3 Mar 2009 16:34:36 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.45.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 03 Mar 2009 16:34:27 +0000 Received: from spaceape23.eur.corp.google.com (spaceape23.eur.corp.google.com [172.28.16.75]) by smtp-out.google.com with ESMTP id n23GYPZn001144 for ; Tue, 3 Mar 2009 08:34:25 -0800 Received: from rv-out-0708.google.com (rvbf25.prod.google.com [10.140.82.25]) by spaceape23.eur.corp.google.com with ESMTP id n23GYN2k023369 for ; Tue, 3 Mar 2009 08:34:23 -0800 Received: by rv-out-0708.google.com with SMTP id f25so2829030rvb.46 for ; Tue, 03 Mar 2009 08:34:22 -0800 (PST) MIME-Version: 1.0 Received: by 10.140.201.19 with SMTP id y19mr3602687rvf.293.1236098062779; Tue, 03 Mar 2009 08:34:22 -0800 (PST) In-Reply-To: <20090302193347.GC3632@adacore.com> References: <49AC2AFB.9020509@oarcorp.com> <20090302191812.GB3632@adacore.com> <49AC339D.5070404@oarcorp.com> <20090302193347.GC3632@adacore.com> Date: Tue, 03 Mar 2009 16:34:00 -0000 Message-ID: Subject: Re: CVS Head Compile Failure From: Doug Evans To: Joel Brobecker Cc: Joel Sherrill , "gdb@sourceware.org" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true 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-03/txt/msg00021.txt.bz2 On Mon, Mar 2, 2009 at 11:33 AM, Joel Brobecker wro= te: >> Thanks. =A0I have been avoiding "cvs up -Pd" =A0since it pulls >> in the rest of the one build tree but apparently it was >> needed this time. >> >> It builds now. > > Excellent. I avoid the "-d" switch too, for the very same reason. > I don't know if you did a "cvs up -d common" or a plain "cvs up -d", > but you might have pulled more than necessary (in particular in > the testsuite directory, such as testsuite/gdb.tk), and that might > cause you some trouble later. When I need to pull one directory, > I specify exactly which one I want. One useful idiom of cvs is not use "cvs update" to update. Instead just re-checkout the module. cvs up -Pd is annoying in the top level directory (src), yes. In subdirectories it _should_ be just fine, and in pretty much every subdirectory it is (opcodes, bfd, include, etc.). Alas in gdb it isn't necessarily what you want because it brings in gdbtk.