Gentoo Archives: gentoo-alt

From: Jeremy Olexa <darkside@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] Gentoo Prefix on RHEL4 amd64
Date: Thu, 30 Oct 2008 22:04:10
Message-Id: 90b936c0810301504x3508992dy2daefdf06391ffd6@mail.gmail.com
In Reply to: Re: [gentoo-alt] Gentoo Prefix on RHEL4 amd64 by Jeremy Olexa
1 On Wed, Oct 29, 2008 at 4:36 PM, Jeremy Olexa <darkside@g.o> wrote:
2 > Stefan Hoelldampf wrote:
3 >>
4 >> Hi,
5 >>
6 >> right now I'm having some trouble boostrapping Gentoo Prefix on RHEL4
7 >> using amd64. The issues I'm experiencing seem to be in the binutils/gcc
8 >
9 > I've bootstrapped multiple times on rhel4 64bit after the migration to 64bit
10 > only. If there is one linux platform that gets the most dev coverage, it is
11 > that one.
12 >
13 >> area. Both described problems might be related to each other but I'm not
14 >> really sure. Anyway, here they are:
15 >>
16 >> 1. Using sys-devel/gcc-4.2.4 the bootstrap process is working but e.g.
17 >> app-text/poppler-0.10.0 can not be emerged. I traced it down to a
18 >> $EPREFIX/usr/lib{,64} problem. r29645 removed the usr/lib64->lib
19 >
20 > removed the symlink creation because usr/lib64 shouldn't exist in Prefix on
21 > an amd64 system. I am positive that I have poppler installed on my prefix. I
22 > will have to check tomorrow. Until then...
23 > -Jeremy
24
25 You are right, I am wrong. I shoudn't have assumed that poppler-0.10.0
26 would behave the same as 0.8.7
27
28 x86_64-pc-linux-gnu-g++ -Wall -Wno-write-strings -O2 -pipe
29 -fomit-frame-pointer -o .libs/perf-test perf-test.o
30 perf-test-preview-dummy.o ../poppler/.libs/libpoppler.so
31 /usr/lib64/libfreetype.so -lopenjpeg -lz -Wl,--rpath
32 -Wl,/home/jolexa/portage/linux-64/usr/lib -Wl,--rpath -Wl,/usr/lib64
33 /home/jolexa/portage/linux-64/usr/lib/libfontconfig.so.1: undefined
34 reference to `FT_Select_Size'
35
36 So the question remains, where does that /usr/lib64/libfreetype.so bit
37 come from and how do we fix it? Nothing jumps out at me in config.log
38 and the Makefile.
39
40 -Jeremy

Replies

Subject Author
Re: [gentoo-alt] Gentoo Prefix on RHEL4 amd64 Fabian Groffen <grobian@g.o>