From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13315 invoked by alias); 9 May 2003 18:32:51 -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 13268 invoked from network); 9 May 2003 18:32:51 -0000 Received: from unknown (HELO sccrmhc02.attbi.com) (204.127.202.62) by sources.redhat.com with SMTP; 9 May 2003 18:32:51 -0000 Received: from lucon.org (12-234-88-5.client.attbi.com[12.234.88.5]) by attbi.com (sccrmhc02) with ESMTP id <2003050918325000200ed1uve>; Fri, 9 May 2003 18:32:50 +0000 Received: by lucon.org (Postfix, from userid 1000) id 59D132C681; Fri, 9 May 2003 11:32:50 -0700 (PDT) Date: Fri, 09 May 2003 18:32:00 -0000 From: "H. J. Lu" To: GDB Subject: Re: "make check" doesn't work on RedHat 9? Message-ID: <20030509113250.A5028@lucon.org> References: <20030509110706.A4628@lucon.org> <20030509181826.GA18418@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20030509181826.GA18418@nevyn.them.org>; from drow@mvista.com on Fri, May 09, 2003 at 02:18:26PM -0400 X-SW-Source: 2003-05/txt/msg00145.txt.bz2 On Fri, May 09, 2003 at 02:18:26PM -0400, Daniel Jacobowitz wrote: > On Fri, May 09, 2003 at 11:07:06AM -0700, H. J. Lu wrote: > > Does "make check" work RedHat 9? I got > > > > Running /export/gnu/src/gdb/gdb/gdb/testsuite/gdb.base/printcmds.exp ... > > ERROR: (DejaGnu) proc "setup_kfail gdb/538 *-*-*" does not exist. > > The error code is NONE > > The info on the error is: > > close: spawn id exp6 not open > > while executing > > "close -i exp6" > > invoked from within > > > > > > RedHat 9 has dejagnu 1.4.2. I was told dejagnu 1.4.3 and cvs doesn't > > work with binutils: > > > > http://sources.redhat.com/ml/binutils/2003-05/msg00248.html > > I don't know what that problem is. No one investigated it. > > I use 1.4.3 all the time. I installed 1.4.3 on RedHat 9. It works with binutils. It may be a ppc specific problem. H.J.