Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 12700

Summary: some make.conf settings ignored during bootstrap
Product: Gentoo Release Media Reporter: Zach Welch (RETIRED) <zwelch>
Component: EverythingAssignee: Daniel Robbins (RETIRED) <drobbins>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Zach Welch (RETIRED) gentoo-dev 2002-12-25 15:50:27 UTC
See bug 12698 and bug 12699 for the context that led to this report.

During bootstrap, the make.conf file is replaced with a bare-bones copy.  This
is what caused me to stop the first pass; I add my own rsync and mirror URLs 
to the make.conf so all downloads happen off my internal mirror.  These are
lost during bootstrap.

To fix this, I ended up suspending the process (ouch, given problems reported 
in bug 12698) and changed the make.conf so all but the first file were 
downloaded from my site. Painful hack, but it made the downloads much faster - 
gcc, glibc, etc. do not come in small tarballs.
Comment 1 Daniel Robbins (RETIRED) gentoo-dev 2002-12-27 21:45:10 UTC
Yes, we do need some fixes in the bootstrap script to fix these issues.
Comment 2 Zach Welch (RETIRED) gentoo-dev 2002-12-30 02:54:28 UTC
This is a duplicate of bug 662, which was marked fixed a while back. :) 
Comment 3 Daniel Robbins (RETIRED) gentoo-dev 2003-06-06 11:58:05 UTC
This should now be fixed as we now grab the GENTOO_MIRRORS setting and in general better handle the make.conf backup.