From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10526 invoked by alias); 2 Mar 2009 19:33:56 -0000 Received: (qmail 10422 invoked by uid 22791); 2 Mar 2009 19:33:55 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 02 Mar 2009 19:33:51 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 352252BAB76; Mon, 2 Mar 2009 14:33:53 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id UOMjdRQ3y+GM; Mon, 2 Mar 2009 14:33:53 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id F1DF02BAB45; Mon, 2 Mar 2009 14:33:52 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 07DE3E7ACD; Mon, 2 Mar 2009 11:33:48 -0800 (PST) Date: Mon, 02 Mar 2009 19:33:00 -0000 From: Joel Brobecker To: Joel Sherrill Cc: "gdb@sourceware.org" Subject: Re: CVS Head Compile Failure Message-ID: <20090302193347.GC3632@adacore.com> References: <49AC2AFB.9020509@oarcorp.com> <20090302191812.GB3632@adacore.com> <49AC339D.5070404@oarcorp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49AC339D.5070404@oarcorp.com> User-Agent: Mutt/1.4.2.2i 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/msg00005.txt.bz2 > Thanks. I have been avoiding "cvs up -Pd" since 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. -- Joel