From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12647 invoked by alias); 4 Sep 2007 18:12:32 -0000 Received: (qmail 12638 invoked by uid 22791); 4 Sep 2007 18:12:31 -0000 X-Spam-Check-By: sourceware.org Received: from hq.tensilica.com (HELO mailapp.tensilica.com) (65.205.227.29) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 04 Sep 2007 18:12:24 +0000 Received: from localhost ([127.0.0.1]) by mailapp.tensilica.com with esmtp (Exim 4.34) id 1IScsy-0008Rn-2c for gdb-patches@sources.redhat.com; Tue, 04 Sep 2007 11:12:24 -0700 Received: from mailapp.tensilica.com ([127.0.0.1]) by localhost (mailapp [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31786-09 for ; Tue, 4 Sep 2007 11:12:23 -0700 (PDT) Received: from maxim_fc5.hq.tensilica.com ([192.168.11.68]) by mailapp.tensilica.com with esmtp (Exim 4.34) id 1IScsx-0008RX-Ft for gdb-patches@sources.redhat.com; Tue, 04 Sep 2007 11:12:23 -0700 Message-ID: <46DDA023.6030704@hq.tensilica.com> Date: Tue, 04 Sep 2007 18:12:00 -0000 From: Maxim Grigoriev User-Agent: Thunderbird 1.5.0.9 (X11/20070102) MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Subject: Is top-of-the-tree build broken ? Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-09/txt/msg00052.txt.bz2 Am I the only one who experiences this problem: gcc -c -g -O2 -I. -I/home/maxim/GDB/CVS/src/gdb -I/home/maxim/GDB/CVS/src/gdb/config -DLOCALEDIR="\"/home/maxim/GDB/build/share/locale\"" -DHAVE_CONFIG_H -I/home/maxim/GDB/CVS/src/gdb/../include/opcode -I/home/maxim/GDB/CVS/src/gdb/../readline/.. -I../bfd -I/home/maxim/GDB/CVS/src/gdb/../bfd -I/home/maxim/GDB/CVS/src/gdb/../include -DMI_OUT=1 -DTUI=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wno-switch -Wno-char-subscripts -Werror /home/maxim/GDB/CVS/src/gdb/symfile.c /home/maxim/GDB/CVS/src/gdb/symfile.c: In function ‘build_id_bfd_get’: /home/maxim/GDB/CVS/src/gdb/symfile.c:1246: error: ‘struct elf_obj_tdata’ has no member named ‘build_id’ /home/maxim/GDB/CVS/src/gdb/symfile.c:1249: error: ‘struct elf_obj_tdata’ has no member named ‘build_id_size’ /home/maxim/GDB/CVS/src/gdb/symfile.c:1250: error: ‘struct elf_obj_tdata’ has no member named ‘build_id_size’ /home/maxim/GDB/CVS/src/gdb/symfile.c:1251: error: ‘struct elf_obj_tdata’ has no member named ‘build_id’ make[2]: *** [symfile.o] Error 1 make[2]: Leaving directory `/home/maxim/GDB/build/gdb' -- Maxim