public inbox for gentoo-amd64@lists.gentoo.org
 help / color / mirror / Atom feed
From: Duncan <1i5t5.duncan@cox.net>
To: gentoo-amd64@lists.gentoo.org
Subject: [gentoo-amd64]  Re: dev-util/devhelp-0.21 emerge fails
Date: Thu, 4 Dec 2008 00:02:27 +0000 (UTC)	[thread overview]
Message-ID: <pan.2008.12.04.00.02.27@cox.net> (raw)
In-Reply-To: 4936D6A1.9030002@asyr.hopto.org

Thanasis <thanasis@asyr.hopto.org> posted 4936D6A1.9030002@asyr.hopto.org,
excerpted below, on  Wed, 03 Dec 2008 20:57:37 +0200:

> /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/../../../../x86_64-pc-linux-gnu/
bin/ld:
> .libs/libdevhelp_1_la-Yelper.o: relocation R_X86_64_PC32 against symbol
> `gtk_moz_embed_get_nsIWebBrowser' can not be used when making a shared
> object; recompile with -fPIC
> /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/../../../../x86_64-pc-linux-gnu/
bin/ld:
> final link failed: Bad value collect2: ld returned 1 exit status

Well, that seems to have gotten you further, and the error is clearer now.

> relocation R_X86_64_PC32

An error of that nature shows it's trying to link 32-bit code into a 64-
bit binary.  That's not going to work.  Somehow, you need to get it to 
see the 64-bit version and use it instead of the 32-bit version, but 
that's beyond my ability to solve.

It won't help you if you need 32-bit, but it's worth noting that such 
errors don't happen if you're running a no-multilib profile.  I haven't 
seen that problem in awhile, since there's no 32-bit library on my system 
for it to get mixed up with and try to link to.  But if you play 32-bit 
games or something, you'll want to keep multilib, and removing it isn't 
fixing the bug, just working around it, anyway.

I'd say file a bug and let the devs help on this one, at least if you 
don't wish to switch to no-multilib.

-- 
Duncan - List replies preferred.   No HTML msgs.
"Every nonfree program has a lord, a master --
and if you use the program, he is your master."  Richard Stallman




  parent reply	other threads:[~2008-12-04  0:04 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-03 13:23 [gentoo-amd64] dev-util/devhelp-0.21 emerge fails Thanasis
2008-12-03 15:56 ` [gentoo-amd64] " Duncan
2008-12-03 18:57   ` Thanasis
2008-12-03 19:07     ` Thanasis
2008-12-04  0:02     ` Duncan [this message]
2008-12-08 17:39       ` Bryan Green
2008-12-09  6:52       ` Thanasis
2008-12-09  7:10         ` Duncan
2008-12-13 15:55       ` [gentoo-amd64] I was wrong Was: " Duncan
2008-12-13 17:13         ` Beso
2008-12-13 17:43         ` [gentoo-amd64] I switching on gtk-1.x themes brigante

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=pan.2008.12.04.00.02.27@cox.net \
    --to=1i5t5.duncan@cox.net \
    --cc=gentoo-amd64@lists.gentoo.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox