All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Cc: Ian Campbell <Ian.Campbell@citrix.com>,
	xen-devel@lists.xensource.com, qemu-devel@nongnu.org,
	dslutz@verizon.com, 1257099@bugs.launchpad.net
Subject: Re: [Qemu-devel] [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	[thread overview]
Message-ID: <529E1194.9060504@redhat.com> (raw)
In-Reply-To: <alpine.DEB.2.02.1312031323150.3198@kaball.uk.xensource.com>

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

WARNING: multiple messages have this Message-ID (diff)
From: Paolo Bonzini <pbonzini@redhat.com>
To: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Cc: Ian Campbell <Ian.Campbell@citrix.com>,
	xen-devel@lists.xensource.com, qemu-devel@nongnu.org,
	dslutz@verizon.com, 1257099@bugs.launchpad.net
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	[thread overview]
Message-ID: <529E1194.9060504@redhat.com> (raw)
In-Reply-To: <alpine.DEB.2.02.1312031323150.3198@kaball.uk.xensource.com>

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

  parent reply	other threads:[~2013-12-03 17:16 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-02 22:36 [Qemu-devel] [Bug 1257099] [NEW] QEMU fails to build on CentOS 5.10 with relocation R_X86_64_PC32 error Don Slutz
2013-12-03 13:25 ` Stefano Stabellini
2013-12-03 13:25   ` Stefano Stabellini
2013-12-03 14:06   ` [Qemu-devel] " Paolo Bonzini
2013-12-03 14:06     ` Paolo Bonzini
2013-12-03 20:19     ` [Qemu-devel] " Don Slutz
2013-12-03 20:19       ` Don Slutz
2013-12-03 17:15   ` Paolo Bonzini [this message]
2013-12-03 17:15     ` Paolo Bonzini
2013-12-04  1:32 ` [Qemu-devel] " Don Slutz
2013-12-04  1:32   ` Don Slutz
2013-12-05 15:18   ` Paolo Bonzini
2013-12-05 15:18     ` Paolo Bonzini
2013-12-05 19:09     ` [Qemu-devel] " Don Slutz
2013-12-05 19:09       ` Don Slutz
2013-12-05 21:24     ` [Qemu-devel] " Richard Henderson
2013-12-05 21:24       ` Richard Henderson
2013-12-06  3:20       ` [Qemu-devel] " Don Slutz
2013-12-06  3:20         ` Don Slutz
2013-12-09 12:47         ` [Qemu-devel] " Don Slutz
2013-12-09 12:47           ` Don Slutz
2013-12-09 13:22           ` [Qemu-devel] " Paolo Bonzini
2013-12-09 13:22             ` Paolo Bonzini
2013-12-14 20:21             ` [Qemu-devel] " Don Slutz
2013-12-14 20:21               ` Don Slutz
2013-12-15 16:01               ` [Qemu-devel] " Don Slutz
2013-12-15 16:01                 ` Don Slutz
2013-12-07 13:27     ` [Qemu-devel] " Don Slutz
2013-12-07 13:27       ` Don Slutz
2016-09-28 14:56 ` [Qemu-devel] [Bug 1257099] " T. Huth

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=529E1194.9060504@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=1257099@bugs.launchpad.net \
    --cc=Ian.Campbell@citrix.com \
    --cc=dslutz@verizon.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefano.stabellini@eu.citrix.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.