Packete emergen geht nicht mehr

GendoIkari

GendoIkari

Routinier
All alles lief wollte ich das System vor dem schlafen gehen noch fix "aufräumen"

# emerge --update --deep world
# emerge --depclean
# revdep-rebuild

und dann...

http://img38.imageshack.us/img38/7637/20121121013429.jpg

anscheinen hat es meine C compiler zerlegt... Was nun?! ;(
 
Schau in der config.log nach welche Binary angesprochen wird, wenn der C-Compiler aufgerufen wird. Zumeist ist es /usr/bin/gcc o.ä. und dabei handelt es sich normalerweise nur um einen Link auf die aktuell installierte/genutzte Version wie /usr/bin/gcc-4.3. Eventuell hat es nur den Link zerlegt und er zeigt jetzt in's Leere. Oder du hast noch eine ältere Version drauf und kannst die erstmal nutzen um das System zu fixen.
 
config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by python configure 2.7, which was
generated by GNU Autoconf 2.69. Invocation command line was

$ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --with-fpectl --enable-shared --enable-ipv6 --with-threads --enable-unicode=ucs4 --infodir=${prefix}/share/info --mandir=${prefix}/share/man --with-dbmliborder=gdbm --with-libc= --enable-loadable-sqlite-extensions --with-system-expat --with-system-ffi

## --------- ##
## Platform. ##
## --------- ##

hostname = Gentoohost
uname -m = x86_64
uname -r = 3.6.6-gentoo
uname -s = Linux
uname -v = #6 SMP Fri Nov 16 06:46:48 Local time zone must be set--see zic

/usr/bin/uname -p = Intel(R) Pentium(R) CPU P6200 @ 2.13GHz
/bin/uname -X = unknown

/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /usr/lib64/portage/bin/ebuild-helpers
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /opt/bin
PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/4.5.4


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2633: loading site script /usr/share/config.site
| #!/bin/bash
| # Copyright 2009 Gentoo Foundation
| # Distributed under the terms of the GNU General Public License v2
|
| TOPDIR=/usr/share/crossdev/include/site
|
| config_site_arch() {
| local host=$(echo ${CHOST/-/ } | awk '{print $1}')
|
| [[ ${host/arm.*eb/} != ${host} ]] && host=armeb
| [[ ${host/arm/} != ${host} ]] && [[ ${host} != armeb ]] && host=arm
|
| [[ ${host/mips.*el/} != ${host} ]] && host=mipsel
|
| #[[ ${host/i[4-5]/6} != ${host} ]] && host=i686
|
| echo ${host}
| }
|
| config_site_names() {
| local site_arch=$(config_site_arch)
| local sites=""
| local x
|
| [[ ${CHOST/-linux-/} != $CHOST ]] && sites+=" linux ${site_arch}-linux"
| [[ ${CHOST/darwin/} != $CHOST ]] && sites+=" darwin ${site_arch}-linux"
|
| [[ ${CHOST/-linux-uclibc/} != $CHOST ]] && sites+=" linux-uclibc ${site_arch}-linux-uclibc"
| [[ ${CHOST/-linux-gnu/} != $CHOST ]] && sites+=" linux-gnu ${site_arch}-linux-gnu"
|
| [[ ${CHOST/-linux-uclibceabi/} != $CHOST ]] && sites+=" linux-uclibceabi ${site_arch}-linux-uclibceabi"
| [[ ${CHOST/-linux-gnueabi/} != $CHOST ]] && sites+=" linux-gnueabi ${site_arch}-linux-gnueabi"
|
| for x in ${sites} ${CHOST}; do
| [[ -e ${TOPDIR}/${x} ]] && echo ${TOPDIR}/${x}
| done
| }
|
| # Only kick in for cross-compiles so we don't break native builds #427184
| if [[ ${CBUILD:-${CHOST}} != ${CHOST} ]]; then
| sites="$(config_site_names)"
| if [[ ${sites} != "" ]]; then
| for site in ${sites}; do
| echo "$(basename $0): loading site script ${site}"
| . ${site}
| done
| fi
| unset site
| unset sites
| fi
configure:2793: checking for --enable-universalsdk
configure:2834: result: no
configure:2843: checking for --with-universal-archs
configure:2860: result: 32-bit
configure:3017: checking MACHDEP
configure:3166: result: linux2
configure:3172: checking EXTRAPLATDIR
configure:3187: result:
configure:3198: checking machine type as reported by uname -m
configure:3201: result: x86_64
configure:3214: checking for --without-gcc
configure:3258: result: no
configure:3279: checking for x86_64-pc-linux-gnu-gcc
configure:3295: found /usr/bin/x86_64-pc-linux-gnu-gcc
configure:3306: result: x86_64-pc-linux-gnu-gcc
configure:3575: checking for C compiler version
configure:3584: x86_64-pc-linux-gnu-gcc --version >&5
* gcc-config: Active gcc profile is invalid!
gcc-config: error: could not run/locate 'x86_64-pc-linux-gnu-gcc'
configure:3595: $? = 1
configure:3584: x86_64-pc-linux-gnu-gcc -v >&5
* gcc-config: Active gcc profile is invalid!
gcc-config: error: could not run/locate 'x86_64-pc-linux-gnu-gcc'
configure:3595: $? = 1
configure:3584: x86_64-pc-linux-gnu-gcc -V >&5
* gcc-config: Active gcc profile is invalid!
gcc-config: error: could not run/locate 'x86_64-pc-linux-gnu-gcc'
configure:3595: $? = 1
configure:3584: x86_64-pc-linux-gnu-gcc -qversion >&5
* gcc-config: Active gcc profile is invalid!
gcc-config: error: could not run/locate 'x86_64-pc-linux-gnu-gcc'
configure:3595: $? = 1
configure:3615: checking whether the C compiler works
configure:3637: x86_64-pc-linux-gnu-gcc -march=core2 -O2 -pipe -Wl,-O1 -Wl,--as-needed -L. conftest.c >&5
* gcc-config: Active gcc profile is invalid!
gcc-config: error: could not run/locate 'x86_64-pc-linux-gnu-gcc'
configure:3641: $? = 1
configure:3679: result: no
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _BSD_TYPES 1
| #define _DARWIN_C_SOURCE 1
| #define _XOPEN_SOURCE 600
| #define _XOPEN_SOURCE_EXTENDED 1
| #define _POSIX_C_SOURCE 200112L
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3684: error: in `/var/tmp/portage/dev-lang/python-2.7.3-r2/work/Python-2.7.3':
configure:3686: error: C compiler cannot create executables
See `config.log' for more details

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-march=core2 -O2 -pipe'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed -L.'
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-pc-linux-gnu
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-pc-linux-gnu
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_path_PKG_CONFIG=pkg-config
ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc

## ----------------- ##
## Output variables. ##
## ----------------- ##

AR=''
ARCH_RUN_32BIT=''
ARFLAGS=''
BASECFLAGS=''
BLDLIBRARY=''
BLDSHARED=''
BUILDEXEEXT=''
CC='x86_64-pc-linux-gnu-gcc'
CCSHARED=''
CFLAGS='-march=core2 -O2 -pipe'
CFLAGSFORSHARED=''
CONFIGURE_MACOSX_DEPLOYMENT_TARGET=''
CONFIG_ARGS=' '\''--prefix=/usr'\'' '\''--build=x86_64-pc-linux-gnu'\'' '\''--host=x86_64-pc-linux-gnu'\'' '\''--mandir=/usr/share/man'\'' '\''--infodir=/usr/share/info'\'' '\''--datadir=/usr/share'\'' '\''--sysconfdir=/etc'\'' '\''--localstatedir=/var/lib'\'' '\''--libdir=/usr/lib64'\'' '\''--with-fpectl'\'' '\''--enable-shared'\'' '\''--enable-ipv6'\'' '\''--with-threads'\'' '\''--enable-unicode=ucs4'\'' '\''--infodir=${prefix}/share/info'\'' '\''--mandir=${prefix}/share/man'\'' '\''--with-dbmliborder=gdbm'\'' '\''--with-libc='\'' '\''--enable-loadable-sqlite-extensions'\'' '\''--with-system-expat'\'' '\''--with-system-ffi'\'' '\''build_alias=x86_64-pc-linux-gnu'\'' '\''host_alias=x86_64-pc-linux-gnu'\'' '\''CFLAGS=-march=core2 -O2 -pipe'\'' '\''LDFLAGS=-Wl,-O1 -Wl,--as-needed -L.'\'' '\''CPPFLAGS='\'''
CPP=''
CPPFLAGS=''
CXX='x86_64-pc-linux-gnu-g++'
DEFS=''
DLINCLDIR=''
DLLLIBRARY=''
DYNLOADFILE=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
EXPORT_MACOSX_DEPLOYMENT_TARGET='#'
EXTRAMACHDEPPATH=''
EXTRAPLATDIR=''
FRAMEWORKALTINSTALLFIRST=''
FRAMEWORKALTINSTALLLAST=''
FRAMEWORKINSTALLAPPSPREFIX=''
FRAMEWORKINSTALLFIRST=''
FRAMEWORKINSTALLLAST=''
FRAMEWORKUNIXTOOLSPREFIX='/usr'
GNULD=''
GREP=''
HAS_HG=''
HAVE_GETHOSTBYNAME=''
HAVE_GETHOSTBYNAME_R=''
HAVE_GETHOSTBYNAME_R_3_ARG=''
HAVE_GETHOSTBYNAME_R_5_ARG=''
HAVE_GETHOSTBYNAME_R_6_ARG=''
HGBRANCH=''
HGTAG=''
HGVERSION=''
INSTALL_DATA=''
INSTALL_PROGRAM=''
INSTALL_SCRIPT=''
INSTSONAME=''
LDCXXSHARED=''
LDFLAGS='-Wl,-O1 -Wl,--as-needed -L.'
LDLAST=''
LDLIBRARY=''
LDLIBRARYDIR=''
LDSHARED=''
LIBC=''
LIBFFI_INCLUDEDIR=''
LIBM=''
LIBOBJS=''
LIBRARY=''
LIBS=''
LIBTOOL_CRUFT=''
LINKCC=''
LINKFORSHARED=''
LIPO_32BIT_FLAGS=''
LN=''
LTLIBOBJS=''
MACHDEP='linux2'
MACHDEP_OBJS=''
MAINCC=''
OBJEXT=''
OPT=''
OTHER_LIBTOOL_OPT=''
PACKAGE_BUGREPORT='http://bugs.python.org/'
PACKAGE_NAME='python'
PACKAGE_STRING='python 2.7'
PACKAGE_TARNAME='python'
PACKAGE_URL=''
PACKAGE_VERSION='2.7'
PATH_SEPARATOR=':'
PKG_CONFIG=''
PYTHONFRAMEWORK=''
PYTHONFRAMEWORKDIR='no-framework'
PYTHONFRAMEWORKIDENTIFIER='org.python.python'
PYTHONFRAMEWORKINSTALLDIR=''
PYTHONFRAMEWORKPREFIX=''
RANLIB=''
RUNSHARED=''
SGI_ABI=''
SHELL='/bin/sh'
SHLIBS=''
SIGNAL_OBJS=''
SO=''
SOVERSION='1.0'
SRCDIRS=''
SVNVERSION=''
THREADHEADERS=''
THREADOBJ=''
TRUE=''
UNICODE_OBJS=''
UNIVERSALSDK=''
UNIVERSAL_ARCH_FLAGS=''
USE_SIGNAL_MODULE=''
USE_THREAD_MODULE=''
VERSION='2.7'
ac_ct_CC=''
bindir='${exec_prefix}/bin'
build_alias='x86_64-pc-linux-gnu'
datadir='/usr/share'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host_alias='x86_64-pc-linux-gnu'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${prefix}/share/info'
libdir='/usr/lib64'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='/var/lib'
mandir='${prefix}/share/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define _GNU_SOURCE 1
#define _NETBSD_SOURCE 1
#define __BSD_VISIBLE 1
#define _BSD_TYPES 1
#define _DARWIN_C_SOURCE 1
#define _XOPEN_SOURCE 600
#define _XOPEN_SOURCE_EXTENDED 1
#define _POSIX_C_SOURCE 200112L

configure: exit 77

Was kann ich daraus schlussfolgern?
 
Kann es sein, dass du kürzlich ein GCC-Update gemacht hast, aber kein env-update? Ansonsten kannst du mal 'gcc-config 1 && source /etc/profile' ausprobieren.
 
Also nur "etc-update && source /etc/profile" hat nix gebracht, aber "gcc-config 1 && source /etc/profile"

DANKE! DANKE! DANKE! Du hast meine Abend gerettet!
 

Ähnliche Themen

Wärend Gentoo update Discspace zuende

Windows clients können nicht mehr auf lange laufendes System zugreifen

Hardware RAID-0 kaputt / wird nicht mehr erkannt

XFCE freezes at startup

emerge -vpuDN world will mehr als ich updaten

Zurück
Oben