make[2]: ** [/var/tmp/portage/glibc-2.3.4.20041102-r1/work/build-default-i386-pc-linux-gnu-linuxthreads/iconvdata/gb18030.os] Error 1 make[2]: Leaving directory `/var/tmp/portage/glibc-2.3.4.20041102-r1/work/glibc-2.3.3/iconvdata' make[1]: *** [iconvdata/others] Error 2 make[1]: Leaving directory `/var/tmp/portage/glibc-2.3.4.20041102-r1/work/glibc-2.3.3' make: *** [all] Error 2 !!! ERROR sys-libs/glibc-2.3.4.20041102-r1 failed. !!! function src_compile, Line 744, Exitcode 2 !!! (no error message) Reproducible: Always Steps to Reproduce: 1.make.conf CFLAGS="-O3 -march=athlon-xp -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" 2.emerge --sync;./usr/portage/script/bootstrap.sh 3.emerge system Actual Results: Compliation error - see details Expected Results: Finish the emerge system :) I used the latest gentoo livecd (2005.0)
Just a wild guess - you are installing from stage 2/3 and changed CHOST?
Not our beer - as soon as you chroot we're not responsible anymore. Also, please don't set priorities/severities yourself and keep it to the bug-wranglers.
Szilard, you didn't show us the actual compile error. You didn't post the output of `emerge --info`, you didn't say whether you're in the chroot installing gentoo (and if so, from which stage). Please give us some more information.
yeah, you neglected to post the actual error or `emerge info` like the bug report page told you to at any rate, like Jakub said, it looks like you didnt set CHOST properly because glibc is trying to build in 'i386-pc-linux-gnu' instead of 'i686-pc-linux-gnu'