From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25506 invoked by alias); 18 Feb 2013 18:01:19 -0000 Received: (qmail 25478 invoked by uid 22791); 18 Feb 2013 18:01:18 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,KHOP_SPAMHAUS_DROP,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from caibbdcaaaaf.dreamhost.com (HELO homiemail-a44.g.dreamhost.com) (208.113.200.5) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 18 Feb 2013 18:01:13 +0000 Received: from homiemail-a44.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a44.g.dreamhost.com (Postfix) with ESMTP id 1D0A3118060; Mon, 18 Feb 2013 10:01:11 -0800 (PST) Received: from redwood.eagercon.com (c-50-148-128-197.hsd1.ca.comcast.net [50.148.128.197]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: eager@eagerm.com) by homiemail-a44.g.dreamhost.com (Postfix) with ESMTPSA id EE594118071; Mon, 18 Feb 2013 10:01:10 -0800 (PST) Message-ID: <51226C66.3010304@eagerm.com> Date: Mon, 18 Feb 2013 18:01:00 -0000 From: Michael Eager User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2 MIME-Version: 1.0 To: "gdb@sourceware.org" , binutils CC: Daniel Jacobowitz Subject: MIPS build failure Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2013-02/txt/msg00065.txt.bz2 Hi -- I'm seeing failures building gdb-head for MIPS targets. The failure are warnings while compiling the MIPS opcode tables. Gdb is built with -Werror and the tables have missing initializers for the 'exclusions' field. Is anyone else seeing this build failure? If not, what are you doing different from a minimal configuration? The fix is trivial: add 0 initializers for the missing field. Is anyone else working on this? -- Michael Eager eager@eagercon.com 1960 Park Blvd., Palo Alto, CA 94306 650-325-8077