From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10818 invoked by alias); 1 Feb 2012 19:17:52 -0000 Received: (qmail 10807 invoked by uid 22791); 1 Feb 2012 19:17:51 -0000 X-SWARE-Spam-Status: No, hits=-6.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 01 Feb 2012 19:17:32 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q11JHPD7013534 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 1 Feb 2012 14:17:30 -0500 Received: from valrhona.uglyboxes.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q11IXoVb010857 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 1 Feb 2012 13:33:52 -0500 Message-ID: <4F29858E.2020307@redhat.com> Date: Wed, 01 Feb 2012 19:17:00 -0000 From: Keith Seitz User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111222 Thunderbird/9.0 MIME-Version: 1.0 To: Nathan Ringo CC: insight@sourceware.org Subject: Re: Build Error References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2012-q1/txt/msg00003.txt.bz2 On 01/22/2012 12:52 PM, Nathan Ringo wrote: > I have followed the instructions exactly on the FAQ page, but am getting the > following error: > > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../insight-6.8/bfd -I. - > DTRAD_CORE -I. -I../../insight-6.8/bfd -I../../insight-6.8/bfd/../include -W - > Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -c > ../../insight-6.8/bfd/elf32-i386.c -o elf32-i386.o > ../../insight-6.8/bfd/elf32-i386.c: In function 'elf_i386_relocate_section': > ../../insight-6.8/bfd/elf32-i386.c:2635:16: error: variable 'warned' set but > not used [-Werror=unused-but-set-variable] > cc1: all warnings being treated as errors > > This has occurred in multiple installations with varying distro types (Ubunut, > Kubuntu, Xubuntu) and versions (10.11, 12.04 (beta)). That's a binutils problem. See MAINTAINERS. I am not seeing this on any of my Fedora boxes. Perhaps this has been fixed, and I just missed it? Keith