Gentoo Archives: gentoo-user-de

From: Sebastian <selist@×××××.de>
To: gentoo-user-de@l.g.o
Subject: Re: [gentoo-user-de] gcc will nicht gebaut werden
Date: Wed, 05 Mar 2008 13:35:15
Message-Id: 200803051435.10549.selist@arcor.de
In Reply to: Re: [gentoo-user-de] gcc will nicht gebaut werden by "Tobias Krähling"
1 Hallo,
2 >
3 > > /usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../../i686-pc-linux-gnu/bin/ld
4 > >: crt1.o: No such file: No such file or directory
5 > > collect2: ld gab 1 als Ende-Status zurück
6 >
7 > ld sucht crt1.o, die nicht gefunden wird. Wenn ich mich richtig erinner,
8 > wird die zwingend für den Linker benötigt. Ist die crt1.o denn irgendwo bei
9 > dir vorhanden, bei mir liegt sie in /usr/lib. Wenn die nicht mehr vorhanden
10 > ist, sie kommt aus sys-libs/glibc.
11 >
12 Die Datei crt1.so scheint es nicht zu geben. aber ein emerge sys-libs/glibc
13 geht ja nicht weil der Compiler nicht geht. Jedenfalls erhalte ich dabei die
14 Meldung:
15
16 checking size of long double... configure: error: cannot compute sizeof (long
17 double)
18 See `config.log' for more details.
19 *
20 * ERROR: sys-libs/glibc-2.7-r1 failed.
21 * Call stack:
22 * ebuild.sh, line 49: Called src_compile
23 * environment, line 3349: Called eblit-run 'src_compile'
24 * environment, line 1090: Called eblit-glibc-src_compile
25 * src_compile.eblit, line 179: Called toolchain-glibc_src_compile
26 * src_compile.eblit, line 120: Called
27 glibc_do_configure 'src_compile'
28 * src_compile.eblit, line 97: Called die
29 * The specific snippet of code:
30 * "${S}"/configure ${myconf} || die "failed to configure glibc"
31 * The die message:
32 * failed to configure glibc
33 *
34 * If you need support, post the topmost build error, and the call stack if
35 relevant.
36 * A complete build log is located
37 at '/var/tmp/portage/sys-libs/glibc-2.7-r1/temp/build.log'.
38 * The ebuild environment file is located
39 at '/var/tmp/portage/sys-libs/glibc-2.7-r1/temp/environment'.
40
41 Wo liegt config.log?
42
43 Zu dem hinweis von Arnold folgenden Auszug. Das brachte jedenfals auch keinen
44 Erfolg.
45
46
47 *
48 r1-gentoo sebastian # gcc-config -l
49 [1] i686-pc-linux-gnu-4.2.2 *
50 r1-gentoo sebastian # fix_libtool_files.sh 4.2.2
51 * Scanning libtool files for hardcoded gcc library paths...
52 * [1/9] Scanning /lib ...
53 * [2/9] Scanning /usr/lib ...
54 * [3/9] Scanning /opt/blackdown-jdk-1.4.2.03/jre/lib/i386 ...
55 * [4/9] Scanning /opt/firefox ...
56 * [5/9] Scanning /usr/i686-pc-linux-gnu/lib ...
57 * [6/9] Scanning /usr/kde/3.5/lib ...
58 * [7/9] Scanning //usr//lib/opengl/xorg-x11/lib ...
59 * [8/9] Scanning /usr/local/lib ...
60 * [9/9] Scanning /usr/qt/3/lib ...
61 r1-gentoo sebastian #
62
63 Gruß
64 Sebastian
65 --
66 gentoo-user-de@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user-de] gcc will nicht gebaut werden Arnold Krille <arnold.krille@×××××.com>
Re: [gentoo-user-de] gcc will nicht gebaut werden "Tobias Krähling" <Tobias.Kraehling@××××××××.de>