From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45131) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnrEU-00044Z-UH for qemu-devel@nongnu.org; Tue, 03 Dec 2013 09:45:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VnrEO-0007HZ-W8 for qemu-devel@nongnu.org; Tue, 03 Dec 2013 09:45:50 -0500 Received: from mx1.redhat.com ([209.132.183.28]:8781) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnrEO-0007HQ-Ho for qemu-devel@nongnu.org; Tue, 03 Dec 2013 09:45:44 -0500 Message-ID: <529DE56C.1060807@redhat.com> Date: Tue, 03 Dec 2013 15:06:36 +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 Thanks, I'll try to reproduce. Please send the "make V=1" output for a full build in the meanwhile. Paolo