Gentoo Archives: gentoo-amd64

From: Daiajo Tibdixious <daiajo@×××××.com>
To: gentoo-amd64@l.g.o
Subject: [gentoo-amd64] gcc wants emul libc.so.6
Date: Mon, 09 Jan 2006 09:53:26
Message-Id: a4a9bfcb0601090151nd0daed5ud9db6519b70c9653@mail.gmail.com
1 # emerge --ask --verbose gcc
2
3 These are the packages that I would merge, in order:
4
5 Calculating dependencies ...done!
6 [ebuild N ] sys-devel/gcc-3.4.4-r1 (-altivec) -bootstrap
7 -boundschecking -build +fortran -gcj +gtk -hardened -ip28 -mudflap
8 (-multilib) +multislot (-n32) (-n64) +nls -nocxx -nopie -nossp -objc
9 -objc-gc -vanilla 0 kB
10
11 fails with this error
12 /usr/x86_64-pc-linux-gnu/bin/ld: cannot find /emul/linux/x86/lib/libc.so.6
13
14 # equery belongs libc.so.6
15 Searching for file 'libc.so.6' in *...
16 sys-libs/glibc-2.3.5-r2 (/lib/libc.so.6 -> libc-2.3.5.so)
17 # ls -l /lib/libc.so.6
18 lrwxrwxrwx 1 root root 13 Jan 3 20:27 /lib/libc.so.6 -> libc-2.3.5.so
19
20 I tried linking this file into the emul directory - it is ignored
21 since its 64 bit
22 # file /lib/libc-2.3.5.so
23 /lib/libc-2.3.5.so: ELF 64-bit LSB shared object, AMD x86-64, version
24 1 (SYSV), stripped
25
26 I expected to find the file in one of the emul-linux-x86-* I emerged
27 baselibs, glibc, gtklibs, & qtlibs with no joy.
28 Googling turned up similar problems but no solution.
29
30 --
31 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] gcc wants emul libc.so.6 "Peter Volkov (pva)" <pva@g.o>
Re: [gentoo-amd64] gcc wants emul libc.so.6 Harm Geerts <harmgeerts@××××.nl>