From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7764 invoked by alias); 11 Mar 2002 18:52:50 -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 7710 invoked from network); 11 Mar 2002 18:52:46 -0000 Received: from unknown (HELO fw-cam.cambridge.arm.com) (193.131.176.3) by sources.redhat.com with SMTP; 11 Mar 2002 18:52:46 -0000 Received: by fw-cam.cambridge.arm.com; id SAA26591; Mon, 11 Mar 2002 18:52:42 GMT Received: from unknown(172.16.1.2) by fw-cam.cambridge.arm.com via smap (V5.5) id xma026099; Mon, 11 Mar 02 18:52:06 GMT Received: from cam-mail2.cambridge.arm.com (localhost [127.0.0.1]) by cam-admin0.cambridge.arm.com (8.9.3/8.9.3) with ESMTP id SAA05013 for ; Mon, 11 Mar 2002 18:52:05 GMT Received: from sun18.cambridge.arm.com (sun18.cambridge.arm.com [172.16.2.18]) by cam-mail2.cambridge.arm.com (8.9.3/8.9.3) with ESMTP id SAA25970; Mon, 11 Mar 2002 18:52:05 GMT Message-Id: <200203111852.SAA25970@cam-mail2.cambridge.arm.com> X-Mailer: exmh version 2.0.2 2/24/98 To: gdb@sources.redhat.com cc: Richard.Earnshaw@arm.com Reply-To: Richard.Earnshaw@arm.com Organization: ARM Ltd. X-Telephone: +44 1223 400569 (direct+voicemail), +44 1223 400400 (switchbd) X-Fax: +44 1223 400410 X-Address: ARM Ltd., 110 Fulbourn Road, Cherry Hinton, Cambridge CB1 9NJ. X-Url: http://www.arm.com/ Subject: Results of a multi-build (not good) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 11 Mar 2002 10:52:00 -0000 From: Richard Earnshaw X-SW-Source: 2002-03/txt/msg00098.txt.bz2 I've just tried my multi-build script out which uses the configurations specified in the MAINTAINERS file. The results aren't particularly encouraging: alpha-dec-osf4.0a build failed arc-elf build failed d10v-elf build failed d30v-elf build failed fr30-elf build failed h8300hms build failed h8500hms build failed i386-aout build failed i386-elf build failed i586-pc-msdosdjgpp build failed i960-coff build failed ia64-linux build failed m32r-elf build failed m68hc11-elf build failed m68k-elf build failed mcore-elf build failed mcore-pe build failed mips-elf build failed mips64-elf build failed mn10200-elf build failed mn10300-elf build failed powerpc-eabi build failed rs6000-ibm-aix4.1 build failed s390-linux build failed sh-elf build failed sh-hms build failed sparc-elf build failed sparc64-elf build failed v850-elf build failed xstormy16-elf build failed z8k-coff build failed Which leaves only arm-elf cris-elf m88k ns32k-netbsd vax-dec-vms5.5 that build successfully. Not a surprise then to find that, with the exception of vax-dec-vms5.5, these are the only ports that don't use -Werror. Most of these failures are the same: PR gdb/409 mn10300 is an exception: it dies somewhere in the sim directory. R.