From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29066 invoked by alias); 2 Mar 2009 19:18:31 -0000 Received: (qmail 29056 invoked by uid 22791); 2 Mar 2009 19:18:30 -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:18:20 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 412612BAB76; Mon, 2 Mar 2009 14:18:18 -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 voYLFEZLjoiZ; Mon, 2 Mar 2009 14:18:18 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 0F0A22BAB71; Mon, 2 Mar 2009 14:18:17 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 71FD5E7ACD; Mon, 2 Mar 2009 11:18:12 -0800 (PST) Date: Mon, 02 Mar 2009 19:18:00 -0000 From: Joel Brobecker To: Joel Sherrill Cc: "gdb@sourceware.org" Subject: Re: CVS Head Compile Failure Message-ID: <20090302191812.GB3632@adacore.com> References: <49AC2AFB.9020509@oarcorp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49AC2AFB.9020509@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/msg00003.txt.bz2 > -MP -MF .deps/rs6000-tdep.Tpo > /home/joel/test-gcc/gdb-cvs/src/gdb/rs6000-tdep.c > In file included from /home/joel/test-gcc/gdb-cvs/src/gdb/inferior.h:38, > from /home/joel/test-gcc/gdb-cvs/src/gdb/rs6000-tdep.c:24: > /home/joel/test-gcc/gdb-cvs/src/gdb/target.h:58:25: error: > gdb_signals.h: No such file or directory > make[2]: *** [rs6000-tdep.o] Error 1 > make[2]: Leaving directory `/home/joel/test-gcc/b-gdb-powerpc/gdb' > make[1]: *** [all-gdb] Error 2 > make[1]: Leaving directory `/home/joel/test-gcc/b-gdb-powerpc' gdb_signals.h was moved to a subdirectory: gdb/common. A normal "cvs update" wouldn't checkout that directory. Can you make sure that this subdirectory is checked out and to a rebuild? -- Joel