From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20215 invoked by alias); 19 May 2003 22:24:58 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 20208 invoked from network); 19 May 2003 22:24:58 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 19 May 2003 22:24:58 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h4JMOwH24196 for ; Mon, 19 May 2003 18:24:58 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h4JMOvI04941 for ; Mon, 19 May 2003 18:24:57 -0400 Received: from localhost.redhat.com (IDENT:Brtr6qQWZsCgG7DJHTJpZqbMM1qBJltx@tooth.toronto.redhat.com [172.16.14.29]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h4JMOto26791; Mon, 19 May 2003 18:24:55 -0400 Received: by localhost.redhat.com (Postfix, from userid 469) id 4B5742C43B; Mon, 19 May 2003 18:30:15 -0400 (EDT) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16073.23286.676417.991798@localhost.redhat.com> Date: Mon, 19 May 2003 22:24:00 -0000 To: Michal Ludvig Cc: Mark Kettenis , ezannoni@redhat.com, gdb-patches@sources.redhat.com, aj@suse.de Subject: Re: [PATCH/i386newframe] amd64newframe In-Reply-To: <3EC94A0E.1080505@suse.cz> References: <200305171519.h4HFJ5Ni045634@elgar.kettenis.dyndns.org> <16072.64004.623018.571211@localhost.redhat.com> <200305191711.h4JHB4U8001198@elgar.kettenis.dyndns.org> <3EC94A0E.1080505@suse.cz> X-SW-Source: 2003-05/txt/msg00353.txt.bz2 Michal Ludvig writes: > Mark Kettenis wrote: > > Anyway, if you can spare the time to run the testsuite again... > > make check always fails for me after a while: > [...] > Running /ttt/64/gdb-i386newframe/gdb/testsuite/gdb.base/overlays.exp ... > Running /ttt/64/gdb-i386newframe/gdb/testsuite/gdb.base/page.exp ... > Running /ttt/64/gdb-i386newframe/gdb/testsuite/gdb.base/pc-fp.exp ... > Running /ttt/64/gdb-i386newframe/gdb/testsuite/gdb.base/pointers.exp ... > Running /ttt/64/gdb-i386newframe/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 exp8 not open > while executing > "close -i exp8" > invoked from within > "catch "close -i $spawn_id"" > > === gdb Summary === > > # of expected passes 3461 > # of unexpected failures 35 > # of expected failures 10 > # of unresolved testcases 1 > # of unsupported tests 1 > /tmp/gdbb/gdb/testsuite/../../gdb/gdb version 2003-05-17-cvs -nx > > make[1]: *** [just-check] Error 1 > make[1]: Leaving directory `/tmp/gdbb/gdb/testsuite' > make: *** [check] Error 2 > mludvig@ozzy:/tmp/gdbb/gdb $ > > What's wrong? > > Michal Ludvig The problem is that the branch was cut w/o dejagnu, tcl, expect. What I did was this: I copied the dejagnu, expect, tcl source directories from the mainline onto the checked out branch. elena