From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RKj0l-0007pY-CG for garchives@archives.gentoo.org; Mon, 31 Oct 2011 03:58:11 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0185E21C035 for ; Mon, 31 Oct 2011 03:58:10 +0000 (UTC) Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id j936uglS009460 for ; Mon, 3 Oct 2005 06:56:42 GMT Received: (qmail invoked by alias); 03 Oct 2005 07:04:45 -0000 Received: from host-6.mikroweb.hu (EHLO mail.bridge.intra) [193.17.175.6] by mail.gmx.net (mp029) with SMTP; 03 Oct 2005 09:04:45 +0200 X-Authenticated: #507653 Received: from localhost (localhost [127.0.0.1]) by localhost (Postfix) with ESMTP id D3AD2FA02 for ; Mon, 3 Oct 2005 09:04:43 +0200 (CEST) Received: from mail.bridge.intra ([127.0.0.1]) by localhost (lnx.bridge.intra [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 07384-01 for ; Mon, 3 Oct 2005 09:04:25 +0200 (CEST) Received: by mail.bridge.intra (Postfix, from userid 200) id CD3DAFA01; Mon, 3 Oct 2005 09:04:23 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.bridge.intra (Postfix) with ESMTP id 99DA52B00A for ; Mon, 3 Oct 2005 09:04:23 +0200 (CEST) Date: Mon, 3 Oct 2005 09:04:23 +0200 (CEST) From: "Peter S. Mazinger" To: gentoo-embedded@lists.gentoo.org Subject: Re: [gentoo-embedded] X server on minimal system In-Reply-To: <433D7C16.4080002@gentoo.org> Message-ID: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-embedded@gentoo.org Reply-to: gentoo-embedded@lists.gentoo.org MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-new at localhost X-Y-GMX-Trusted: 0 X-Archives-Salt: 52337481-8751-4545-b795-f3f7cc6c93ac X-Archives-Hash: 1476d98215e92cc53d9e273c101a5cae On Fri, 30 Sep 2005, Joe Sapp wrote: > --[PinePGP]--------------------------------------------------[begin]-- > I'm trying to get an X server running on a minimal system built from a > stage3 uclibc tarball. hardened / non-hardened stage3? > I think I've taken all the necessary steps, but I which ? > keep getting errors like: > > Elf_RelocateEntry() Unsupported relocation type 4 > Elf_RelocateEntry() Unsupported relocation type 9 > Elf_RelocateEntry() Unsupported relocation type 3 binutils version (maybe gcc too) ? these are relocations related to PIE/PIC ( hardened gcc used? ) > ... > Symbol _GLOBAL_OFFSET_TABLE_ from module /usr/lib/modules/fonts/libbitmap.a > is unresolved! bad for you, your build env seems to be broken > Elf_RelocateEntry() Unsupported relocation type 10 > > 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). uclibc in USE is obsoleted (this was replaced by elibc_uclibc, but does not have to be added to USE - "autodetected" - ) > Kernel is 2.6.11-hardened-r15 (All types of binaries are supported - it's > the only thing I can think of that's relevant that could cause these errors). > xorg-x11-6.8.2-r5 what kernel headers are installed and if you switched from headers 2.4 to 2.6, have you also rebuilt at least uclibc? > > I've read some mention of people on this list getting X to work - mind > sharing some wisdom? Do I have any other options in terms of X servers? X works, you have a problem generally with your build environment. a. IIRC the stages are built w/ kernel-headers-2.4, if you want to use 2.6, it would be better to start from stage1 and rebuild everything b. haven't tested current hardened stage3, but if I would want hardened uClibc freshly installed, I would also start from a stage1. To check why I say b. run (consider adding all the dirs from your PATH to the command below) file /bin/* /usr/bin/* /sbin/* /usr/sbin/* | grep ELF | grep -v 'shared object' The listed files (executables) should all be static binaries, if they are not, the packages providing those files were not built hardened. > (kdrive seems to give the same result, but I'm currently trying again.) kdrive is obsoleted (at least IMHO), try maybe the modular-X (emerge xorg-server), package masked. Peter -- Peter S. Mazinger ID: 0xA5F059F2 Key fingerprint = 92A4 31E1 56BC 3D5A 2D08 BB6E C389 975E A5F0 59F2 -- gentoo-embedded@gentoo.org mailing list