public inbox for gentoo-user-de@lists.gentoo.org
 help / color / mirror / Atom feed
From: Sebastian <selist@arcor.de>
To: gentoo-user-de@lists.gentoo.org
Subject: [gentoo-user-de] Re:gcc will nicht gebaut werden
Date: Thu, 20 Mar 2008 22:10:41 +0100	[thread overview]
Message-ID: <200803202210.41690.selist@arcor.de> (raw)
In-Reply-To: <200802221358.36085.selist@arcor.de>

Hallo,

da mein Problem noch immer auf eine Lösung wartet, frage ich hier noch mal an.
ich kann keine Programme mehr kompilieren die Fehlermeldung sieht 
folgendermaßen aus.

.....
checking for ANSI C header files... no
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for long double... yes
checking size of long double... configure: error: cannot compute sizeof (long 
double)
See `config.log' for more details.
 *
 * ERROR: sys-libs/glibc-2.7-r1 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 3349:  Called eblit-run 'src_compile'
 *             environment, line 1090:  Called eblit-glibc-src_compile
 *       src_compile.eblit, line  179:  Called toolchain-glibc_src_compile
 *       src_compile.eblit, line  120:  Called 
glibc_do_configure 'src_compile'
 *       src_compile.eblit, line   97:  Called die
 * The specific snippet of code:
 *      "${S}"/configure ${myconf} || die "failed to configure glibc"
 *  The die message:
 *   failed to configure glibc
 *
 * If you need support, post the topmost build error, and the call stack if 
relevant.
 * A complete build log is located 
at '/var/tmp/portage/sys-libs/glibc-2.7-r1/temp/build.log'.
 * The ebuild environment file is located 
at '/var/tmp/portage/sys-libs/glibc-2.7-r1/temp/environment'.
 *

 * Messages for package sys-libs/glibc-2.7-r1:

ich habe bereits aus dem tar:/stage3-i686-2007.0.tar.bz2/ die Dateien welche 
augenscheinlich mit dem gcc zu tun haben in mein System Kopiert 
(zwischendurch immer mal probiert, dabei erhielt ich dann Fehlermeldung das 
dieses oder jenes nicht gefunden wird) jetzt habe ich wieder die 
Fehlermeldung wie am Anfang und weiß jetzt nicht was noch fehlt.

Liste der kopierten Ordner:
/etc/env.d/gcc
/usr/bin/gcc
/usr/i686-PC-linux-gnu/gcc
/usr/include/boost/mpl/aux_/preprocessed/gcc 	(habe ich im stagearchiv nicht 
gefunden)
/usr/lib/gcc
/usr/lib/ccache/bin/	(gibt es ebenfalls nicht)
/usr/libexec/

versucht habe ich auch immer wieder:
r1-gentoo sebastian # gcc-config -l
 [1] i686-pc-linux-gnu-4.1.1 *
Da habe ich ja nur den 4.1.1er zur Auswahl, daraufhin habe ich folgendes 
Probiert:
 r1-gentoo sebastian # fix_libtool_files.sh 4.1.1
 * Scanning libtool files for hardcoded gcc library paths...
 *   [1/9] Scanning /lib ...
 *   [2/9] Scanning /usr/lib ...
 *   [3/9] Scanning /opt/blackdown-jdk-1.4.2.03/jre/lib/i386 ...
 *   [4/9] Scanning /opt/firefox ...
 *   [5/9] Scanning /usr/i686-pc-linux-gnu/lib ...
 *   [6/9] Scanning /usr/kde/3.5/lib ...
 *   [7/9] Scanning //usr//lib/opengl/xorg-x11/lib ...
 *   [8/9] Scanning /usr/local/lib ...
 *   [9/9] Scanning /usr/qt/3/lib ...
r1-gentoo sebastian #

Mache ich da jetzt etwas falsch, oder wie behebe ich den Fehler?
Ich würde gerne einige Kernelmodule anpassen.

Gruß
Sebastian


--
gentoo-user-de@lists.gentoo.org mailing list



  parent reply	other threads:[~2008-03-20 21:10 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-22 12:58 [gentoo-user-de] gcc will nicht gebaut werden Sebastian
2008-02-22 14:35 ` Ergänzung: " Sebastian
2008-02-22 15:08   ` [gentoo-user-de] " Arnold Krille
2008-02-22 17:19 ` Justin
2008-03-01  9:11   ` Sebastian
2008-03-04 23:02     ` Sebastian
2008-03-05  6:23       ` Tobias Krähling
2008-03-05 13:35         ` Sebastian
2008-03-05 15:02           ` Arnold Krille
2008-03-05 16:29           ` Tobias Krähling
2008-03-05  7:47       ` Arnold Krille
2008-03-07 21:44         ` Sebastian
2008-03-07 22:26           ` Sebastian
2008-03-20 21:10 ` Sebastian [this message]
2008-03-20 21:26   ` [gentoo-user-de] " Arnold Krille
2008-03-20 22:03     ` Sebastian
2008-03-20 22:06       ` André Glücksmann
2008-03-20 22:47         ` André Glücksmann
2008-03-21 16:37           ` Sebastian
2008-03-21 19:44             ` André Glücksmann
2008-03-21 19:48             ` Joerg Bornkessel
2008-03-28  8:12               ` Sebastian
2008-03-28  8:53                 ` Arnold Krille
2008-04-13 14:06                   ` Sebastian
2008-03-21 20:21             ` Arnold Krille
2008-03-20 22:42       ` Arnold Krille
2008-03-20 21:28   ` André Glücksmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200803202210.41690.selist@arcor.de \
    --to=selist@arcor.de \
    --cc=gentoo-user-de@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox