From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20647 invoked by alias); 31 Jul 2002 21:47:38 -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 20640 invoked from network); 31 Jul 2002 21:47:37 -0000 Received: from unknown (HELO iol.unh.edu) (132.177.123.82) by sources.redhat.com with SMTP; 31 Jul 2002 21:47:37 -0000 Received: from iol.unh.edu (scooby.iol.unh.edu [132.177.124.7]) by iol.unh.edu (8.12.3/8.12.3) with ESMTP id g6VLla6U025695; Wed, 31 Jul 2002 17:47:36 -0400 Message-ID: <3D485D17.3000002@iol.unh.edu> Date: Wed, 31 Jul 2002 14:47:00 -0000 From: Mike Cleary User-Agent: Mozilla/5.0 (X11; U; Linux alpha; en-US; rv:0.9.9) Gecko/20020503 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gdb@sources.redhat.com CC: clp@iol.unh.edu Subject: Errors with gdb Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-07/txt/msg00317.txt.bz2 I just downloaded the new gdb source from cvs and I tried to build it using an alpha with the alphaev56 configuration and I got the following errors in the make file: ERROR: (timeout) GDB never initialized after 10 seconds. WARNING: remote_expect statement without a default case?! ERROR: couldn't load /mnt/u2/mcleary/tools/build/alpha7/basic-gcc_2.95.3/native/ src/gdb/testsuite/gdb.asm/asm-source into /mnt/u2/mcleary/tools/build/alpha7/bas ic-gcc_2.95.3/native/src/gdb/testsuite/../../gdb/gdb (end of file). ERROR: Delete all breakpoints in delete_breakpoints (timeout) Here is the summary of the build attempt: === gdb Summary === # of expected passes 7840 # of unexpected failures 466 # of unexpected successes 10 # of expected failures 164 # of unresolved testcases 84 # of untested testcases 9 /mnt/u2/mcleary/tools/build/alpha7/basic-gcc_2.95.3/native/src/gdb/testsuite/../ ../gdb/gdb version 2002-07-31-cvs -nx This occured with the alphaev56 configuration, in the basic-gcc_2.95.3 baseline in the src package. If someone can fix this it would be a great help. Salutations, -Mike Cleary