From: "Kevin F. Quinn" <kevquinn@gentoo.org>
To: <gentoo-embedded@lists.gentoo.org>
Subject: Re: [gentoo-embedded] X server on minimal system
Date: Mon, 3 Oct 2005 7:59:18 +0200 [thread overview]
Message-ID: <Y1G9CL111E5W3.1973504940MYTOVQ@gentoo.org> (raw)
In-Reply-To: 4340354C.8090509@gentoo.org
On 2/10/2005 21:30:20, Joe Sapp (nixphoeni@gentoo.org) wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Kurt Kiefer wrote:
> |> Here's some relevant info:
> |> USE="bitmap-fonts dlloader truetype-fonts type1-fonts uclibc" (have
> |> tried most combinations of all of these - always with uclibc on).
> |
> |
> | Did you try "-bitmap-fonts"? Looks like your problem is with them...
>
> Yes I have. I'm more concerned about the "Unsupported relocation type"
> errors I keep getting. Searching the web hasn't yielded much so I thought
> I would try this list.
These errors occur if you try to build X with the elfloader, but also build the modules PIC (Position Independent Code) - the relocation types you mentioned are relevant to PIC, but the elfloader doesn't understand PIC objects. However I don't know how you've ended up with them since you have 'dlloader' in your use flags - that causes X to avoid the elfloader completely, and use the system's standard shared library loader instead.
It's not bitmap-fonts that causes the problem, btw - it just happens that it's the first module loaded by X, so that's the first time the error occurs. If you remove bitmap-fonts, it'll just fall over on the next module.
What do you get when you do:
emerge -pv x11-base/xorg-x11
and what is the output of 'emerge --info'?
--
gentoo-embedded@gentoo.org mailing list
next prev parent reply other threads:[~2011-10-31 3:58 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-09-30 17:55 [gentoo-embedded] X server on minimal system Joe Sapp
2005-10-01 0:10 ` Kurt Kiefer
2005-10-02 19:30 ` Joe Sapp
2005-10-03 5:59 ` Kevin F. Quinn [this message]
2005-10-03 7:04 ` Peter S. Mazinger
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=Y1G9CL111E5W3.1973504940MYTOVQ@gentoo.org \
--to=kevquinn@gentoo.org \
--cc=gentoo-embedded@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