From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19998 invoked by alias); 16 May 2008 15:26:49 -0000 Received: (qmail 2151 invoked by uid 22791); 16 May 2008 12:37:07 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 16 May 2008 12:36:41 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id B3499983F9; Fri, 16 May 2008 12:36:39 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 7E378983D6; Fri, 16 May 2008 12:36:39 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1JwzAs-00050U-9O; Fri, 16 May 2008 08:36:38 -0400 Date: Fri, 16 May 2008 15:26:00 -0000 From: Daniel Jacobowitz To: "Roberts, Dennis" Cc: "'Anmol P. Paralkar'" , "gdb@sourceware.org" , gdb-patches@sourceware.org, binutils@sourceware.org Subject: Re: gdb-6.8.50.20080507 not building. Message-ID: <20080516123638.GA18565@caradoc.them.org> Mail-Followup-To: "Roberts, Dennis" , "'Anmol P. Paralkar'" , "gdb@sourceware.org" , gdb-patches@sourceware.org, binutils@sourceware.org References: <4813EA4A50D35A44906A74A5E341D0B61A07190A41@SQMAILBOX1.sunquestinfo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4813EA4A50D35A44906A74A5E341D0B61A07190A41@SQMAILBOX1.sunquestinfo.com> User-Agent: Mutt/1.5.17 (2008-05-11) 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: 2008-05/txt/msg00123.txt.bz2 On Wed, May 07, 2008 at 09:41:08AM -0700, Roberts, Dennis wrote: > I got the same error the last time I tried to build gdb. I obtained > depcomp by installing GNU automake and copying depcomp to the gdb > source directory. I've checked in this patch. This should fix the next snapshot. I also added some files I've been meaning to add for years; the comments about ChangeLog made sense when they were added - 15 years ago when this was an internal Cygnus repository - but they don't today. -- Daniel Jacobowitz CodeSourcery 2008-05-16 Daniel Jacobowitz * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS, README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp, mkdep, and compile. Update comments. (ETC_SUPPORT): Add ChangeLog and update comments. Index: ChangeLog =================================================================== RCS file: /cvs/src/src/ChangeLog,v retrieving revision 1.809 diff -u -p -r1.809 ChangeLog --- ChangeLog 12 May 2008 04:12:15 -0000 1.809 +++ ChangeLog 16 May 2008 12:33:38 -0000 @@ -1,3 +1,9 @@ +2008-05-16 Daniel Jacobowitz + + * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS, + README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp, + mkdep, and compile. + 2008-05-11 Ian Lance Taylor * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold. Index: src-release =================================================================== RCS file: /cvs/src/src/src-release,v retrieving revision 1.28 diff -u -p -r1.28 src-release --- src-release 12 May 2008 04:12:15 -0000 1.28 +++ src-release 16 May 2008 12:33:38 -0000 @@ -44,22 +44,20 @@ PWD = $${PWDCMD-pwd} # Support for building net releases # Files in devo used in any net release. -# ChangeLog omitted because it may refer to files which are not in this -# distribution (perhaps it would be better to include it anyway). DEVO_SUPPORT= README Makefile.in configure configure.ac \ config.guess config.sub config move-if-change \ COPYING COPYING.LIB install-sh config-ml.in symlink-tree \ mkinstalldirs ltmain.sh missing ylwrap \ libtool.m4 ltsugar.m4 ltversion.m4 ltoptions.m4 \ Makefile.def Makefile.tpl src-release config.rpath \ + ChangeLog MAINTAINERS README-maintainer-mode \ + lt~obsolete.m4 ltgcc.m4 depcomp mkdep compile \ COPYING3 COPYING3.LIB # Files in devo/etc used in any net release. -# ChangeLog omitted because it may refer to files which are not in this -# distribution (perhaps it would be better to include it anyway). ETC_SUPPORT= Makefile.in configure configure.in standards.texi \ make-stds.texi standards.info* configure.texi configure.info* \ - configbuild.* configdev.* fdl.texi texi2pod.pl + ChangeLog configbuild.* configdev.* fdl.texi texi2pod.pl # When you use `make setup-dirs' or `make taz' you should always redefine