From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18683 invoked by alias); 21 Nov 2002 05:09:46 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 18675 invoked from network); 21 Nov 2002 05:09:43 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.240.27) by sources.redhat.com with SMTP; 21 Nov 2002 05:09:43 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 9FD9F3E4B; Thu, 21 Nov 2002 00:08:49 -0500 (EST) Message-ID: <3DDC6A61.3080304@redhat.com> Date: Wed, 20 Nov 2002 21:09:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb@sources.redhat.com Subject: Re: [5.3] What's the hold up? References: <3DDBCB76.50205@redhat.com> <20021120185227.GD24089@nevyn.them.org> <20021120190705.GA11282@nevyn.them.org> <20021120214112.GA6260@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-11/txt/msg00302.txt.bz2 > On Wed, Nov 20, 2002 at 02:07:05PM -0500, Daniel Jacobowitz wrote: > >> On Wed, Nov 20, 2002 at 01:52:27PM -0500, Daniel Jacobowitz wrote: > >> > On Wed, Nov 20, 2002 at 12:50:46PM -0500, Andrew Cagney wrote: > >> > > If you search the bug data base for high GDB PR's you'll see: >> > > >> > > PR Category State Priority Responsible Synopsis >> > > 378 gdb suspended high unassigned ``GNU/Linux'' ``Linux kernel'' >> > > 394 gdb suspended high unassigned GDB 5.1.1 contains intl/ droppings >> > > 527 gdb suspended high unassigned GDB 5.2 incompatibilities with GNU >> > > textutils 2.0.21 in POSIX mode >> > > 676 gdb analyzed high unassigned Alpha OSF1, gcc, internal GDB error in >> > > mdebugread >> > > 708 gdb open high unassigned Can't build 5.3 branch (and probably trunk). >> > > 725 gdb open high unassigned Crash using debug target and regcaches (in >> > > 5.3 branch?) >> > > 763 gdb open high unassigned gdb 5.2 removes the conditional breakpoints >> > > 840 gdb suspended high unassigned Expect on GDB 5.3 branch doesn't build >> > > on IRIX 6.5 >> > > >> > > It is these (actually the non-suspended ones) that I'm trying to get >> > > flushed. >> > > >> > > Of most concern are 708 and 676. They both indicate something failing the: >> > > >> > > ./configure >> > > make >> > > ./gdb/gdb ./gdb/gdb >> > > (gdb) b main >> > > (gdb) run >> > > >> > > release criteria :-( > >> > >> > I hit gdb/708 on HP/UX... it's really not that complicated to fix, I >> > don't think... >> > >> > Of course trying to reproduce it I can't even build the snapshot; it >> > tries to make distclean in itcl. > >> >> However, my guess at a fix for gdb/708 is that dejagnu/Makefile.am >> needs a distclean-local to parallel clean-local, which distcleans in >> example/. >> >> The failure in itcl/ appears to be a configure script bug with autoconf >> 2.5. Keith fixed this on mainline on Sep. 5th: >> >> * configure.in (subdirs): New variable. Don't put AC_CONFIG_SUBDIRS >> macro into configure.in twice: it confuses autoconf. Instead use >> the variable to hold the subdirs to be configured. >> * configure: Regenerated. >> >> This should probably go to the branch. > > > It did, two months ago. I haven't cvs up'd that tree in longer than I > had thought :) > > Try this patch for the DejaGNU droppings. And one in gdb/doc/. That > wasn't so hard, was it? I think these can go in. Andrew