Ok I made it to the chroot part ...
But then smt bad hapens when i compile gcc
here it it
FAIL: 30: expected branch percentages not found: 1
FAIL: 47: expected branch percentages not found: 0
FAIL: gcc.misc-tests/gcov-8.c gcov: 0 failures in line counts, 4 in branch percentages, 0 in return percentages
FAIL: linkage.c
=== gcc Summary ===
# of expected passes 11553
# of unexpected failures 5000
# of unexpected successes 1
# of expected failures 52
# of unresolved testcases 4673
# of unsupported tests 100
/build/gcc-build/gcc/xgcc version 3.3.3
Compiler version: 3.3.3
Platform: i686-pc-linux-gnu
configure flags: --host=i686-pc-linux-gnu --prefix=/usr --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++
EOF
Mail -s "Results for 3.3.3 testsuite on i686-pc-linux-gnu"
gcc-testresults@gcc.gnu.org &&
mv /build/gcc-build/./gcc/testsuite/g++.sum /build/gcc-build/./gcc/testsuite/g++.sum.sent &&
mv /build/gcc-build/./gcc/testsuite/gcc.sum /build/gcc-build/./gcc/testsuite/gcc.sum.sent &&
mv /build/gcc-build/./gcc/testsuite/g++.log /build/gcc-build/./gcc/testsuite/g++.log.sent &&
mv /build/gcc-build/./gcc/testsuite/gcc.log /build/gcc-build/./gcc/testsuite/gcc.log.sent &&
true
/bin/sh ../gcc-3.3.3/mkinstalldirs /usr /usr
make[1]: Entering directory `/build/gcc-build/gcc'
(cd intl && make all)
make[2]: Entering directory `/build/gcc-build/gcc/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/build/gcc-build/gcc/intl'
/build/gcc-build/gcc/xgcc -B/build/gcc-build/gcc/ -B/usr/i686-pc-linux-gnu/bin/ -B/usr/i686-pc-linux-gnu/lib/ -isystem /usr/i686-pc-linux-gnu/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -I. -I. -I../../gcc-3.3.3/gcc -I../../gcc-3.3.3/gcc/. -I../../gcc-3.3.3/gcc/config -I../../gcc-3.3.3/gcc/../include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-omit-frame-pointer \
-c ../../gcc-3.3.3/gcc/crtstuff.c -DCRT_BEGIN \
-o crtbegin.o
In file included from ../../gcc-3.3.3/gcc/crtstuff.c:62:
../../gcc-3.3.3/gcc/tsystem.h:72:19: stdio.h: No such file or directory
../../gcc-3.3.3/gcc/tsystem.h:75:23: sys/types.h: No such file or directory
../../gcc-3.3.3/gcc/tsystem.h:78:19: errno.h: No such file or directory
../../gcc-3.3.3/gcc/tsystem.h:85:20: string.h: No such file or directory
../../gcc-3.3.3/gcc/tsystem.h:89:20: stdlib.h: No such file or directory
../../gcc-3.3.3/gcc/tsystem.h:90:20: unistd.h: No such file or directory
../../gcc-3.3.3/gcc/tsystem.h:96:18: time.h: No such file or directory
../../gcc-3.3.3/gcc/crtstuff.c: In function `__do_global_dtors_aux':
../../gcc-3.3.3/gcc/crtstuff.c:277: warning: passing arg 1 of `__deregister_frame_info_bases' discards qualifiers from pointer target type
../../gcc-3.3.3/gcc/crtstuff.c: In function `frame_dummy':
../../gcc-3.3.3/gcc/crtstuff.c:313: warning: passing arg 1 of `__register_frame_info_bases' discards qualifiers from pointer target type
make[1]: *** [crtbegin.o] Error 1
make[1]: Leaving directory `/build/gcc-build/gcc'
make: *** [install-gcc] Error 2
ln: `/lib/cpp': File exists
ln: `/usr/bin/cc': File exists
HELP ...I have no clue here....
What the f... is crtbegin?