Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 82817 - bootstrap / !!! ERROR: sys-devel/gcc-3.4.3.20050110 failed
Summary: bootstrap / !!! ERROR: sys-devel/gcc-3.4.3.20050110 failed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: Everything (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: Gentoo LiveCD Package Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-21 06:50 UTC by Thierry
Modified: 2005-03-23 20:16 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thierry 2005-02-21 06:50:09 UTC
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.
Comment 1 Chris Gianelloni (RETIRED) gentoo-dev 2005-03-06 16:41:04 UTC
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.
Comment 2 Donald R. Gray Jr 2005-03-12 03:09:48 UTC
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. 
Comment 3 Peter Humphrey 2005-03-17 12:47:56 UTC
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...
Comment 4 Chris Gianelloni (RETIRED) gentoo-dev 2005-03-23 20:16:51 UTC
Cool... glad to see that this was fixed for you.