gcc-4.3.3-r2 не хочет компилица никак (уже месяц немогу собрать)

Понять не могу чего он не хочет собираться.

[ebuild  NS   ] sys-devel/gcc-4.3.3-r2 [4.1.2] USE="fortran mudflap (multilib) nls nptl openmp (-altivec) -bootstrap -build -doc (-fixed-point) -gcj -gtk (-hardened) -ip28 -ip32r10k -libffi -multislot (-n32) (-n64) -nocxx -nopie -objc -objc++ -objc-gc -test -vanilla" 0 kB
 -I/var/tmp/portage/sys-devel/gcc-4.3.3-r2/work/gcc-4.3.3/gcc/../libcpp/include  -I/var/tmp/portage/sys-devel/gcc-4.3.3-r2/work/gcc-4.3.3/gcc/../libdecnumber -I/var/tmp/portage/sys-devel/gcc-4.3.3-r2/work/gcc-4.3.3/gcc/../libdecnumber/bid -I../libdecnumber    cc1-checksum.c -o cc1-checksum.o                                                                                   
cc1: ошибка: некорректный ключ "-Wno-overlength-strings"                                                                     
make[2]: *** [cc1-checksum.o] Ошибка 1                                                                                       
make[2]: Leaving directory `/var/tmp/portage/sys-devel/gcc-4.3.3-r2/work/build/gcc'                                          
make[1]: *** [install-gcc] Ошибка 2                                                                                          
make[1]: Leaving directory `/var/tmp/portage/sys-devel/gcc-4.3.3-r2/work/build'                                              
make: *** [install] Ошибка 2                                                                                                 
 *
 * ERROR: sys-devel/gcc-4.3.3-r2 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_install
 *             environment, line 4920:  Called toolchain_src_install
 *             environment, line 5446:  Called gcc-compiler_src_install
 *             environment, line 2520:  Called die
 * The specific snippet of code:
 *       S=${WORKDIR}/build emake -j1 DESTDIR="${D}" install || die;
 *  The die message:
 *   (no error message)
 *
 * 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-devel/gcc-4.3.3-r2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-devel/gcc-4.3.3-r2/temp/environment'.
 *

>>> Failed to emerge sys-devel/gcc-4.3.3-r2, Log file:

>>>  '/var/tmp/portage/sys-devel/gcc-4.3.3-r2/temp/build.log'

 * Messages for package sys-devel/gcc-4.3.3-r2:

 *
 * ERROR: sys-devel/gcc-4.3.3-r2 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_install
 *             environment, line 4920:  Called toolchain_src_install
 *             environment, line 5446:  Called gcc-compiler_src_install
 *             environment, line 2520:  Called die
 * The specific snippet of code:
 *       S=${WORKDIR}/build emake -j1 DESTDIR="${D}" install || die;
 *  The die message:
 *   (no error message)
 *
 * 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-devel/gcc-4.3.3-r2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-devel/gcc-4.3.3-r2/temp/environment'.
 *

Вообще говоря там написана

Вообще говоря там написана причина почему не собирается.
покажи что у тебя в make.conf =)

___________________________________________
Working on Gentoo for iPAQ hx4700 and Openmoko Neo Freerunner :-)
Если у вас компьютер с Windows, есть два выхода: выбросить компьютер в форточку или выбросить форточки с компьютера

# These settings were set by

# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /etc/make.conf.example for a more detailed example.
CHOST="x86_64-pc-linux-gnu"
CFLAGS="-march=nocona -O2 -pipe"
CXXFLAGS="${CFLAGS}"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="x86_64-pc-linux-gnu"
MAKEOPTS="-j3"
# These are the USE flags that were used in addition to what is provided by the
# profile used for building.
USE="embedded -minimal encode acpi eselect X xorg nptl hal dbus dri dri2 xcomposite cairo git xulrunner mmxext jpg png gif jpeg icq sqlite mp3 ogg wavpack wma acpi mng eselect xorg nptl hal dbus dri dri2 xcomposite -3dnow -3dnowext -kdeprefix qt3support ssl accessibility dbus mysql qt3support svg webkit mmx sse sse2 ssse3 sse4_1 -gtk -gnome kde dvd alsa cdr aac aalib avahi cdda cddax cddb dts flac id3tag libass libnotify live matroska mp3 mpeg mtp nsplugin ogg opengl optimisememory -seamonkey stream taglib theora vorbis win32codec x264"
DISTDIR="/usr/portage/distfiles"
LINGUAS="ru"
VIDEO_CARDS="intel vesa"
ACCEPT_KEYWORDS="~amd64"
ALSA_CARDS="emu10k1 hda-intel"
PORTDIR_OVERLAY="/usr/local/portage/layman/x11"

Первое что в глаза бросилось

Первое что в глаза бросилось -- CHOST два раза указан, так же покажите "gcc-config -l"

localhost ss # gcc-config -l

localhost ss # gcc-config -l
[1] x86_64-pc-linux-gnu-4.1.2 *

gcc/.

gcc/. -I/var/tmp/portage/sys-devel/gcc-4.2.4-r1/work/gcc-4.2.4/gcc/../include -I/var/tmp/portage/sys-devel/gcc-4.2.4-r1/work/gcc-4.2.4/gcc/../libcpp/include -I/var/tmp/portage/sys-devel/gcc-4.2.4-r1/work/gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber cc1-checksum.c -o cc1-checksum.o
cc1: ошибка: некорректный ключ "-Wno-overlength-strings"
make[2]: *** [cc1-checksum.o] Ошибка 1

Настройки просмотра комментариев

Выберите нужный метод показа комментариев и нажмите "Сохранить установки".