From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13586 invoked by alias); 24 Sep 2004 03:56:08 -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 13551 invoked from network); 24 Sep 2004 03:56:07 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 24 Sep 2004 03:56:07 -0000 Received: from drow by nevyn.them.org with local (Exim 4.34 #1 (Debian)) id 1CAhBm-0001bz-Ct; Thu, 23 Sep 2004 23:56:06 -0400 Date: Fri, 24 Sep 2004 03:56:00 -0000 From: Daniel Jacobowitz To: John David Anglin , kcook@gcc.gnu.org Cc: gdb@sources.redhat.com Subject: Re: bison problem Message-ID: <20040924035606.GA6155@nevyn.them.org> Mail-Followup-To: John David Anglin , kcook@gcc.gnu.org, gdb@sources.redhat.com References: <200409240353.i8O3rHKB026325@hiauly1.hia.nrc.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200409240353.i8O3rHKB026325@hiauly1.hia.nrc.ca> User-Agent: Mutt/1.5.5.1+cvs20040105i X-SW-Source: 2004-09/txt/msg00212.txt.bz2 On Thu, Sep 23, 2004 at 11:53:17PM -0400, John David Anglin wrote: > I'm assuming the following change is the cause of the build breakage > that I see today with the cvs head on hppa-unknown-linux-gnu: > > 2004-09-23 Kelley Cook > > * config.guess: New upstream version > * compile, depcomp, install-sh, ylwrap: Likewise. > > ... > /bin/sh ../../src/gdb/../ylwrap "bison -y" ../../src/gdb/c-exp.y y.tab.c c-exp.c > .tmp -- > ../../src/gdb/../ylwrap: line 109: /home/dave/gdb-6.1/objdir/gdb/bison -y: No su > ch file or directory > make[1]: *** [c-exp.c] Error 1 > make[1]: Leaving directory `/home/dave/gdb-6.1/objdir/gdb' Yes. Kelley, sorry I didn't notice your post on gcc-patches; please revert at least the change to ylwrap. ylwrap is version locked with (A) GDB's Makefile.in (B) assorted Makefile.in's in binutils (C) the versions of Automake used for various directories in binutils They'll all have to be converted simultaneously. -- Daniel Jacobowitz