Gentoo Archives: gentoo-amd64

From: ViNiL <vinil@×××××××.cz>
To: gentoo-amd64@l.g.o
Subject: RE: [gentoo-amd64] gcc compile failed after 2005.1-r1 instalation
Date: Thu, 08 Dec 2005 13:52:30
Message-Id: 1134049832.11562.4.camel@echelon.zagamma.vpn
In Reply to: RE: [gentoo-amd64] gcc compile failed after 2005.1-r1 instalation by Clemente Aguiar
1 Clemente Aguiar píše v Čt 08. 12. 2005 v 12:47 +0000:
2 > > -----Mensagem original-----
3 > > De: Sebastian Redl
4 > >
5 > > Clemente Aguiar wrote:
6 > >
7 > > > I did a new instalattion of Gentoo 2005.r1 (AMD64).
8 > > >
9 > > > After the basic stage3 instalation, kernel compilation and reboot,
10 > > > everything was fine.
11 > > > I then decided to recompile all:
12 > >
13 > > It appears as if the necessary 32-bit libraries for something are
14 > > missing. Emerging the emulation glibc might solve the problem.
15 > >
16 > > Sebastian Redl
17 > > --
18 > > gentoo-amd64@g.o mailing list
19 > >
20 > >
21 > I did a bit of checking and many texts say that emulation glibc is
22 > needed, so I tried:
23 >
24 > emerge -v --oneshot emul-linux-x86-glibc
25 >
26 > and I get the following result:
27 > ...
28 > >>> Completed installing emul-linux-x86-glibc-1000 into
29 > /var/tmp/portage/emul-linux-x86-glibc-1000/image/
30 >
31 > >>> Merging app-emulation/emul-linux-x86-glibc-1000 to /
32 > * 32bit libc is now provided by sys-libc/glibc.
33 > >>> Regenerating /etc/ld.so.cache...
34 > >>> app-emulation/emul-linux-x86-glibc-1000 merged.
35 > ...
36 >
37 > Which from what I can understand what I need to emerge is
38 > sys-libc/glibc.
39 > Well sys-libc/glibc does not exist??? What does exist is sys-libs/glibc.
40 >
41 > But when I try to emerge sys-libs/glibc I get the following error:
42 > .....
43 > checking size of long double... configure: error: cannot compute sizeof
44 > (long double), 77
45 > See `config.log' for more details.
46 >
47 > !!! ERROR: sys-libs/glibc-2.3.5-r2 failed.
48 > !!! Function glibc_do_configure, Line 927, Exitcode 1
49 > !!! failed to configure glibc
50 > !!! If you need support, post the topmost build error, NOT this status
51 > message.
52 > .....
53 >
54 > Seems that I am in a catch 22 situation.
55 > Any ideas?
56
57 Just a guess:
58
59 Check the symlink /lib/ld-linux.so.2
60 It should point to ../lib32/ld-linux.so.2, not ld-2.3.5.so
61
62 I hit this issue every time I compile glibc :-(
63
64
65 --
66
67 ViNiL
68
69 If John Wayne had been a Linux user, he would have used Gentoo.
70
71
72 --
73 gentoo-amd64@g.o mailing list