I ran 'emerge system' in order to install the gentoo linux. When it is compiling binutils, it stops when compiling 'as'. The error: Making info in doc make[2]: Entering directory `/var/tmp/portage/binutils-2.14.90.0.7-r4/work/binutils-2.14.90.0.7/gas/doc' makeinfo --split-size=5000000 -I . \ -o as.info `test -f 'as.texinfo' || echo './'`as.texinfo make[2]: *** [as.info] Illegal instruction make[2]: *** Deleting file `as.info' make[2]: Leaving directory `/var/tmp/portage/binutils-2.14.90.0.7-r4/work/binutils-2.14.90.0.7/gas/doc' make[1]: *** [info-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/binutils-2.14.90.0.7-r4/work/binutils-2.14.90.0.7/gas' make: *** [info-gas] Error 1 !!! ERROR: sys-devel/binutils-2.14.90.0.7-r4 failed. !!! Function src_compile, Line 140, Exitcode 2 !!! (no error message) Reproducible: Always Steps to Reproduce: 1. # emerge system 2. wait... 3. Actual Results: [...] Making info in doc make[2]: Entering directory `/var/tmp/portage/binutils-2.14.90.0.7-r4/work/binutils-2.14.90.0.7/gas/doc' makeinfo --split-size=5000000 -I . \ -o as.info `test -f 'as.texinfo' || echo './'`as.texinfo make[2]: *** [as.info] Illegal instruction make[2]: *** Deleting file `as.info' make[2]: Leaving directory `/var/tmp/portage/binutils-2.14.90.0.7-r4/work/binutils-2.14.90.0.7/gas/doc' make[1]: *** [info-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/binutils-2.14.90.0.7-r4/work/binutils-2.14.90.0.7/gas' make: *** [info-gas] Error 1 !!! ERROR: sys-devel/binutils-2.14.90.0.7-r4 failed. !!! Function src_compile, Line 140, Exitcode 2 !!! (no error message) amd athlon t-bird USE="qt kde dvd cdr -gtk -gnome alsa" CHOST="i686-pc-linux-gnu" CFLAGS="-O2 -march=athlon-tbird -pipe -fomit-frame-pointer" CXXFLAGS="${CFLAGS}"
I managed to skip the error. I am installing gentoo from another distribution (suse 9.0). The problem is in makeinfo command, I think. I did this, to skip the error: # emerge system [wait until the ./configure portion for binutils is over, then it starts to compile...] then I switched to another terminal window, did 'cd /mnt/gentoo/var/tmp/portage/binutils-2.14.90.0.7-r4/work/binutils-2.14.90.0.7/gas/doc/' and executed 'makeinfo -I . -o as.info ./as.texinfo' and the command completed succesfully. After this, it worked fine. Funny thing is, that makeinfo --version returns the same in gentoo as it does in suse 9.0 (makeinfo (GNU texinfo) 4.5)
maybe our makeinfo needs certain options or paths are missing or libraries not available or locale data not set up
looks like you were using the old stages. try the new stages and see if that fixes the problem.