From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57879) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vnta4-0003QJ-A6 for qemu-devel@nongnu.org; Tue, 03 Dec 2013 12:16:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VntZz-0008HK-Mz for qemu-devel@nongnu.org; Tue, 03 Dec 2013 12:16:16 -0500 Received: from mx1.redhat.com ([209.132.183.28]:62867) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VntZz-0008HE-Es for qemu-devel@nongnu.org; Tue, 03 Dec 2013 12:16:11 -0500 Message-ID: <529E1194.9060504@redhat.com> Date: Tue, 03 Dec 2013 18:15:00 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <20131202223641.6000.456.malonedeb@chaenomeles.canonical.com> <20131202223641.6000.456.malonedeb@chaenomeles.canonical.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Bug 1257099] [NEW] QEMU fails to build on CentOS 5.10 with relocation R_X86_64_PC32 error List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefano Stabellini Cc: Ian Campbell , xen-devel@lists.xensource.com, qemu-devel@nongnu.org, dslutz@verizon.com, 1257099@bugs.launchpad.net Il 03/12/2013 14:25, Stefano Stabellini ha scritto: > CC'ing Paolo and xen-devel. > The original thread is here: > > http://marc.info/?l=xen-devel&m=135718999710640 > > On Mon, 2 Dec 2013, Don Slutz wrote: >> Public bug reported: >> >> lt LINK libcacard.la >> /usr/bin/ld: libcacard/.libs/vcard.o: relocation R_X86_64_PC32 against `vcard_buffer_response_delete' can not be used when making a shared object; recompile with -fPIC >> /usr/bin/ld: final link failed: Bad value >> collect2: ld returned 1 exit status >> make[4]: *** [libcacard.la] Error 1 >> make[3]: *** [subdir-libcacard] Error 2 This is a bug in RHEL5 binutils. Configure with --disable-pie to work around it. Paolo