Can not do my bootstrap. Reproducible: Always Steps to Reproduce: 1.script/bootstrap.sh -f 2.script/bootstrap.sh 3. Actual Results: I have this following error: make[1]***[configure_target_libstdc++-v3] Error 1 make[1]: Leaving Directory '/var/tmp/portage/gcc-3.4.3.20050110/work/build make: ***[profilebootstrap] Error2 !!! ERROR: sys-devel/gcc-3.4.3.20050110 failed Function gcc_do_make, line 1113, exitcode 2 make failed with profilebootstrap I made my test with : - install-amd64-universal-2004.0 - stage1-amd64-2004.3 - portage-20041022 - portage-20050219 - portage-20050213 I can not use something else than the 2004.0 for the installation of my gentoo, with other version, i have trouble with the tg3 driver. I try with different version of portage, same trouble. My make.conf : CFLAGS="-march=athlon64 -02 -pipe" CHOST="x86_64-pc-linux-gnu" MAKEOPTS="-j2" I am working on it for three days now, no solution. Any help will be appreciaed. Expected Results: Working ... I only can use 2004.0, because if i try with 2004.3, i will have trouble with my tg3.
Unfortunately, we cannot support releases that old. I'm adding amd64@gentoo.org to CC, as they might have a workaround for you. Otherwise, you're going to have to wait until 2005.0 is released and try again.
What kind of computer is that? I had problems with the tg3 as well on the latest experimental livecd try: lsmod remove any ethernet modules not in your system like 3c59x e100 e1000 then rmmod tg3 and modprobe tg3 ifconfig should now show a valid config if on dhcp if not use net-setup.
Ah! That probably explains why, on 2004.3 live CD and after net-setup eth0, my first net access returns "Network unreachable" and I have to run net-setup again. It's never failed after that, so far...
Cool... glad to see that this was fixed for you.