From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [Bug 1257099] [NEW] QEMU fails to build on CentOS 5.10 with relocation R_X86_64_PC32 error Date: Tue, 03 Dec 2013 18:15:00 +0100 Message-ID: <529E1194.9060504@redhat.com> References: <20131202223641.6000.456.malonedeb@chaenomeles.canonical.com> <20131202223641.6000.456.malonedeb@chaenomeles.canonical.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org Sender: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org To: Stefano Stabellini Cc: Ian Campbell , xen-devel@lists.xensource.com, qemu-devel@nongnu.org, dslutz@verizon.com, 1257099@bugs.launchpad.net List-Id: xen-devel@lists.xenproject.org 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